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