Class AStatefulWorkflowBpmnModeler.ATaskStatefulModeler
java.lang.Object
de.xima.fc.workflow.bpmn.AStatefulWorkflowBpmnModeler<WorkflowTask, IWorkflowTaskBpmnModelPartBuilder, IModelWorkflowTaskParams>
de.xima.fc.workflow.bpmn.AStatefulWorkflowBpmnModeler.ATaskStatefulModeler
- Enclosing class:
AStatefulWorkflowBpmnModeler<Element, PartBuilder extends IStructuredBpmnModelPartBuilder<?>, Params extends IModelWorkflowItemParams<Element, PartBuilder>>
public abstract static class AStatefulWorkflowBpmnModeler.ATaskStatefulModeler
extends AStatefulWorkflowBpmnModeler<WorkflowTask, IWorkflowTaskBpmnModelPartBuilder, IModelWorkflowTaskParams>
- 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 task.protected final WorkflowNodeTheroot nodeof the workflow task to be modeled.protected final WorkflowTriggerThetriggerof the workflow task to be modeled. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedATaskStatefulModeler(IModelWorkflowTaskParams 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
-
Constructor Details
-
ATaskStatefulModeler
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.
-