Uses of Class
org.activiti.editor.language.json.converter.util.JsonConverterUtil.JsonLookupResult
-
Packages that use JsonConverterUtil.JsonLookupResult Package Description org.activiti.editor.language.json.converter.util -
-
Uses of JsonConverterUtil.JsonLookupResult in org.activiti.editor.language.json.converter.util
Methods in org.activiti.editor.language.json.converter.util that return types with arguments of type JsonConverterUtil.JsonLookupResult Modifier and Type Method Description protected static java.util.List<JsonConverterUtil.JsonLookupResult>JsonConverterUtil. getBpmnProcessModelChildShapesPropertyValues(com.fasterxml.jackson.databind.JsonNode editorJsonNode, java.lang.String propertyName, java.util.List<java.lang.String> allowedStencilTypes)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.static java.util.List<JsonConverterUtil.JsonLookupResult>JsonConverterUtil. getBpmnProcessModelDecisionTableReferences(com.fasterxml.jackson.databind.JsonNode editorJsonNode)static java.util.List<JsonConverterUtil.JsonLookupResult>JsonConverterUtil. getBpmnProcessModelFormReferences(com.fasterxml.jackson.databind.JsonNode editorJsonNode)Method parameters in org.activiti.editor.language.json.converter.util with type arguments of type JsonConverterUtil.JsonLookupResult Modifier and Type Method Description static java.util.List<com.fasterxml.jackson.databind.JsonNode>JsonConverterUtil. filterOutJsonNodes(java.util.List<JsonConverterUtil.JsonLookupResult> lookupResults)
-