Uses of Interface
org.camunda.bpm.model.bpmn.instance.di.DiagramElement

Packages that use DiagramElement
org.camunda.bpm.model.bpmn.impl.instance   
org.camunda.bpm.model.bpmn.impl.instance.bpmndi   
org.camunda.bpm.model.bpmn.impl.instance.di   
org.camunda.bpm.model.bpmn.instance   
org.camunda.bpm.model.bpmn.instance.bpmndi   
org.camunda.bpm.model.bpmn.instance.di   
 

Uses of DiagramElement in org.camunda.bpm.model.bpmn.impl.instance
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return DiagramElement
 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
 class BpmnEdgeImpl
          The BPMNDI BPMNEdge element
 class BpmnLabelImpl
          The BPMNDI BPMNLabel element
 class BpmnPlaneImpl
          The BPMNDI BPMNPlane element
 class BpmnShapeImpl
          The BPMNDI BPMNShape element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type DiagramElement
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DiagramElement> BpmnEdgeImpl.sourceElementAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DiagramElement> BpmnEdgeImpl.targetElementAttribute
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return DiagramElement
 DiagramElement BpmnEdgeImpl.getSourceElement()
           
 DiagramElement BpmnEdgeImpl.getTargetElement()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type DiagramElement
 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
 class DiagramElementImpl
          The DI DiagramElement element
 class EdgeImpl
           
 class LabeledEdgeImpl
          The DI LabeledEdge element
 class LabeledShapeImpl
          The DI LabeledShape element
 class LabelImpl
          The DI Label element
 class NodeImpl
          The DI Node element
 class PlaneImpl
          The DI Plane element
 class ShapeImpl
          The DI Shape element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance.di with type parameters of type DiagramElement
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DiagramElement> PlaneImpl.diagramElementCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance.di that return types with arguments of type DiagramElement
 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
 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
 interface BpmnEdge
          The BPMNDI BPMNEdge element
 interface BpmnLabel
          The BPMNDI BPMNLabel element
 interface BpmnPlane
          The BPMNDI BPMNPlane element
 interface BpmnShape
          The BPMNDI BPMNShape element
 

Methods in org.camunda.bpm.model.bpmn.instance.bpmndi that return DiagramElement
 DiagramElement BpmnEdge.getSourceElement()
           
 DiagramElement BpmnEdge.getTargetElement()
           
 

Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type DiagramElement
 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
 interface Edge
          The DI Edge element
 interface Label
          The DI Label element
 interface LabeledEdge
          The DI LabeledEdge element
 interface LabeledShape
          The DI LabeledShape element
 interface Node
          The DI Node element
 interface Plane
          The DI Plane element
 interface Shape
          The DI Shape element
 

Methods in org.camunda.bpm.model.bpmn.instance.di that return types with arguments of type DiagramElement
 Collection<DiagramElement> Plane.getDiagramElements()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.