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 BpmnEdgeAbstractBaseElementBuilder. createBpmnEdge(SequenceFlow sequenceFlow)Deprecated.BpmnEdgeAbstractBaseElementBuilder. createEdge(BaseElement baseElement)protected BpmnEdgeAbstractBaseElementBuilder. findBpmnEdge(BaseElement sequenceFlow)Methods in org.camunda.bpm.model.bpmn.builder with parameters of type BpmnEdge Modifier and Type Method Description protected voidAbstractBaseElementBuilder. setWaypoints(BpmnEdge edge)protected voidAbstractBaseElementBuilder. setWaypointsWithSourceAndTarget(BpmnEdge edge, FlowNode edgeSource, FlowNode edgeTarget)protected voidAbstractBoundaryEventBuilder. 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 BpmnEdgeAssociationImpl. getDiagramElement()BpmnEdgeDataAssociationImpl. getDiagramElement()BpmnEdgeGroupImpl. getDiagramElement()BpmnEdgeMessageFlowImpl. getDiagramElement()BpmnEdgeSequenceFlowImpl. 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 classBpmnEdgeImplThe 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 BpmnEdgeAssociation. getDiagramElement()BpmnEdgeDataAssociation. getDiagramElement()BpmnEdgeGroup. getDiagramElement()BpmnEdgeMessageFlow. getDiagramElement()BpmnEdgeSequenceFlow. getDiagramElement()
-