public interface StepProcessorSearchOrder extends OsidProcessorSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
StepProcessorSearchOrderRecord |
getStepProcessorSearchOrderRecord(Type stepProcessorRecordType)
Gets the step processor search order record corresponding to the given
step processor record
Type. |
getRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalStepProcessorSearchOrderRecord getStepProcessorSearchOrderRecord(Type stepProcessorRecordType) throws OperationFailedException
Type. Multiple retrievals return
the same underlying object.stepProcessorRecordType - a step processor record typeNullArgumentException - stepProcessorRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(stepProcessorRecordType) is false
mandatory - This method must be implemented.