OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessProcessorQueryInspector
Implementsosid.OsidProcessorQueryInspector
Used Byosid.workflow.rules.ProcessProcessorEnablerQueryInspector
osid.workflow.rules.ProcessProcessorSearchResults
osid.workflow.rules.ProcessProcessorSmartOfficeSession
Description

This is the query inspector for examining process processor 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.
MethodgetProcessProcessorQueryInspectorRecord
Description

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

Parametersosid.type.TypeprocessProcessorRecordTypea process processor record type
Returnosid.workflow.rules.records.ProcessProcessorQueryInspectorRecordthe process processor query inspector record
ErrorsNULL_ARGUMENTprocessProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.