OSID Logo
OSID Specifications
control rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.rules.TriggerEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

This is the query inspector for examining trigger enabler queries.

MethodgetRuledTriggerIdTerms
Description

Gets the trigger Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRuledTriggerTerms
Description

Gets the trigger query terms.

Returnosid.control.TriggerQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetSystemIdTerms
Description

Gets the system Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetSystemTerms
Description

Gets the system query terms.

Returnosid.control.SystemQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetTriggerEnablerQueryInspectorRecord
Description

Gets the trigger enabler query inspector record corresponding to the given TriggerEnabler record Type.

Parametersosid.type.TypetriggerEnablerRecordTypea trigger enabler record type
Returnosid.control.rules.records.TriggerEnablerQueryInspectorRecordthe trigger enabler query inspector record
ErrorsNULL_ARGUMENT triggerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(triggerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.