OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.rules.StepProcessorEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

This is the query inspector for examining step processor enabler queries.

MethodgetRuledStepProcessorIdTerms
Description

Gets the step processor Id query terms.

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

Gets the step processor query terms.

Returnosid.workflow.rules.StepProcessorQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetOfficeIdTerms
Description

Gets the office Id query terms.

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

Gets the office query terms.

Returnosid.workflow.OfficeQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetStepProcessorEnablerQueryInspectorRecord
Description

Gets the step processor enabler query inspector record corresponding to the given StepProcessorEnabler record Type.

Parametersosid.type.TypestepProcessorEnablerRecordTypea step processor enabler record type
Returnosid.workflow.rules.records.StepProcessorEnablerQueryInspectorRecordthe step processor enabler query inspector record
ErrorsNULL_ARGUMENT stepProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(stepProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.