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