OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessConstrainerQueryInspector
Implementsosid.OsidConstrainerQueryInspector
Used Byosid.workflow.rules.ProcessConstrainerEnablerQueryInspector
osid.workflow.rules.ProcessConstrainerSearchResults
osid.workflow.rules.ProcessConstrainerSmartOfficeSession
Description

This is the query inspector for examining process constrainer queries.

MethodgetRuledProcessIdTerms
Description

Gets the process Id query terms.

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

Gets the process query terms.

Returnosid.workflow.ProcessQueryInspector[]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.
MethodgetProcessConstrainerQueryInspectorRecord
Description

Gets the process constrainer query inspector record corresponding to the given ProcessConstrainer record Type .

Parametersosid.type.TypeprocessConstrainerRecordTypea process constrainer record type
Returnosid.workflow.rules.records.ProcessConstrainerQueryInspectorRecordthe process constrainer query inspector record
ErrorsNULL_ARGUMENTprocessConstraineRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.