Interface | osid.provisioning.RequestSearchSession | ||
---|---|---|---|
Implements | osid.provisioning.RequestQuerySession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
Requests may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getRequestSearch | ||
Description |
Gets a request search. | ||
Return | osid.provisioning.RequestSearch | the request search | |
Compliance | mandatory | This method must be implemented. | |
Method | getRequestSearchOrder | ||
Description |
Gets a request search order. The | ||
Return | osid.provisioning.RequestSearchOrder | the request search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getRequestsBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.provisioning.RequestQuery | requestQuery | the request query |
osid.provisioning.RequestSearch | requestSearch | the request search | |
Return | osid.provisioning.RequestSearchResults | the request search results | |
Errors | NULL_ARGUMENT | requestQuery or requestSearch is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | requestQuery or requestSearch is not of this
service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getRequestQueryFromInspector | ||
Description |
Gets a request query from an inspector. The inspector
is available from a | ||
Parameters | osid.provisioning.RequestQueryInspector | requestQueryInspector | a request query inspector |
Return | osid.provisioning.RequestQuery | the request query | |
Errors | NULL_ARGUMENT | requestQueryInspector is null | |
UNSUPPORTED | requestQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |