Uses of Class
org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
-
Packages that use AbstractFlowNodeBuilder Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of AbstractFlowNodeBuilder in org.camunda.bpm.model.bpmn.builder
Classes in org.camunda.bpm.model.bpmn.builder with type parameters of type AbstractFlowNodeBuilder Modifier and Type Class Description class
AbstractFlowNodeBuilder<B extends AbstractFlowNodeBuilder<B,E>,E extends FlowNode>
Methods in org.camunda.bpm.model.bpmn.builder with type parameters of type AbstractFlowNodeBuilder Modifier and Type Method Description <T extends AbstractFlowNodeBuilder>
TAbstractCompensateEventDefinitionBuilder. compensateEventDefinitionDone()
<T extends AbstractFlowNodeBuilder>
TAbstractConditionalEventDefinitionBuilder. conditionalEventDefinitionDone()
Finishes the building of a conditional event definition.protected <T extends AbstractFlowNodeBuilder,F extends FlowNode>
TAbstractFlowNodeBuilder. createTargetBuilder(Class<F> typeClass)
protected <T extends AbstractFlowNodeBuilder,F extends FlowNode>
TAbstractFlowNodeBuilder. createTargetBuilder(Class<F> typeClass, String id)
<T extends AbstractFlowNodeBuilder>
TAbstractErrorEventDefinitionBuilder. errorEventDefinitionDone()
Finishes the building of a error event definition.<T extends AbstractFlowNodeBuilder>
TAbstractMessageEventDefinitionBuilder. messageEventDefinitionDone()
Finishes the building of a message event definition.Methods in org.camunda.bpm.model.bpmn.builder that return AbstractFlowNodeBuilder Modifier and Type Method Description AbstractFlowNodeBuilder
AbstractFlowNodeBuilder. compensationDone()
AbstractFlowNodeBuilder
AbstractFlowNodeBuilder. connectTo(String identifier)
AbstractFlowNodeBuilder
AbstractFlowNodeBuilder. moveToNode(String identifier)
-
Uses of AbstractFlowNodeBuilder in org.camunda.bpm.model.bpmn.impl.instance
Methods in org.camunda.bpm.model.bpmn.impl.instance that return AbstractFlowNodeBuilder Modifier and Type Method Description AbstractFlowNodeBuilder
FlowNodeImpl. builder()
-
Uses of AbstractFlowNodeBuilder in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return AbstractFlowNodeBuilder Modifier and Type Method Description AbstractFlowNodeBuilder
FlowNode. builder()
-