public interface ActionGroupSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ActionGroupQueryInspector |
getActionGroupQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ActionGroupList |
getActionGroups()
Gets the action group list resulting from a search.
|
ActionGroupSearchResultsRecord |
getActionGroupSearchResultsRecord(Type actionGroupSearchRecordType)
Gets the action group search results record corresponding to the given
action group search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeActionGroupList getActionGroups()
IllegalStateException - list already retrievedmandatory - This method must be implemented. ActionGroupQueryInspector getActionGroupQueryInspector()
mandatory - This method must be implemented. ActionGroupSearchResultsRecord getActionGroupSearchResultsRecord(Type actionGroupSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.actionGroupSearchRecordType - an action group search record typeNullArgumentException -
actionGroupSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(actionGroupSearchRecordType) is
false mandatory - This method must be implemented.