| Interface | osid.dictionary.EntrySearchSession | ||
|---|---|---|---|
| Implements | osid.dictionary.EntryQuerySession | ||
| Description |
This session provides methods for searching among entries.
The search query is constructed using the | ||
| Method | getEntrySearch | ||
| Description |
Gets an entry search. | ||
| Return | osid.dictionary.EntrySearch | the entry search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntrySearchOrder | ||
| Description |
Gets an entry search order. The | ||
| Return | osid.dictionary.EntrySearchOrder | the entry search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntriesBySearch | ||
| Description |
Gets a list of | ||
| Parameters | osid.dictionary.EntryQuery | entryQuery | the entry query |
osid.dictionary.EntrySearch | entrySearch | the entry search | |
| Return | osid.dictionary.EntrySearchResults | the returned search results | |
| Errors | NULL_ARGUMENT | entryQuery or entrySearch is null
| |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | entrySearch or entryQuery is not of this
service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntryQueryFromInspector | ||
| Description |
Gets an entry query from an inspector. The inspector is
available from an | ||
| Parameters | osid.dictionary.EntryQueryInspector | entryQueryInspector | an 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. | |