OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.ProcessEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.workflow.rules.ProcessEnablerSearchResults
osid.workflow.rules.ProcessEnablerSmartOfficeSession
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
Compliancemandatory This method must be implemented.
MethodgetRuledProcessTerms
Description

Gets the process query terms.

Returnosid.workflow.ProcessQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetOfficeIdTerms
Description

Gets the office Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetOfficeTerms
Description

Gets the office query terms.

Returnosid.workflow.OfficeQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetProcessEnablerQueryInspectorRecord
Description

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

Parametersosid.type.TypeprocessEnablerRecordType a process enabler record type
Returnosid.workflow.rules.records.ProcessEnablerQueryInspectorRecord the process enabler query inspector record
ErrorsNULL_ARGUMENT processEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processEnablerRecordType) is false
Compliancemandatory This method must be implemented.