OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessConstrainerEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.workflow.rules.ProcessConstrainerEnablerSearchResults
osid.workflow.rules.ProcessConstrainerEnablerSmartOfficeSession
Description

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

MethodgetRuledProcessConstrainerIdTerms
Description

Gets the process constrainer Id query terms.

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

Gets the process constrainer query terms.

Returnosid.workflow.rules.ProcessConstrainerQueryInspector[]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.
MethodgetProcessConstrainerEnablerQueryInspectorRecord
Description

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

Parametersosid.type.TypeprocessConstrainerEnablerRecordTypea process constrainer enabler record type
Returnosid.workflow.rules.records.ProcessConstrainerEnablerQueryInspectorRecordthe process constrainer enabler query inspector record
ErrorsNULL_ARGUMENTprocessConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.