Interface | osid.provisioning.rules.PoolProcessorEnablerSearchOrder | ||
---|---|---|---|
Implements | osid.OsidEnablerSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getPoolProcessorEnablerSearchOrderRecord | ||
Description |
Gets the pool processor enabler search order record
corresponding to the given pool processor enabler record
| ||
Parameters | osid.type.Type | poolProcessorEnablerRecordType | a pool processor enabler record type |
Return | osid.provisioning.rules.records.PoolProcessorEnablerSearchOrderRecord | the pool processor enabler search order record | |
Errors | NULL_ARGUMENT | poolProcessorEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(poolProcessorEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |