Uses of Interface
org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnEdge

Packages that use BpmnEdge
org.camunda.bpm.model.bpmn.builder   
org.camunda.bpm.model.bpmn.impl.instance   
org.camunda.bpm.model.bpmn.impl.instance.bpmndi   
org.camunda.bpm.model.bpmn.instance   
 

Uses of BpmnEdge in org.camunda.bpm.model.bpmn.builder
 

Methods in org.camunda.bpm.model.bpmn.builder that return BpmnEdge
 BpmnEdge AbstractBaseElementBuilder.createBpmnEdge(SequenceFlow sequenceFlow)
          Deprecated. use AbstractBaseElementBuilder.createEdge(BaseElement) instead
 BpmnEdge AbstractBaseElementBuilder.createEdge(BaseElement baseElement)
           
protected  BpmnEdge AbstractBaseElementBuilder.findBpmnEdge(BaseElement sequenceFlow)
           
 

Methods in org.camunda.bpm.model.bpmn.builder with parameters of type BpmnEdge
protected  void AbstractBaseElementBuilder.setWaypoints(BpmnEdge edge)
           
protected  void AbstractBoundaryEventBuilder.setWaypointsWithSourceAndTarget(BpmnEdge edge, FlowNode edgeSource, FlowNode edgeTarget)
           
protected  void AbstractBaseElementBuilder.setWaypointsWithSourceAndTarget(BpmnEdge edge, FlowNode edgeSource, FlowNode edgeTarget)
           
 

Uses of BpmnEdge in org.camunda.bpm.model.bpmn.impl.instance
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return BpmnEdge
 BpmnEdge DataAssociationImpl.getDiagramElement()
           
 BpmnEdge AssociationImpl.getDiagramElement()
           
 BpmnEdge SequenceFlowImpl.getDiagramElement()
           
 BpmnEdge MessageFlowImpl.getDiagramElement()
           
 

Uses of BpmnEdge in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
 

Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement BpmnEdge
 class BpmnEdgeImpl
          The BPMNDI BPMNEdge element
 

Uses of BpmnEdge in org.camunda.bpm.model.bpmn.instance
 

Methods in org.camunda.bpm.model.bpmn.instance that return BpmnEdge
 BpmnEdge Association.getDiagramElement()
           
 BpmnEdge DataAssociation.getDiagramElement()
           
 BpmnEdge SequenceFlow.getDiagramElement()
           
 BpmnEdge MessageFlow.getDiagramElement()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.