Uses of Interface
org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnEdge
-
Packages that use BpmnEdge Package Description 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 Modifier and Type Method Description BpmnEdge
AbstractBaseElementBuilder. createBpmnEdge(SequenceFlow sequenceFlow)
Deprecated.BpmnEdge
AbstractBaseElementBuilder. createEdge(BaseElement baseElement)
protected BpmnEdge
AbstractBaseElementBuilder. findBpmnEdge(BaseElement sequenceFlow)
Methods in org.camunda.bpm.model.bpmn.builder with parameters of type BpmnEdge Modifier and Type Method Description protected void
AbstractBaseElementBuilder. setWaypoints(BpmnEdge edge)
protected void
AbstractBaseElementBuilder. setWaypointsWithSourceAndTarget(BpmnEdge edge, FlowNode edgeSource, FlowNode edgeTarget)
protected void
AbstractBoundaryEventBuilder. 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 Modifier and Type Method Description BpmnEdge
AssociationImpl. getDiagramElement()
BpmnEdge
DataAssociationImpl. getDiagramElement()
BpmnEdge
GroupImpl. getDiagramElement()
BpmnEdge
MessageFlowImpl. getDiagramElement()
BpmnEdge
SequenceFlowImpl. 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 Modifier and Type Class Description 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 Modifier and Type Method Description BpmnEdge
Association. getDiagramElement()
BpmnEdge
DataAssociation. getDiagramElement()
BpmnEdge
Group. getDiagramElement()
BpmnEdge
MessageFlow. getDiagramElement()
BpmnEdge
SequenceFlow. getDiagramElement()
-