Package de.xima.fc.workflow.bpmn
package de.xima.fc.workflow.bpmn
-
ClassDescriptionABinarySelectionBpmnModeler<Model>
BPMN modelerfornodesthat execute like a binary selection, e.g. an if-else node.Base class for BPMN modelers that can be represented as amessagestart event.APostTestLoopBpmnModeler<Model>BPMN modelerfornodesthat execute like a post-test loop, e.g. a do-until loop (do-while loop).APreTestLoopBpmnModeler<Model>BPMN modelerfornodesthat execute like a pre-test loop, e.g. a while loop.AServiceTaskBpmnModeler<Model>Base class forBPMN modelersfor modelingnodesthat represent simpleservice tasksin the BPMN model, usually business logic actions.A post-processor for the service task layout, seecreateTaskLayoutPostProcessor.AStartEventBpmnModeler<Model>Base class forBPMN modelersfor modelingtriggersthat represent simplestart eventsin the BPMN model.A post-processor for the start event layout, seecreateStartEventLayoutPostProcessor.AStatefulWorkflowBpmnModeler<Element, PartBuilder extends IStructuredBpmnModelPartBuilder<?>, Params extends IModelWorkflowItemParams<Element, PartBuilder>>Helper class for modeling a workflow element as astructured BPMN part.ATimerStartEventBpmnModeler<Model>Enumeration representing the types of time event expressions for a BPMNtimer event.Models theexpressionof atime eventin BPMN.