Package | Description |
---|---|
org.activiti.editor.language.json.converter.util |
Modifier and Type | Method and Description |
---|---|
protected static List<JsonConverterUtil.JsonLookupResult> |
JsonConverterUtil.getBpmnProcessModelChildShapesPropertyValues(com.fasterxml.jackson.databind.JsonNode editorJsonNode,
String propertyName) |
static List<JsonConverterUtil.JsonLookupResult> |
JsonConverterUtil.getBpmnProcessModelFormReferences(com.fasterxml.jackson.databind.JsonNode editorJsonNode)
Usable for BPMN 2.0 editor json: traverses all child shapes (also nested), goes into
the properties and sees if there is a matching property in the
'properties' of the childshape and returns those in a list.
|
Modifier and Type | Method and Description |
---|---|
static List<com.fasterxml.jackson.databind.JsonNode> |
JsonConverterUtil.filterOutJsonNodes(List<JsonConverterUtil.JsonLookupResult> lookupResults) |
protected static void |
JsonConverterUtil.internalGetBpmnProcessChildShapePropertyValues(com.fasterxml.jackson.databind.JsonNode editorJsonNode,
String propertyName,
List<JsonConverterUtil.JsonLookupResult> result) |
Copyright © 2015 Alfresco. All rights reserved.