| Interface | osid.lexicon.PressQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Implemented By | osid.lexicon.PressSearchSession | ||
| Used By | osid.lexicon.LexiconManager | ||
osid.lexicon.LexiconProxyManager | |||
| Description |
This session provides methods for searching among
Presses may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | canSearchPresses | ||
| 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 | getPressQuery | ||
| Description |
Gets an press query. | ||
| Return | osid.lexicon.PressQuery | the press query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPressesByQuery | ||
| Description |
Gets a list of | ||
| Parameters | osid.lexicon.PressQuery | pressQuery | the press query |
| Return | osid.lexicon.PressList | the returned PressList | |
| Errors | NULL_ARGUMENT | pressQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | pressQuery is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |