| Interface | osid.dictionary.EntryRetrievalSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.dictionary.DictionaryManager | ||
osid.dictionary.DictionaryProxyManager | |||
| Description |
| ||
| Method | getDictionaryId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Dictionary Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDictionary | ||
| Description |
Gets the | ||
| Return | osid.dictionary.Dictionary | the Dictionary associated with this session | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canRetrieveEntries | ||
| Description |
Tests if this user can perform | ||
| Return | boolean | false if retrieval methods are not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | retrieveEntry | ||
| Description |
Gets the | ||
| Parameters | object | key | the key of the entry to retrieve |
osid.type.Type | keyType | the key type of the entry to retrieve | |
osid.type.Type | valueType | the value type of the entry to retrieve | |
| Return | object | the returned object | |
| Errors | INVALID_ARGUMENT | key is not of keyType | |
| NOT_FOUND | no entry found | ||
| NULL_ARGUMENT | key, keyType, or valueType is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |