Class WorkflowConditionOperandMapper
- java.lang.Object
-
- de.xima.fc.workflow.executor.common.WorkflowConditionOperandMapper
-
-
Constructor Summary
Constructors Constructor Description WorkflowConditionOperandMapper(IWorkflowExecutionContext ctx)Creates a new mapper with the given workflow execution context.
-
-
-
Constructor Detail
-
WorkflowConditionOperandMapper
public WorkflowConditionOperandMapper(IWorkflowExecutionContext ctx)
Creates a new mapper with the given workflow execution context. The context is used for replacing placeholders and for getting the contextual data such as the current form record.- Parameters:
ctx- The workflow execution context.
-
-