Uses of Class
org.camunda.bpm.engine.repository.DiagramElement
-
Packages that use DiagramElement Package Description org.camunda.bpm.engine.impl.bpmn.diagram org.camunda.bpm.engine.repository Classes related to theRepositoryService
. -
-
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 Modifier and Type Method Description protected java.util.Map<java.lang.String,DiagramElement>
ProcessDiagramLayoutFactory. transformBoundsForImage(DiagramNode diagramBoundsImage, DiagramNode diagramBoundsXml, java.util.Map<java.lang.String,DiagramNode> listOfBounds)
-
Uses of DiagramElement in org.camunda.bpm.engine.repository
Subclasses of DiagramElement in org.camunda.bpm.engine.repository Modifier and Type Class Description 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 Modifier and Type Method Description java.util.Map<java.lang.String,DiagramElement>
DiagramLayout. getElements()
Method parameters in org.camunda.bpm.engine.repository with type arguments of type DiagramElement Modifier and Type Method Description void
DiagramLayout. setElements(java.util.Map<java.lang.String,DiagramElement> elements)
Constructor parameters in org.camunda.bpm.engine.repository with type arguments of type DiagramElement Constructor Description DiagramLayout(java.util.Map<java.lang.String,DiagramElement> elements)
-