Interface OffsetEventEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing offset event enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetOffsetEventEnablerSearchRecord(Type offsetEventEnablerSearchRecordType) Gets the offset event enabler search record corresponding to the given offset event enabler search recordType.voidorderOffsetEventEnablerResults(OffsetEventEnablerSearchOrder offsetEventEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongOffsetEventEnablers(IdList offsetEventEnablerIds) Execute this search among the given list of offset 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
-
searchAmongOffsetEventEnablers
Execute this search among the given list of offset event enablers.- Parameters:
offsetEventEnablerIds- list of offset event enablers- Throws:
NullArgumentException-offsetEventEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderOffsetEventEnablerResults
Specify an ordering to the search results.- Parameters:
offsetEventEnablerSearchOrder- offset event enabler search order- Throws:
NullArgumentException-offsetEventEnablerSearchOrderisnullUnsupportedException-offsetEventEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getOffsetEventEnablerSearchRecord
OffsetEventEnablerSearchRecord getOffsetEventEnablerSearchRecord(Type offsetEventEnablerSearchRecordType) throws OperationFailedException Gets the offset event enabler search record corresponding to the given offset event enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
offsetEventEnablerSearchRecordType- an offset event enabler search record type- Returns:
- the offset event enabler search record
- Throws:
NullArgumentException-offsetEventEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(offsetEventEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-