OSID Logo
OSID Specifications
workflow rules package
Version 3.1.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.IdprocessProcessorId the process processor Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT processProcessorId is null
Compliancemandatory This method must be implemented.
MethodclearRuledProcessProcessorIdTerms
Description

Clears the process processor Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsRuledProcessProcessorQuery
Description

Tests if a ProcessProcessorQuery is available.

Returnboolean true if a process processor query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetRuledProcessProcessorQuery
Description

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

Returnosid.workflow.rules.ProcessProcessorQuery the process processor query
ErrorsUNIMPLEMENTED supportsRuledProcessProcessorQuery() is false
Complianceoptional This method must be implemented if supportsRuledProcessProcessorQuery() is true.
MethodmatchAnyRuledProcessProcessor
Description

Matches rules mapped to any process processor.

Parametersbooleanmatch true for rules mapped to any process processor, false to match rules mapped to no processs processor
Compliancemandatory This method must be implemented.
MethodclearRuledProcessTerms
Description

Clears the process query terms.

Compliancemandatory This method must be implemented.
MethodmatchOfficeId
Description

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

Parametersosid.id.IdofficeId the office Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT officeId is null
Compliancemandatory This method must be implemented.
MethodclearOfficeIdTerms
Description

Clears the office Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsOfficeQuery
Description

Tests if an OfficeQuery is available.

Returnboolean true if an office query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetOfficeQuery
Description

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

Returnosid.workflow.OfficeQuery the office query
ErrorsUNIMPLEMENTED supportsOfficeQuery() is false
Complianceoptional This method must be implemented if supportsOfficeQuery() is true.
MethodclearOfficeTerms
Description

Clears the office query terms.

Compliancemandatory This 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.TypeprocessProcessorEnablerRecordType a process processor enabler record type
Returnosid.workflow.rules.records.ProcessProcessorEnablerQueryRecord the process processor enabler query record
ErrorsNULL_ARGUMENT processProcessorEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processProcessorEnablerRecordType) is false
Compliancemandatory This method must be implemented.