Interface RelationshipEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing relationship enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetRelationshipEnablerSearchRecord(Type relationshipEnablerSearchRecordType) Gets the relationship enabler search record corresponding to the given relationship enabler search recordType.voidorderRelationshipEnablerResults(RelationshipEnablerSearchOrder relationshipEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongRelationshipEnablers(IdList relationshipEnablerIds) Execute this search among the given list of relationship enablers.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongRelationshipEnablers
Execute this search among the given list of relationship enablers.- Parameters:
relationshipEnablerIds- list of relationship enablers- Throws:
NullArgumentException-relationshipEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderRelationshipEnablerResults
Specify an ordering to the search results.- Parameters:
relationshipEnablerSearchOrder- relationship enabler search order- Throws:
NullArgumentException-relationshipEnablerSearchOrderisnullUnsupportedException-relationshipEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getRelationshipEnablerSearchRecord
RelationshipEnablerSearchRecord getRelationshipEnablerSearchRecord(Type relationshipEnablerSearchRecordType) throws OperationFailedException Gets the relationship enabler search record corresponding to the given relationship enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
relationshipEnablerSearchRecordType- a relationship enabler search record type- Returns:
- the relationship enabler search record
- Throws:
NullArgumentException-relationshipEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(relationshipEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-