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