Interface DispatchProcessorEnablerSearchOrder
- 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 TypeMethodDescriptiongetDispatchProcessorEnablerSearchOrderRecord(Type dispatchProcessorEnablerRecordType) Gets the dispatch processor enabler search order record corresponding to the given dispatch processor 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
-
getDispatchProcessorEnablerSearchOrderRecord
DispatchProcessorEnablerSearchOrderRecord getDispatchProcessorEnablerSearchOrderRecord(Type dispatchProcessorEnablerRecordType) throws OperationFailedException Gets the dispatch processor enabler search order record corresponding to the given dispatch processor enabler recordType. Multiple retrievals return the same underlying object.- Parameters:
dispatchProcessorEnablerRecordType- a dispatch processor enabler record type- Returns:
- the dispatch processor enabler search order record
- Throws:
NullArgumentException-dispatchProcessorEnablerRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(dispatchProcessorEnablerRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-