public interface SupersedingEventEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
SupersedingEventEnablerQueryInspector |
getSupersedingEventEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
SupersedingEventEnablerList |
getSupersedingEventEnablers()
Gets the
SupersedingEventEnablerList resulting from a
search. |
SupersedingEventEnablerSearchResultsRecord |
getSupersedingEventEnablerSearchResultsRecord(Type supersedingEventEnablerSearchRecordType)
Gets the superseding event enabler search results record corresponding
to the given superseding event enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeSupersedingEventEnablerList getSupersedingEventEnablers()
SupersedingEventEnablerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. SupersedingEventEnablerQueryInspector getSupersedingEventEnablerQueryInspector()
mandatory - This method must be implemented. SupersedingEventEnablerSearchResultsRecord getSupersedingEventEnablerSearchResultsRecord(Type supersedingEventEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method must be used to retrieve an object implementing
the requested record.supersedingEventEnablerSearchRecordType - a superseding event
enabler search record typeNullArgumentException -
supersedingEventEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(supersedingEventEnablerSearchRecordType)
is false mandatory - This method must be implemented.