| Interface | osid.cataloging.rules.CatalogEnablerSearchSession | ||
|---|---|---|---|
| Implements | osid.cataloging.rules.CatalogEnablerQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
| Method | getCatalogEnablerSearch | ||
| Description |
Gets a catalog enabler search. | ||
| Return | osid.cataloging.rules.CatalogEnablerSearch | the catalog enabler search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCatalogEnablerSearchOrder | ||
| Description |
Gets a catalog enabler search order. The | ||
| Return | osid.cataloging.rules.CatalogEnablerSearchOrder | the catalog enabler search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCatalogEnablersBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.cataloging.rules.CatalogEnablerQuery | catalogEnablerQuery | the catalog enabler query |
osid.cataloging.rules.CatalogEnablerSearch | catalogEnablerSearch | the catalog enabler search | |
| Return | osid.cataloging.rules.CatalogEnablerSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT | catalogEnablerQuery or catalogEnablerSearch
is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | catalogEnablerQuery or catalogEnablerSearch
is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCatalogEnablerQueryFromInspector | ||
| Description |
Gets a catalog enabler query from an inspector. The
inspector is available from a | ||
| Parameters | osid.cataloging.rules.CatalogEnablerQueryInspector | catalogEnablerQueryInspector | a catalog enabler query inspector |
| Return | osid.cataloging.rules.CatalogEnablerQuery | the catalog enabler query | |
| Errors | NULL_ARGUMENT | catalogEnablerQueryInspector is null | |
| UNSUPPORTED | catalogEnablerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |