OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.TriggerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.control.TriggerSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetTriggers
Description

Gets the trigger list resulting from a search.

Returnosid.control.TriggerList the trigger list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetTriggerQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.control.TriggerQueryInspector the trigger query inspector
Compliancemandatory This method must be implemented.
MethodgetTriggerSearchResultsRecord
Description

Gets the trigger search results record corresponding to the given trigger search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypetriggerSearchRecordType a trigger search record type
Returnosid.control.records.TriggerSearchResultsRecord the trigger search results record
ErrorsNULL_ARGUMENT triggerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(triggerSearchRecordType) is false
Compliancemandatory This method must be implemented.