| Interface | osid.provisioning.rules.PoolProcessorEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing pool processor enabler searches. | ||
| Method | searchAmongPoolProcessorEnablers | ||
| Description |
Execute this search among the given list of pool processor enablers. | ||
| Parameters | osid.id.IdList | poolProcessorEnablerIds | list of pool processor enablers |
| Errors | NULL_ARGUMENT | poolProcessorEnablerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderPoolProcessorEnablerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.provisioning.rules.PoolProcessorEnablerSearchOrder | poolProcessorEnablerSearchOrder | pool processor enabler search order |
| Errors | NULL_ARGUMENT | poolProcessorEnablerSearchOrder is null | |
| UNSUPPORTED | poolProcessorEnablerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getPoolProcessorEnablerSearchRecord | ||
| Description |
Gets the pool processor enabler search 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.PoolProcessorEnablerSearchRecord | the pool processor enabler search record | |
| Errors | NULL_ARGUMENT | poolProcessorEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(poolProcessorEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |