OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessProcessorEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.workflow.rules.ProcessProcessorEnablerSearchResults
osid.workflow.rules.ProcessProcessorEnablerSmartOfficeSession
Description

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

MethodgetRuledProcessProcessorIdTerms
Description

Gets the process processor Id query terms.

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

Gets the process processor query terms.

Returnosid.workflow.rules.ProcessProcessorQueryInspector[]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.
MethodgetProcessProcessorEnablerQueryInspectorRecord
Description

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

Parametersosid.type.TypeprocessProcessorEnablerRecordTypea process processor enabler record type
Returnosid.workflow.rules.records.ProcessProcessorEnablerQueryInspectorRecordthe process processor enabler query inspector record
ErrorsNULL_ARGUMENTprocessProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.