Interface | osid.offering.CatalogueQuerySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for querying Catalogues may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | canSearchCatalogues | ||
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 | getCatalogueQuery | ||
Description |
Gets a catalogue query. | ||
Return | osid.offering.CatalogueQuery | the catalogue query | |
Compliance | mandatory | This method must be implemented. | |
Method | getCataloguesByQuery | ||
Description |
Gets a list of | ||
Parameters | osid.offering.CatalogueQuery | catalogueQuery | the catalogue query |
Return | osid.offering.CatalogueList | the returned CatalogueList | |
Errors | NULL_ARGUMENT | catalogueQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | catalogueQuery is not of this service | ||
Compliance | mandatory | This method must be implemented. |