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

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

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

Methods in org.camunda.bpm.engine.impl.bpmn.diagram that return DiagramNode
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
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
protected  DiagramNode ProcessDiagramLayoutFactory.transformBoundsForImage(DiagramNode diagramBoundsImage, DiagramNode diagramBoundsXml, DiagramNode elementBounds)
           
protected  Map<String,DiagramElement> ProcessDiagramLayoutFactory.transformBoundsForImage(DiagramNode diagramBoundsImage, DiagramNode diagramBoundsXml, Map<String,DiagramNode> listOfBounds)
           
 

Method parameters in org.camunda.bpm.engine.impl.bpmn.diagram with type arguments of type DiagramNode
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
 DiagramNode DiagramLayout.getNode(String id)
           
 

Methods in org.camunda.bpm.engine.repository that return types with arguments of type DiagramNode
 List<DiagramNode> DiagramLayout.getNodes()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.