Interface | osid.provisioning.rules.PoolProcessorSearchOrder | ||
---|---|---|---|
Implements | osid.OsidProcessorSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | orderByAllocatesByLeastUse | ||
Description |
Orders the results by allocates by least use. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByAllocatesByMostUse | ||
Description |
Orders the results by allocates by most use. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByAllocatesByLeastCost | ||
Description |
Orders the results by allocates by least cost. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByAllocatesByMostCost | ||
Description |
Orders the results by allocates by most cost. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | getPoolProcessorSearchOrderRecord | ||
Description |
Gets the pool processor search order record
corresponding to the given pool processor record | ||
Parameters | osid.type.Type | poolProcessorRecordType | a pool processor record type |
Return | osid.provisioning.rules.records.PoolProcessorSearchOrderRecord | the pool processor search order record | |
Errors | NULL_ARGUMENT | poolProcessorRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(poolProcessorRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |