Package | Description |
---|---|
org.jbpm.designer.server.diagram |
Modifier and Type | Method and Description |
---|---|
static Diagram |
DiagramBuilder.parseJson(org.json.JSONObject json) |
static Diagram |
DiagramBuilder.parseJson(org.json.JSONObject json,
Boolean keepGlossaryLink)
do the parsing on an JSONObject, assumes that the json is hierarchical
ordered, so all shapes are reachable over child relations
|
static Diagram |
DiagramBuilder.parseJson(String json) |
static Diagram |
DiagramBuilder.parseJson(String json,
Boolean keepGlossaryLink)
Parse the json string to the diagram model, assumes that the json is
hierarchical ordered
|
Modifier and Type | Method and Description |
---|---|
static org.json.JSONObject |
JSONBuilder.parseModel(Diagram diagram) |
static String |
JSONBuilder.parseModeltoString(Diagram diagram) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.