public interface ActionEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ActionEnablerQueryInspector |
getActionEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ActionEnablerList |
getActionEnablers()
Gets the
ActionEnablerList resulting from a search. |
ActionEnablerSearchResultsRecord |
getActionEnablerSearchResultsRecord(Type actionEnablerSearchRecordType)
Gets the action enabler search results record corresponding to the
given action enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeActionEnablerList getActionEnablers()
ActionEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. ActionEnablerQueryInspector getActionEnablerQueryInspector()
mandatory - This method must be implemented. ActionEnablerSearchResultsRecord getActionEnablerSearchResultsRecord(Type actionEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.actionEnablerSearchRecordType - an action enabler search record
typeNullArgumentException -
actionEnablerSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(actionEnablerSearchRecordType) is
false mandatory - This method must be implemented.