public interface SignalEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
SignalEnablerQueryInspector |
getSignalEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
SignalEnablerList |
getSignalEnablers()
Gets the
SignalEnablerList resulting from a search. |
SignalEnablerSearchResultsRecord |
getSignalEnablerSearchResultsRecord(Type signalEnablerSearchRecordType)
Gets the signal enabler search results record corresponding to the
given signal enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeSignalEnablerList getSignalEnablers()
SignalEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. SignalEnablerQueryInspector getSignalEnablerQueryInspector()
mandatory - This method must be implemented. SignalEnablerSearchResultsRecord getSignalEnablerSearchResultsRecord(Type signalEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.signalEnablerSearchRecordType - a signal enabler search record
typeNullArgumentException -
signalEnablerSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(signalEnablerSearchRecordType) is
false mandatory - This method must be implemented.