public interface SupersedingEventSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
SupersedingEventQueryInspector |
getSupersedingEventQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
SupersedingEventList |
getSupersedingEvents()
Gets the superseding event list resulting from the search.
|
SupersedingEventSearchResultsRecord |
getSupersedingEventSearchResultsRecord(Type supersedingEventSearchRecordType)
Gets the superseding event search results record corresponding to the
given superseding event search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeSupersedingEventList getSupersedingEvents()
IllegalStateException - list already retrievedmandatory - This method must be implemented. SupersedingEventQueryInspector getSupersedingEventQueryInspector()
mandatory - This method must be implemented. SupersedingEventSearchResultsRecord getSupersedingEventSearchResultsRecord(Type supersedingEventSearchRecordType) throws OperationFailedException
Type. supersedingEventSearchRecordType - a superseding event search
record typeNullArgumentException -
supersedingEventSearchRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(supersedingEventSearchRecordType) is
false mandatory - This method must be implemented.