| Interface | osid.tracking.rules.QueueConstrainerSearchSession | ||
|---|---|---|---|
| Implements | osid.tracking.rules.QueueConstrainerQuerySession | ||
| Used By | osid.tracking.rules.TrackingRulesManager | ||
osid.tracking.rules.TrackingRulesProxyManager | |||
| Description |
This session provides methods for searching among
getQueueConstrainersByQuery() is the basic search
method and returns a list of QueueConstrainers .
A more advanced search may be performed with
getQueueConstrainersBySearch() . It accepts a
QueueConstrainerSearch in addition to the query
for the purpose of specifying additional options affecting the
entire search, such as tracking.
getQueueConstrainersBySearch() returns a
QueueConstrainerSearchResults that can be used to
access the resulting QueueConstrainerList or be
used to perform a search within the result set through
QueueConstrainerSearch .
This session defines views that offer differing behaviors for searching.
QueueConstrainers may have a query record
indicated by their respective record types. The query record
is accessed via the QueueConstrainerQuery . | ||
| Method | getQueueConstrainerSearch | ||
| Description |
Gets a queue constrainer search. | ||
| Return | osid.tracking.rules.QueueConstrainerSearch | the queue constrainer search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueConstrainerSearchOrder | ||
| Description |
Gets a queue constrainer search order. The
| ||
| Return | osid.tracking.rules.QueueConstrainerSearchOrder | the queue constrainer search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueConstrainersBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.tracking.rules.QueueConstrainerQuery | queueConstrainerQuery | the queue constrainer query |
osid.tracking.rules.QueueConstrainerSearch | queueConstrainerSearch | the queue constrainer search | |
| Return | osid.tracking.rules.QueueConstrainerSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT | queueConstrainerQuery or queueConstrainerSearch
is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | queueConstrainerQuery or queueConstrainerSearch
is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueConstrainerQueryFromInspector | ||
| Description |
Gets a queue constrainer query from an inspector. The
inspector is available from a
| ||
| Parameters | osid.tracking.rules.QueueConstrainerQueryInspector | queueConstrainerQueryInspector | a queue constrainer query inspector |
| Return | osid.tracking.rules.QueueConstrainerQuery | the queue constrainer query | |
| Errors | NULL_ARGUMENT | queueConstrainerQueryInspector is null | |
| UNSUPPORTED | queueConstrainerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |