Uses of Class
de.xima.fc.workflow.bpmn.AStatefulWorkflowBpmnModeler
Packages that use AStatefulWorkflowBpmnModeler
-
Uses of AStatefulWorkflowBpmnModeler in de.xima.fc.workflow.bpmn
Subclasses of AStatefulWorkflowBpmnModeler in de.xima.fc.workflow.bpmnModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classMethods in de.xima.fc.workflow.bpmn with type parameters of type AStatefulWorkflowBpmnModelerModifier and TypeMethodDescriptionstatic <Element, PartBuilder extends IStructuredBpmnModelPartBuilder<?>, Params extends IModelWorkflowItemParams<Element, PartBuilder>, Modeler extends AStatefulWorkflowBpmnModeler<Element, PartBuilder, Params>>
voidAStatefulWorkflowBpmnModeler.modelWorkflowElementWithState(BiFunction<Params, IWorkflowBpmnModelContext, Modeler> modelerFactory, Params params, IWorkflowBpmnModelContext context) Models a workflow element as astructured BPMN part, using the given modeler.