public class SignavioJson extends Object
Constructor and Description |
---|
SignavioJson() |
Modifier and Type | Method and Description |
---|---|
static String |
extractDirectoryId(org.codehaus.jettison.json.JSONObject jsonObj) |
static String |
extractIdForMatchingModelName(String json,
String modelName) |
static String |
extractLastModifiedDateFromInfo(String info) |
static String |
extractModelComment(org.codehaus.jettison.json.JSONObject jsonObj) |
static ConnectorNodeType |
extractModelContentType(org.codehaus.jettison.json.JSONObject jsonObj) |
static String |
extractModelId(org.codehaus.jettison.json.JSONObject jsonObj) |
static String |
extractNodeName(org.codehaus.jettison.json.JSONObject jsonObj) |
static String |
extractNodeName(String json) |
static String |
extractParentIdFromInfo(String info) |
static String |
extractParentNameFromInfo(String info) |
static String |
extractPrivateFolderId(String json) |
static String |
extractPrivateFolderName(String json) |
public static String extractNodeName(org.codehaus.jettison.json.JSONObject jsonObj)
public static String extractDirectoryId(org.codehaus.jettison.json.JSONObject jsonObj)
public static String extractModelId(org.codehaus.jettison.json.JSONObject jsonObj)
public static ConnectorNodeType extractModelContentType(org.codehaus.jettison.json.JSONObject jsonObj)
public static String extractIdForMatchingModelName(String json, String modelName) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONException
public static String extractModelComment(org.codehaus.jettison.json.JSONObject jsonObj)
Copyright © 2015. All rights reserved.