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