Interface | osid.dictionary.DictionaryQuerySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for searching Dictionaries may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | canSearchDictionaries | ||
Description |
Tests if this user can perform | ||
Return | boolean | false if search methods are not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getDictionaryQuery | ||
Description |
Gets a dictionary query. | ||
Return | osid.dictionary.DictionaryQuery | the dictionary query | |
Compliance | mandatory | This method must be implemented. | |
Method | getDictionariesByQuery | ||
Description |
Gets a list of | ||
Parameters | osid.dictionary.DictionaryQuery | dictionaryQuery | the dictionary query |
Return | osid.dictionary.DictionaryList | the returned DictionaryList | |
Errors | NULL_ARGUMENT | dictionaryQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | dictionaryQuery is not of this service | ||
Compliance | mandatory | This method must be implemented. |