| Package | Description |
|---|---|
| org.osid.dictionary |
The Open Service Interface Definitions for the org.osid.dictionary
service.
|
| org.osid.dictionary.batch |
The Open Service Interface Definitions for the org.osid.dictionary.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
EntryAdminSession |
DictionaryManager.getEntryAdminSession()
Gets the
OsidSession used to administer dictionary
entries. |
EntryAdminSession |
DictionaryProxyManager.getEntryAdminSession(Proxy proxy)
Gets the
OsidSession used to administer dictionary
entries. |
EntryAdminSession |
DictionaryManager.getEntryAdminSessionForDictionary(Id dictionaryId)
Gets the
OsidSession used to administer dictionary
entries for the specified Dictionary. |
EntryAdminSession |
DictionaryProxyManager.getEntryAdminSessionForDictionary(Id dictionaryId,
Proxy proxy)
Gets the
OsidSession used to administer dictionary
entries for the specified Dictionary . |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntryBatchAdminSession
This session creates, updates, and deletes
Entries in
bulk. |