| Interface | osid.provisioning.rules.QueueConstrainerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getQueueConstrainers | ||
| Description |
Gets the | ||
| Return | osid.provisioning.rules.QueueConstrainerList | the queue constrainer list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueConstrainerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.provisioning.rules.QueueConstrainerQueryInspector | the queue constrainer query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueConstrainerSearchResultsRecord | ||
| Description |
Gets the queue constrainer search results record
corresponding to the given queue constrainer search record
| ||
| Parameters | osid.type.Type | queueConstrainerSearchRecordType | a queue constrainer search record type |
| Return | osid.provisioning.rules.records.QueueConstrainerSearchResultsRecord | the queue constrainer search results record | |
| Errors | NULL_ARGUMENT | queueConstrainerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(queueConstrainerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |