Interface | osid.dictionary.EntrySmartDictionarySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. A This | ||
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 | canManageSmartDictionaries | ||
Description |
Tests if this user can manage smart dictionarys. A
return of true does not guarantee successful
authorization. A return of false indicates that it is
known methods in this session will result in a | ||
Return | boolean | false if smart dictionary management is not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getEntryQuery | ||
Description |
Gets a entry query. | ||
Return | osid.dictionary.EntryQuery | the entry query | |
Compliance | mandatory | This method must be implemented. | |
Method | getEntrySearchOrder | ||
Description |
Gets a entry search order. | ||
Return | osid.dictionary.EntrySearchOrder | the entry search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyEntryQuery | ||
Description |
Applies a entry query to this dictionary. | ||
Parameters | osid.dictionary.EntryQuery | entryQuery | the entry query |
Errors | NULL_ARGUMENT | entryQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | entryQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectEntryQuery | ||
Description |
Gets a entry query inspector for this dictionary. | ||
Return | osid.dictionary.EntryQueryInspector | the entry query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyEntrySequencing | ||
Description |
Applies a entry search order to this dictionary. | ||
Parameters | osid.dictionary.EntrySearchOrder | entrySearchOrder | the entry search order |
Errors | NULL_ARGUMENT | entrySearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | entrySearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getEntryQueryFromInspector | ||
Description |
Gets a entry query from an inspector. | ||
Parameters | osid.dictionary.EntryQueryInspector | entryQueryInspector | a entry query inspector |
Return | osid.dictionary.EntryQuery | the entry query | |
Errors | NULL_ARGUMENT | entryQueryInspector is null | |
UNSUPPORTED | entryQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |