| Interface | osid.provisioning.rules.PoolEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Used By | osid.provisioning.rules.PoolConstrainerEnablerSmartDistributorSession | ||
osid.provisioning.rules.PoolEnablerSearchSession | |||
osid.provisioning.rules.PoolEnablerSmartDistributorSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getPoolEnablerSearchOrderRecord | ||
| Description |
Gets the pool enabler search order record corresponding
to the given pool enabler record | ||
| Parameters | osid.type.Type | poolEnablerRecordType | a pool enabler record type |
| Return | osid.provisioning.rules.records.PoolEnablerSearchOrderRecord | the pool enabler search order record | |
| Errors | NULL_ARGUMENT | poolEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(poolEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |