Interface OffsetEventSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
OffsetEventSearch defines the interface for specifying offset
event search options.
-
Method Summary
Modifier and TypeMethodDescriptiongetOffsetEventSearchRecord(Type offsetEventSearchRecordType) Gets the offset event search record corresponding to the given offset event search recordType.voidorderOffsetEventResults(OffsetEventSearchOrder offsetEventSearchOrder) Specify an ordering to the search results.voidsearchAmongOffsetEvents(IdList offsetEventIds) Execute this search among the given list of offset events.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
-
searchAmongOffsetEvents
Execute this search among the given list of offset events.- Parameters:
offsetEventIds- list of offset events- Throws:
NullArgumentException-offsetEventIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderOffsetEventResults
Specify an ordering to the search results.- Parameters:
offsetEventSearchOrder- offset event search order- Throws:
NullArgumentException-offsetEventSearchOrderisnullUnsupportedException-offsetEventSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getOffsetEventSearchRecord
OffsetEventSearchRecord getOffsetEventSearchRecord(Type offsetEventSearchRecordType) throws OperationFailedException Gets the offset event search record corresponding to the given offset event search recordType.- Parameters:
offsetEventSearchRecordType- an offset event search record type- Returns:
- the offset event search record
- Throws:
NullArgumentException-offsetEventSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(offsetEventSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-