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 classAbstractFlowNodeBuilder<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(java.lang.Class<F> typeClass)protected <T extends AbstractFlowNodeBuilder,F extends FlowNode>
TAbstractFlowNodeBuilder. createTargetBuilder(java.lang.Class<F> typeClass, java.lang.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 AbstractFlowNodeBuilderAbstractFlowNodeBuilder. compensationDone()AbstractFlowNodeBuilderAbstractFlowNodeBuilder. connectTo(java.lang.String identifier)AbstractFlowNodeBuilderAbstractFlowNodeBuilder. moveToNode(java.lang.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 AbstractFlowNodeBuilderFlowNodeImpl. 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 AbstractFlowNodeBuilderFlowNode. builder() 
 -