Interface RelationshipEnablerSearchOrder
- 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 TypeMethodDescriptiongetRelationshipEnablerSearchOrderRecord(Type relationshipEnablerRecordType) Gets the relationship enabler search order record corresponding to the given relationship 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
-
getRelationshipEnablerSearchOrderRecord
RelationshipEnablerSearchOrderRecord getRelationshipEnablerSearchOrderRecord(Type relationshipEnablerRecordType) throws OperationFailedException Gets the relationship enabler search order record corresponding to the given relationship enabler recordType. Multiple retrievals return the same underlying object.- Parameters:
relationshipEnablerRecordType- a relationship enabler record type- Returns:
- the relationship enabler search order record
- Throws:
NullArgumentException-relationshipEnablerRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(relationshipEnablerRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-