public interface OffsetEventSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
OffsetEventQueryInspector |
getOffsetEventQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
OffsetEventList |
getOffsetEvents()
Gets the offset event list resulting from the search.
|
OffsetEventSearchResultsRecord |
getOffsetEventSearchResultsRecord(Type offsetEventSearchRecordType)
Gets the offset event search results record corresponding to the given
offset event search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeOffsetEventList getOffsetEvents()
IllegalStateException - list already retrievedmandatory - This method must be implemented. OffsetEventQueryInspector getOffsetEventQueryInspector()
mandatory - This method must be implemented. OffsetEventSearchResultsRecord getOffsetEventSearchResultsRecord(Type offsetEventSearchRecordType) throws OperationFailedException
Type. offsetEventSearchRecordType - an offset event search record typeNullArgumentException -
offsetEventSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(offsetEventSearchRecordType) is
false mandatory - This method must be implemented.