Interface HoldEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing hold enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetHoldEnablerSearchRecord(Type holdEnablerSearchRecordType) Gets the hold enabler search record corresponding to the given hold enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderHoldEnablerResults(HoldEnablerSearchOrder holdEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongHoldEnablers(IdList holdEnablerIds) Execute this search among the given list of hold 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
-
searchAmongHoldEnablers
Execute this search among the given list of hold enablers.- Parameters:
holdEnablerIds- list of hold enablers- Throws:
NullArgumentException-holdEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderHoldEnablerResults
Specify an ordering to the search results.- Parameters:
holdEnablerSearchOrder- hold enabler search order- Throws:
NullArgumentException-holdEnablerSearchOrderisnullUnsupportedException-holdEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getHoldEnablerSearchRecord
HoldEnablerSearchRecord getHoldEnablerSearchRecord(Type holdEnablerSearchRecordType) throws OperationFailedException Gets the hold enabler search record corresponding to the given hold enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
holdEnablerSearchRecordType- a hold enabler search record type- Returns:
- the hold enabler search record
- Throws:
NullArgumentException-holdEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(holdEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-