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 |
Modifier and Type | Method and Description |
---|---|
BpmnEdge |
AbstractBaseElementBuilder.createBpmnEdge(SequenceFlow sequenceFlow)
Deprecated.
|
BpmnEdge |
AbstractBaseElementBuilder.createEdge(BaseElement baseElement) |
protected BpmnEdge |
AbstractBaseElementBuilder.findBpmnEdge(BaseElement sequenceFlow) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
BpmnEdge |
MessageFlowImpl.getDiagramElement() |
BpmnEdge |
GroupImpl.getDiagramElement() |
BpmnEdge |
DataAssociationImpl.getDiagramElement() |
BpmnEdge |
SequenceFlowImpl.getDiagramElement() |
BpmnEdge |
AssociationImpl.getDiagramElement() |
Modifier and Type | Class and Description |
---|---|
class |
BpmnEdgeImpl
The BPMNDI BPMNEdge element
|
Modifier and Type | Method and Description |
---|---|
BpmnEdge |
SequenceFlow.getDiagramElement() |
BpmnEdge |
MessageFlow.getDiagramElement() |
BpmnEdge |
Group.getDiagramElement() |
BpmnEdge |
Association.getDiagramElement() |
BpmnEdge |
DataAssociation.getDiagramElement() |
Copyright © 2022. All rights reserved.