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, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalParameterProcessorSearchOrderRecord 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.