public interface OffsetEventEnablerSearch extends OsidSearch
The search interface for governing offset event enabler searches.
Modifier and Type | Method and Description |
---|---|
OffsetEventEnablerSearchRecord |
getOffsetEventEnablerSearchRecord(Type offsetEventEnablerSearchRecordType)
Gets the offset event enabler search record corresponding to the given
offset event enabler search record
Type. |
void |
orderOffsetEventEnablerResults(OffsetEventEnablerSearchOrder offsetEventEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongOffsetEventEnablers(IdList offsetEventEnablerIds)
Execute this search among the given list of offset event enablers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongOffsetEventEnablers(IdList offsetEventEnablerIds)
offsetEventEnablerIds
- list of offset event enablersNullArgumentException
- offsetEventEnablerIds
is null
mandatory
- This method must be implemented. void orderOffsetEventEnablerResults(OffsetEventEnablerSearchOrder offsetEventEnablerSearchOrder)
offsetEventEnablerSearchOrder
- offset event enabler search
orderNullArgumentException
-
offsetEventEnablerSearchOrder
is null
UnsupportedException
-
offsetEventEnablerSearchOrder
is not of this servicemandatory
- This method must be implemented. OffsetEventEnablerSearchRecord getOffsetEventEnablerSearchRecord(Type offsetEventEnablerSearchRecordType) throws OperationFailedException
Type.
This method is
used to retrieve an object implementing the requested record.offsetEventEnablerSearchRecordType
- an offset event enabler
search record typeNullArgumentException
-
offsetEventEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(offsetEventEnablerSearchRecordType)
is
false
mandatory
- This method must be implemented.