Uses of Class
de.xima.fc.workflow.bpmn.AStatefulWorkflowBpmnModeler
-
Packages that use AStatefulWorkflowBpmnModeler Package Description de.xima.fc.workflow.bpmn -
-
Uses of AStatefulWorkflowBpmnModeler in de.xima.fc.workflow.bpmn
Subclasses of AStatefulWorkflowBpmnModeler in de.xima.fc.workflow.bpmn Modifier and Type Class Description static classAStatefulWorkflowBpmnModeler.ANodeStatefulModeler<Model>static classAStatefulWorkflowBpmnModeler.AProcessStatefulModelerstatic classAStatefulWorkflowBpmnModeler.ATaskStatefulModelerstatic classAStatefulWorkflowBpmnModeler.ATriggerStatefulModeler<Model>Methods in de.xima.fc.workflow.bpmn with type parameters of type AStatefulWorkflowBpmnModeler Modifier and Type Method Description static <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.
-