Interface | osid.provisioning.PoolSearchSession | ||
---|---|---|---|
Implements | osid.provisioning.PoolQuerySession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
Pools may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getPoolSearch | ||
Description |
Gets a pool search. | ||
Return | osid.provisioning.PoolSearch | the pool search | |
Compliance | mandatory | This method must be implemented. | |
Method | getPoolSearchOrder | ||
Description |
Gets a pool search order. The | ||
Return | osid.provisioning.PoolSearchOrder | the pool search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getPoolsBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.provisioning.PoolQuery | poolQuery | the pool query |
osid.provisioning.PoolSearch | poolSearch | the pool search | |
Return | osid.provisioning.PoolSearchResults | the pool search results | |
Errors | NULL_ARGUMENT | poolQuery or poolSearch is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | poolQuery or poolSearch is not of this
service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getPoolQueryFromInspector | ||
Description |
Gets a pool query from an inspector. The inspector is
available from a | ||
Parameters | osid.provisioning.PoolQueryInspector | poolQueryInspector | a pool query inspector |
Return | osid.provisioning.PoolQuery | the pool query | |
Errors | NULL_ARGUMENT | poolQueryInspector is null | |
UNSUPPORTED | poolQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |