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

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

MethodgetRuledStepConstrainerIdTerms
Description

Gets the step constrainer Id query terms.

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

Gets the step constrainer query terms.

Returnosid.workflow.rules.StepConstrainerQueryInspector[]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.
MethodgetStepConstrainerEnablerQueryInspectorRecord
Description

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

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