@Component public class BpmnDisplayJsonConverter extends Object
Modifier and Type | Field and Description |
---|---|
protected BpmnJsonConverter |
bpmnJsonConverter |
protected List<String> |
eventElementTypes |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected Map<String,InfoMapper> |
propertyMappers |
Constructor and Description |
---|
BpmnDisplayJsonConverter() |
Modifier and Type | Method and Description |
---|---|
protected void |
commonFillGraphicInfo(com.fasterxml.jackson.databind.node.ObjectNode elementNode,
double x,
double y,
double width,
double height,
boolean includeWidthAndHeight) |
protected void |
fillDiagramInfo(GraphicInfo graphicInfo,
GraphicInfo diagramInfo) |
protected void |
fillEventTypes(String className,
FlowElement element,
com.fasterxml.jackson.databind.node.ObjectNode elementNode) |
protected void |
fillGraphicInfo(com.fasterxml.jackson.databind.node.ObjectNode elementNode,
GraphicInfo graphicInfo,
boolean includeWidthAndHeight) |
protected void |
fillWaypoints(String id,
BpmnModel model,
com.fasterxml.jackson.databind.node.ObjectNode elementNode,
GraphicInfo diagramInfo) |
protected void |
processArtifacts(Collection<Artifact> artifactList,
BpmnModel model,
com.fasterxml.jackson.databind.node.ArrayNode elementArray,
com.fasterxml.jackson.databind.node.ArrayNode flowArray,
GraphicInfo diagramInfo) |
protected void |
processElements(Collection<FlowElement> elementList,
BpmnModel model,
com.fasterxml.jackson.databind.node.ArrayNode elementArray,
com.fasterxml.jackson.databind.node.ArrayNode flowArray,
GraphicInfo diagramInfo) |
void |
processProcessElements(com.activiti.domain.editor.AbstractModel processModel,
com.fasterxml.jackson.databind.node.ObjectNode displayNode,
GraphicInfo diagramInfo) |
protected BpmnJsonConverter bpmnJsonConverter
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected Map<String,InfoMapper> propertyMappers
public void processProcessElements(com.activiti.domain.editor.AbstractModel processModel, com.fasterxml.jackson.databind.node.ObjectNode displayNode, GraphicInfo diagramInfo)
protected void processElements(Collection<FlowElement> elementList, BpmnModel model, com.fasterxml.jackson.databind.node.ArrayNode elementArray, com.fasterxml.jackson.databind.node.ArrayNode flowArray, GraphicInfo diagramInfo)
protected void processArtifacts(Collection<Artifact> artifactList, BpmnModel model, com.fasterxml.jackson.databind.node.ArrayNode elementArray, com.fasterxml.jackson.databind.node.ArrayNode flowArray, GraphicInfo diagramInfo)
protected void fillWaypoints(String id, BpmnModel model, com.fasterxml.jackson.databind.node.ObjectNode elementNode, GraphicInfo diagramInfo)
protected void fillEventTypes(String className, FlowElement element, com.fasterxml.jackson.databind.node.ObjectNode elementNode)
protected void fillGraphicInfo(com.fasterxml.jackson.databind.node.ObjectNode elementNode, GraphicInfo graphicInfo, boolean includeWidthAndHeight)
protected void commonFillGraphicInfo(com.fasterxml.jackson.databind.node.ObjectNode elementNode, double x, double y, double width, double height, boolean includeWidthAndHeight)
protected void fillDiagramInfo(GraphicInfo graphicInfo, GraphicInfo diagramInfo)
Copyright © 2014–2015 Alfresco. All rights reserved.