| Interface | osid.provisioning.rules.QueueProcessorEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getQueueProcessorEnablers | ||
| Description |
Gets the | ||
| Return | osid.provisioning.rules.QueueProcessorEnablerList | the queue processor enabler list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueProcessorEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.provisioning.rules.QueueProcessorEnablerQueryInspector | the queue processor enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQueueProcessorEnablerSearchResultsRecord | ||
| Description |
Gets the queue processor enabler search results record
corresponding to the given queue processor enabler search
record | ||
| Parameters | osid.type.Type | queueProcessorEnablerSearchRecordType | a queue processor enabler search record type |
| Return | osid.provisioning.rules.records.QueueProcessorEnablerSearchResultsRecord | the queue processor enabler search results record | |
| Errors | NULL_ARGUMENT | queueProcessorEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(queueProcessorEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |