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 DiagramElementBaseElementImpl. 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 classBpmnEdgeImplThe BPMNDI BPMNEdge elementclassBpmnLabelImplThe BPMNDI BPMNLabel elementclassBpmnPlaneImplThe BPMNDI BPMNPlane elementclassBpmnShapeImplThe 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. sourceElementAttributeprotected static AttributeReference<DiagramElement>BpmnEdgeImpl. targetElementAttributeMethods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return DiagramElement Modifier and Type Method Description DiagramElementBpmnEdgeImpl. getSourceElement()DiagramElementBpmnEdgeImpl. getTargetElement()Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type DiagramElement Modifier and Type Method Description voidBpmnEdgeImpl. setSourceElement(DiagramElement sourceElement)voidBpmnEdgeImpl. 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 classDiagramElementImplThe DI DiagramElement elementclassEdgeImplclassLabeledEdgeImplThe DI LabeledEdge elementclassLabeledShapeImplThe DI LabeledShape elementclassLabelImplThe DI Label elementclassNodeImplThe DI Node elementclassPlaneImplThe DI Plane elementclassShapeImplThe 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. diagramElementCollectionMethods in org.camunda.bpm.model.bpmn.impl.instance.di that return types with arguments of type DiagramElement Modifier and Type Method Description java.util.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 DiagramElementBaseElement. 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 interfaceBpmnEdgeThe BPMNDI BPMNEdge elementinterfaceBpmnLabelThe BPMNDI BPMNLabel elementinterfaceBpmnPlaneThe BPMNDI BPMNPlane elementinterfaceBpmnShapeThe BPMNDI BPMNShape elementMethods in org.camunda.bpm.model.bpmn.instance.bpmndi that return DiagramElement Modifier and Type Method Description DiagramElementBpmnEdge. getSourceElement()DiagramElementBpmnEdge. getTargetElement()Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type DiagramElement Modifier and Type Method Description voidBpmnEdge. setSourceElement(DiagramElement sourceElement)voidBpmnEdge. 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 interfaceEdgeThe DI Edge elementinterfaceLabelThe DI Label elementinterfaceLabeledEdgeThe DI LabeledEdge elementinterfaceLabeledShapeThe DI LabeledShape elementinterfaceNodeThe DI Node elementinterfacePlaneThe DI Plane elementinterfaceShapeThe DI Shape elementMethods in org.camunda.bpm.model.bpmn.instance.di that return types with arguments of type DiagramElement Modifier and Type Method Description java.util.Collection<DiagramElement>Plane. getDiagramElements()
-