OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.rules.StepConstrainerQueryInspector
Implementsosid.OsidConstrainerQueryInspector
Description

This is the query inspector for examining step constrainer queries.

MethodgetRuledStepIdTerms
Description

Gets the step Id query terms.

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

Gets the step query terms.

Returnosid.workflow.StepQueryInspector[]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.
MethodgetStepConstrainerQueryInspectorRecord
Description

Gets the step constrainer query inspector record corresponding to the given StepConstrainer record Type.

Parametersosid.type.TypestepConstrainerRecordTypea step constrainer record type
Returnosid.workflow.rules.records.StepConstrainerQueryInspectorRecordthe step constrainer query inspector record
ErrorsNULL_ARGUMENT stepConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(stepConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.