Uses of Interface
org.camunda.bpm.model.bpmn.instance.di.DiagramElement
Packages that use DiagramElement
Package
Description
-
Uses of DiagramElement in org.camunda.bpm.model.bpmn.impl.instance
Methods in org.camunda.bpm.model.bpmn.impl.instance that return DiagramElement -
Uses of DiagramElement in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement DiagramElementModifier and TypeClassDescriptionclass
The BPMNDI BPMNEdge elementclass
The BPMNDI BPMNLabel elementclass
The BPMNDI BPMNPlane elementclass
The BPMNDI BPMNShape elementFields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type DiagramElementModifier and TypeFieldDescriptionprotected static AttributeReference<DiagramElement>
BpmnEdgeImpl.sourceElementAttribute
protected static AttributeReference<DiagramElement>
BpmnEdgeImpl.targetElementAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return DiagramElementModifier and TypeMethodDescriptionBpmnEdgeImpl.getSourceElement()
BpmnEdgeImpl.getTargetElement()
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type DiagramElementModifier and TypeMethodDescriptionvoid
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 DiagramElementModifier and TypeClassDescriptionclass
The DI DiagramElement elementclass
class
The DI LabeledEdge elementclass
The DI LabeledShape elementclass
The DI Label elementclass
The DI Node elementclass
The DI Plane elementclass
The DI Shape elementFields in org.camunda.bpm.model.bpmn.impl.instance.di with type parameters of type DiagramElementModifier and TypeFieldDescriptionprotected static ChildElementCollection<DiagramElement>
PlaneImpl.diagramElementCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance.di that return types with arguments of type DiagramElement -
Uses of DiagramElement in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return DiagramElement -
Uses of DiagramElement in org.camunda.bpm.model.bpmn.instance.bpmndi
Subinterfaces of DiagramElement in org.camunda.bpm.model.bpmn.instance.bpmndiModifier and TypeInterfaceDescriptioninterface
The BPMNDI BPMNEdge elementinterface
The BPMNDI BPMNLabel elementinterface
The BPMNDI BPMNPlane elementinterface
The BPMNDI BPMNShape elementMethods in org.camunda.bpm.model.bpmn.instance.bpmndi that return DiagramElementMethods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type DiagramElementModifier and TypeMethodDescriptionvoid
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.diModifier and TypeInterfaceDescriptioninterface
The DI Edge elementinterface
The DI Label elementinterface
The DI LabeledEdge elementinterface
The DI LabeledShape elementinterface
The DI Node elementinterface
The DI Plane elementinterface
The DI Shape elementMethods in org.camunda.bpm.model.bpmn.instance.di that return types with arguments of type DiagramElement