Interface StepConstrainerEnablerSearchOrder
- All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidEnablerSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidOperableSearchOrder, OsidRuleSearchOrder, OsidSearchOrder, OsidTemporalSearchOrder, Suppliable
An interface for specifying the ordering of search results.
-
Method Summary
Modifier and TypeMethodDescriptiongetStepConstrainerEnablerSearchOrderRecord(Type stepConstrainerEnablerRecordType) Gets the step constrainer enabler search order record corresponding to the given step constrainer enabler recordType.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeMethods inherited from interface OsidEnablerSearchOrder
getCyclicEventSearchOrder, getCyclicTimePeriodSearchOrder, getEventSearchOrder, getScheduleSearchOrder, getTimePeriodSearchOrder, orderByCyclicEvent, orderByCyclicTimePeriod, orderByEvent, orderByRequirement, orderBySchedule, orderByTimePeriod, supportsCyclicEventSearchOrder, supportsCyclicTimePeriodSearchOrder, supportsEventSearchOrder, supportsScheduleSearchOrder, supportsTimePeriodSearchOrderMethods 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, supportsRuleSearchOrderMethods inherited from interface OsidTemporalSearchOrder
orderByEffective, orderByEndDate, orderByStartDate
-
Method Details
-
getStepConstrainerEnablerSearchOrderRecord
StepConstrainerEnablerSearchOrderRecord getStepConstrainerEnablerSearchOrderRecord(Type stepConstrainerEnablerRecordType) throws OperationFailedException Gets the step constrainer enabler search order record corresponding to the given step constrainer enabler recordType. Multiple retrievals return the same underlying object.- Parameters:
stepConstrainerEnablerRecordType- a step constrainer enabler record type- Returns:
- the step constrainer enabler search order record
- Throws:
NullArgumentException-stepConstrainerEnablerRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(stepConstrainerEnablerRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-