Interface StepConstrainerSearchOrder
- All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidConstrainerSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidOperableSearchOrder, OsidRuleSearchOrder, OsidSearchOrder, Suppliable
An interface for specifying the ordering of search results.
-
Method Summary
Modifier and TypeMethodDescriptiongetStepConstrainerSearchOrderRecord(Type stepConstrainerRecordType) Gets the step constrainer search order record corresponding to the given step constrainer recordType.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeMethods inherited from interface OsidIdentifiableSearchOrder
orderByIdMethods inherited from interface OsidObjectSearchOrder
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticMethods inherited from interface OsidOperableSearchOrder
orderByActive, orderByDisabled, orderByEnabled, orderByOperationalMethods inherited from interface OsidRuleSearchOrder
getRuleSearchOrder, orderByRule, supportsRuleSearchOrder
-
Method Details
-
getStepConstrainerSearchOrderRecord
StepConstrainerSearchOrderRecord getStepConstrainerSearchOrderRecord(Type stepConstrainerRecordType) throws OperationFailedException Gets the step constrainer search order record corresponding to the given step constrainer recordType. Multiple retrievals return the same underlying object.- Parameters:
stepConstrainerRecordType- a step constrainer record type- Returns:
- the step constrainer search order record
- Throws:
NullArgumentException-stepConstrainerRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(stepConstrainerRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-