OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessProcessorEnablerQuery
Implementsosid.OsidEnablerQuery
Used Byosid.workflow.rules.ProcessProcessorEnablerQuerySession
osid.workflow.rules.ProcessProcessorEnablerSearchSession
osid.workflow.rules.ProcessProcessorEnablerSmartOfficeSession
Description

This is the query for searching process processor enablers. Each method match specifies an AND term while multiple invocations of the same method produce a nested OR .

MethodmatchRuledProcessProcessorId
Description

Matches enablers mapped to a process processor.

Parametersosid.id.IdprocessProcessorIdthe process processor Id
booleanmatchtrue for a positive match, false for a negative match
ErrorsNULL_ARGUMENTprocessProcessorId is null
CompliancemandatoryThis method must be implemented.
MethodclearRuledProcessProcessorIdTerms
Description

Clears the process processor Id query terms.

CompliancemandatoryThis method must be implemented.
MethodsupportsRuledProcessProcessorQuery
Description

Tests if a ProcessProcessorQuery is available.

Returnbooleantrue if a process processor query is available, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetRuledProcessProcessorQuery
Description

Gets the query for a process processor. Multiple retrievals produce a nested OR term.

Returnosid.workflow.rules.ProcessProcessorQuerythe process processor query
ErrorsUNIMPLEMENTEDsupportsRuledProcessProcessorQuery() is false
ComplianceoptionalThis method must be implemented if supportsRuledProcessProcessorQuery() is true .
MethodmatchAnyRuledProcessProcessor
Description

Matches rules mapped to any process processor.

Parametersbooleanmatchtrue for rules mapped to any process processor, false to match rules mapped to no processs processor
CompliancemandatoryThis method must be implemented.
MethodclearRuledProcessTerms
Description

Clears the process query terms.

CompliancemandatoryThis method must be implemented.
MethodmatchOfficeId
Description

Sets the office Id for this query to match processes assigned to offices.

Parametersosid.id.IdofficeIdthe office Id
booleanmatchtrue for a positive match, false for a negative match
ErrorsNULL_ARGUMENTofficeId is null
CompliancemandatoryThis method must be implemented.
MethodclearOfficeIdTerms
Description

Clears the office Id query terms.

CompliancemandatoryThis method must be implemented.
MethodsupportsOfficeQuery
Description

Tests if an OfficeQuery is available.

Returnbooleantrue if an office query is available, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetOfficeQuery
Description

Gets the query for an office. Multiple retrievals produce a nested OR term.

Returnosid.workflow.OfficeQuerythe office query
ErrorsUNIMPLEMENTEDsupportsOfficeQuery() is false
ComplianceoptionalThis method must be implemented if supportsOfficeQuery() is true .
MethodclearOfficeTerms
Description

Clears the office query terms.

CompliancemandatoryThis method must be implemented.
MethodgetProcessProcessorEnablerQueryRecord
Description

Gets the process processor enabler query record corresponding to the given ProcessProcessorEnabler record Type . Multiple record retrievals produce a nested OR term.

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