Class AStatefulWorkflowBpmnModeler.AProcessStatefulModeler
java.lang.Object
de.xima.fc.workflow.bpmn.AStatefulWorkflowBpmnModeler<WorkflowProcess, IWorkflowProcessBpmnModelPartBuilder, IModelWorkflowProcessParams>
de.xima.fc.workflow.bpmn.AStatefulWorkflowBpmnModeler.AProcessStatefulModeler
- Enclosing class:
AStatefulWorkflowBpmnModeler<Element, PartBuilder extends IStructuredBpmnModelPartBuilder<?>, Params extends IModelWorkflowItemParams<Element, PartBuilder>>
public abstract static class AStatefulWorkflowBpmnModeler.AProcessStatefulModeler
extends AStatefulWorkflowBpmnModeler<WorkflowProcess, IWorkflowProcessBpmnModelPartBuilder, IModelWorkflowProcessParams>
- Since:
- 8.4.0
-
Nested Class Summary
Nested classes/interfaces inherited from class AStatefulWorkflowBpmnModeler
AStatefulWorkflowBpmnModeler.ANodeStatefulModeler<Model>, AStatefulWorkflowBpmnModeler.AProcessStatefulModeler, AStatefulWorkflowBpmnModeler.ATaskStatefulModeler, AStatefulWorkflowBpmnModeler.ATriggerStatefulModeler<Model> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final IBoundMessageLocalizerThe localizer for the current workflow process. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAProcessStatefulModeler(IModelWorkflowProcessParams params, IWorkflowBpmnModelContext context) Creates a new stateful modeler with the data as provided by the workflow engine. -
Method Summary
Methods inherited from class AStatefulWorkflowBpmnModeler
addAssociations, addFlows, addShapes, configurePartBuilder, createLayoutItem, finishBpmnModel, modelWorkflowElementWithState
-
Field Details
-
localizer
The localizer for the current workflow process. Should be used to localize messages, such as names for BPMN elements.
-
-
Constructor Details
-
AProcessStatefulModeler
protected AProcessStatefulModeler(IModelWorkflowProcessParams params, IWorkflowBpmnModelContext context) Creates a new stateful modeler with the data as provided by the workflow engine.- Parameters:
params- The parameters as provided by the workflow engine.context- The model context as provided by the workflow engine.
-