Interface SupersedingEventEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing superseding event enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetSupersedingEventEnablerSearchRecord(Type supersedingEventEnablerSearchRecordType) Gets the superseding event enabler search record corresponding to the given superseding event enabler search recordType.voidorderSupersedingEventEnablerResults(SupersedingEventEnablerSearchOrder supersedingEventEnablerSearchOrder) Specify a superseding event ordering to the search results.voidsearchAmongSupersedingEventEnablers(IdList supersedingEventEnablerIds) Execute this search among the given list of superseding event 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
-
searchAmongSupersedingEventEnablers
Execute this search among the given list of superseding event enablers.- Parameters:
supersedingEventEnablerIds- list of superseding event enablers- Throws:
NullArgumentException-supersedingEventEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderSupersedingEventEnablerResults
void orderSupersedingEventEnablerResults(SupersedingEventEnablerSearchOrder supersedingEventEnablerSearchOrder) Specify a superseding event ordering to the search results.- Parameters:
supersedingEventEnablerSearchOrder- superseding event enabler search order- Throws:
NullArgumentException-supersdeingEventEnablerSearchOrderisnullUnsupportedException-supersedingEventEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getSupersedingEventEnablerSearchRecord
SupersedingEventEnablerSearchRecord getSupersedingEventEnablerSearchRecord(Type supersedingEventEnablerSearchRecordType) throws OperationFailedException Gets the superseding event enabler search record corresponding to the given superseding event enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
supersedingEventEnablerSearchRecordType- a superseding event enabler search record type- Returns:
- the superseding event enabler search record
- Throws:
NullArgumentException-supersedingEventEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(supersedingEventEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-