public interface TriggerEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
TriggerEnablerQueryInspector |
getTriggerEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
TriggerEnablerList |
getTriggerEnablers()
Gets the
TriggerEnablerList resulting from a search. |
TriggerEnablerSearchResultsRecord |
getTriggerEnablerSearchResultsRecord(Type triggerEnablerSearchRecordType)
Gets the trigger enabler search results record corresponding to the
given trigger enabler search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
TriggerEnablerList getTriggerEnablers()
TriggerEnablerList
resulting from a search.IllegalStateException
- list has already been retrievedmandatory
- This method must be implemented. TriggerEnablerQueryInspector getTriggerEnablerQueryInspector()
mandatory
- This method must be implemented. TriggerEnablerSearchResultsRecord getTriggerEnablerSearchResultsRecord(Type triggerEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method
must be used to retrieve an object implementing the requested record.triggerEnablerSearchRecordType
- a trigger enabler search record
typeNullArgumentException
-
triggerEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(triggerEnablerSearchRecordType)
is
false
mandatory
- This method must be implemented.