Interface BrokerConstrainerEnablerSearchOrder
- 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 TypeMethodDescriptiongetBrokerConstrainerEnablerSearchOrderRecord(Type brokerConstrainerEnablerRecordType) Gets the broker constrainer enabler search order record corresponding to the given broker 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
-
getBrokerConstrainerEnablerSearchOrderRecord
BrokerConstrainerEnablerSearchOrderRecord getBrokerConstrainerEnablerSearchOrderRecord(Type brokerConstrainerEnablerRecordType) throws OperationFailedException Gets the broker constrainer enabler search order record corresponding to the given broker constrainer enabler recordType. Multiple retrievals return the same underlying object.- Parameters:
brokerConstrainerEnablerRecordType- a broker constrainer enabler record type- Returns:
- the broker constrainer enabler search order record
- Throws:
NullArgumentException-brokerConstrainerEnablerRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(brokerConstrainerEnablerRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-