public interface ParameterProcessorSearchOrder extends OsidProcessorSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
ParameterProcessorSearchOrderRecord |
getParameterProcessorSearchOrderRecord(Type parameterProcessorRecordType)
Gets the parameter processor search order record corresponding to the
given parameter processor record
Type. |
getRuleSearchOrder, orderByRule, supportsRuleSearchOrder
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
orderByActive, orderByDisabled, orderByEnabled, orderByOperational
ParameterProcessorSearchOrderRecord getParameterProcessorSearchOrderRecord(Type parameterProcessorRecordType) throws OperationFailedException
Type.
Multiple
retrievals return the same underlying object.parameterProcessorRecordType
- a parameter processor record typeNullArgumentException
-
parameterProcessorRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(parameterProcessorRecordType)
is
false
mandatory
- This method must be implemented.