Interface | osid.provisioning.rules.PoolProcessorSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getPoolProcessors | ||
Description |
Gets the | ||
Return | osid.provisioning.rules.PoolProcessorList | the pool processor list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getPoolProcessorQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.provisioning.rules.PoolProcessorQueryInspector | the pool processor query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getPoolProcessorSearchResultsRecord | ||
Description |
Gets the pool processor search results record
corresponding to the given pool processor search record
| ||
Parameters | osid.type.Type | poolProcessorSearchRecordType | a pool processor search record type |
Return | osid.provisioning.rules.records.PoolProcessorSearchResultsRecord | the pool processor search results record | |
Errors | NULL_ARGUMENT | poolProcessorSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(poolProcessorSearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |