Uses of Class
org.camunda.bpm.engine.repository.DiagramNode
-
Packages that use DiagramNode Package Description org.camunda.bpm.engine.impl.bpmn.diagram org.camunda.bpm.engine.repository Classes related to theRepositoryService
. -
-
Uses of DiagramNode in org.camunda.bpm.engine.impl.bpmn.diagram
Methods in org.camunda.bpm.engine.impl.bpmn.diagram that return DiagramNode Modifier and Type Method Description protected DiagramNode
ProcessDiagramLayoutFactory. getDiagramBoundsFromBpmnDi(Document bpmnModel)
protected DiagramNode
ProcessDiagramLayoutFactory. getDiagramBoundsFromImage(BufferedImage image, int offsetTop, int offsetBottom)
protected DiagramNode
ProcessDiagramLayoutFactory. getDiagramBoundsFromImage(InputStream imageStream)
protected DiagramNode
ProcessDiagramLayoutFactory. getDiagramBoundsFromImage(InputStream imageStream, int offsetTop, int offsetBottom)
protected DiagramNode
ProcessDiagramLayoutFactory. parseBounds(Element boundsElement)
protected DiagramNode
ProcessDiagramLayoutFactory. transformBoundsForImage(DiagramNode diagramBoundsImage, DiagramNode diagramBoundsXml, DiagramNode elementBounds)
Methods in org.camunda.bpm.engine.impl.bpmn.diagram that return types with arguments of type DiagramNode Modifier and Type Method Description protected Map<String,DiagramNode>
ProcessDiagramLayoutFactory. fixFlowNodePositionsIfModelFromAdonis(Document bpmnModel, Map<String,DiagramNode> elementBoundsFromBpmnDi)
protected Map<String,DiagramNode>
ProcessDiagramLayoutFactory. getElementBoundsFromBpmnDi(Document bpmnModel)
Methods in org.camunda.bpm.engine.impl.bpmn.diagram with parameters of type DiagramNode Modifier and Type Method Description protected Map<String,DiagramElement>
ProcessDiagramLayoutFactory. transformBoundsForImage(DiagramNode diagramBoundsImage, DiagramNode diagramBoundsXml, Map<String,DiagramNode> listOfBounds)
protected DiagramNode
ProcessDiagramLayoutFactory. transformBoundsForImage(DiagramNode diagramBoundsImage, DiagramNode diagramBoundsXml, DiagramNode elementBounds)
Method parameters in org.camunda.bpm.engine.impl.bpmn.diagram with type arguments of type DiagramNode Modifier and Type Method Description protected Map<String,DiagramNode>
ProcessDiagramLayoutFactory. fixFlowNodePositionsIfModelFromAdonis(Document bpmnModel, Map<String,DiagramNode> elementBoundsFromBpmnDi)
protected Map<String,DiagramElement>
ProcessDiagramLayoutFactory. transformBoundsForImage(DiagramNode diagramBoundsImage, DiagramNode diagramBoundsXml, Map<String,DiagramNode> listOfBounds)
-
Uses of DiagramNode in org.camunda.bpm.engine.repository
Methods in org.camunda.bpm.engine.repository that return DiagramNode Modifier and Type Method Description DiagramNode
DiagramLayout. getNode(String id)
Methods in org.camunda.bpm.engine.repository that return types with arguments of type DiagramNode Modifier and Type Method Description List<DiagramNode>
DiagramLayout. getNodes()
-