OSID Logo
OSID Specifications
workflow rules package
Version 3.0.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
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_ARGUMENTprocessEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.