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

This is the query interface for examining process enabler 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.
MethodgetProcessEnablerQueryInspectorRecord
Description

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

Parametersosid.type.TypeprocessEnablerRecordTypea process enabler record type
Returnosid.workflow.rules.records.ProcessEnablerQueryInspectorRecordthe process enabler query inspector record
ErrorsNULL_ARGUMENT processEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(processEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.