Uses of Interface
org.camunda.bpm.model.bpmn.instance.di.DiagramElement
-
-
Uses of DiagramElement in org.camunda.bpm.model.bpmn.impl.instance
Methods in org.camunda.bpm.model.bpmn.impl.instance that return DiagramElement Modifier and Type Method Description DiagramElement
BaseElementImpl. getDiagramElement()
-
Uses of DiagramElement in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement DiagramElement Modifier and Type Class Description class
BpmnEdgeImpl
The BPMNDI BPMNEdge elementclass
BpmnLabelImpl
The BPMNDI BPMNLabel elementclass
BpmnPlaneImpl
The BPMNDI BPMNPlane elementclass
BpmnShapeImpl
The BPMNDI BPMNShape elementFields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type DiagramElement Modifier and Type Field Description protected static AttributeReference<DiagramElement>
BpmnEdgeImpl. sourceElementAttribute
protected static AttributeReference<DiagramElement>
BpmnEdgeImpl. targetElementAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return DiagramElement Modifier and Type Method Description DiagramElement
BpmnEdgeImpl. getSourceElement()
DiagramElement
BpmnEdgeImpl. getTargetElement()
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type DiagramElement Modifier and Type Method Description void
BpmnEdgeImpl. setSourceElement(DiagramElement sourceElement)
void
BpmnEdgeImpl. setTargetElement(DiagramElement targetElement)
-
Uses of DiagramElement in org.camunda.bpm.model.bpmn.impl.instance.di
Classes in org.camunda.bpm.model.bpmn.impl.instance.di that implement DiagramElement Modifier and Type Class Description class
DiagramElementImpl
The DI DiagramElement elementclass
EdgeImpl
class
LabeledEdgeImpl
The DI LabeledEdge elementclass
LabeledShapeImpl
The DI LabeledShape elementclass
LabelImpl
The DI Label elementclass
NodeImpl
The DI Node elementclass
PlaneImpl
The DI Plane elementclass
ShapeImpl
The DI Shape elementFields in org.camunda.bpm.model.bpmn.impl.instance.di with type parameters of type DiagramElement Modifier and Type Field Description protected static ChildElementCollection<DiagramElement>
PlaneImpl. diagramElementCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance.di that return types with arguments of type DiagramElement Modifier and Type Method Description Collection<DiagramElement>
PlaneImpl. getDiagramElements()
-
Uses of DiagramElement in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return DiagramElement Modifier and Type Method Description DiagramElement
BaseElement. getDiagramElement()
-
Uses of DiagramElement in org.camunda.bpm.model.bpmn.instance.bpmndi
Subinterfaces of DiagramElement in org.camunda.bpm.model.bpmn.instance.bpmndi Modifier and Type Interface Description interface
BpmnEdge
The BPMNDI BPMNEdge elementinterface
BpmnLabel
The BPMNDI BPMNLabel elementinterface
BpmnPlane
The BPMNDI BPMNPlane elementinterface
BpmnShape
The BPMNDI BPMNShape elementMethods in org.camunda.bpm.model.bpmn.instance.bpmndi that return DiagramElement Modifier and Type Method Description DiagramElement
BpmnEdge. getSourceElement()
DiagramElement
BpmnEdge. getTargetElement()
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type DiagramElement Modifier and Type Method Description void
BpmnEdge. setSourceElement(DiagramElement sourceElement)
void
BpmnEdge. setTargetElement(DiagramElement targetElement)
-
Uses of DiagramElement in org.camunda.bpm.model.bpmn.instance.di
Subinterfaces of DiagramElement in org.camunda.bpm.model.bpmn.instance.di Modifier and Type Interface Description interface
Edge
The DI Edge elementinterface
Label
The DI Label elementinterface
LabeledEdge
The DI LabeledEdge elementinterface
LabeledShape
The DI LabeledShape elementinterface
Node
The DI Node elementinterface
Plane
The DI Plane elementinterface
Shape
The DI Shape elementMethods in org.camunda.bpm.model.bpmn.instance.di that return types with arguments of type DiagramElement Modifier and Type Method Description Collection<DiagramElement>
Plane. getDiagramElements()
-