public interface TriggerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
TriggerQueryInspector |
getTriggerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
TriggerList |
getTriggers()
Gets the trigger list resulting from a search.
|
TriggerSearchResultsRecord |
getTriggerSearchResultsRecord(Type triggerSearchRecordType)
Gets the trigger search results record corresponding to the given
trigger search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeTriggerList getTriggers()
IllegalStateException - list already retrievedmandatory - This method must be implemented. TriggerQueryInspector getTriggerQueryInspector()
mandatory - This method must be implemented. TriggerSearchResultsRecord getTriggerSearchResultsRecord(Type triggerSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.triggerSearchRecordType - a trigger search record typeNullArgumentException - triggerSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(triggerSearchRecordType) is false
mandatory - This method must be implemented.