public interface PoolProcessorSearchOrder extends OsidProcessorSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
PoolProcessorSearchOrderRecord |
getPoolProcessorSearchOrderRecord(Type poolProcessorRecordType)
Gets the pool processor search order record corresponding to the given
pool processor record
Type. |
void |
orderByAllocatesByLeastCost(SearchOrderStyle style)
Orders the results by allocates by least cost.
|
void |
orderByAllocatesByLeastUse(SearchOrderStyle style)
Orders the results by allocates by least use.
|
void |
orderByAllocatesByMostCost(SearchOrderStyle style)
Orders the results by allocates by most cost.
|
void |
orderByAllocatesByMostUse(SearchOrderStyle style)
Orders the results by allocates by most use.
|
getRuleSearchOrder, orderByRule, supportsRuleSearchOrder
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
orderByActive, orderByDisabled, orderByEnabled, orderByOperational
void orderByAllocatesByLeastUse(SearchOrderStyle style)
style
- search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. void orderByAllocatesByMostUse(SearchOrderStyle style)
style
- search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. void orderByAllocatesByLeastCost(SearchOrderStyle style)
style
- search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. void orderByAllocatesByMostCost(SearchOrderStyle style)
style
- search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. PoolProcessorSearchOrderRecord getPoolProcessorSearchOrderRecord(Type poolProcessorRecordType) throws OperationFailedException
Type.
Multiple retrievals return
the same underlying object.poolProcessorRecordType
- a pool processor record typeNullArgumentException
- poolProcessorRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(poolProcessorRecordType)
is false
mandatory
- This method must be implemented.