Uses of Class
org.camunda.bpm.engine.repository.DiagramElement

Packages that use DiagramElement
org.camunda.bpm.engine.impl.bpmn.diagram   
org.camunda.bpm.engine.repository Classes related to the RepositoryService
 

Uses of DiagramElement in org.camunda.bpm.engine.impl.bpmn.diagram
 

Methods in org.camunda.bpm.engine.impl.bpmn.diagram that return types with arguments of type DiagramElement
protected  Map<String,DiagramElement> ProcessDiagramLayoutFactory.transformBoundsForImage(DiagramNode diagramBoundsImage, DiagramNode diagramBoundsXml, Map<String,DiagramNode> listOfBounds)
           
 

Uses of DiagramElement in org.camunda.bpm.engine.repository
 

Subclasses of DiagramElement in org.camunda.bpm.engine.repository
 class DiagramEdge
          Stores waypoints of a diagram edge.
 class DiagramNode
          Stores position and dimensions of a diagram node.
 

Methods in org.camunda.bpm.engine.repository that return types with arguments of type DiagramElement
 Map<String,DiagramElement> DiagramLayout.getElements()
           
 

Method parameters in org.camunda.bpm.engine.repository with type arguments of type DiagramElement
 void DiagramLayout.setElements(Map<String,DiagramElement> elements)
           
 

Constructor parameters in org.camunda.bpm.engine.repository with type arguments of type DiagramElement
DiagramLayout(Map<String,DiagramElement> elements)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.