Uses of Class
org.activiti.editor.language.json.converter.util.JsonConverterUtil.JsonLookupResult
Packages that use JsonConverterUtil.JsonLookupResult
-
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.JsonLookupResultModifier and TypeMethodDescriptionprotected static List<JsonConverterUtil.JsonLookupResult>JsonConverterUtil.getBpmnProcessModelChildShapesPropertyValues(com.fasterxml.jackson.databind.JsonNode editorJsonNode, String propertyName, List<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.JsonConverterUtil.getBpmnProcessModelDecisionTableReferences(com.fasterxml.jackson.databind.JsonNode editorJsonNode) JsonConverterUtil.getBpmnProcessModelFormReferences(com.fasterxml.jackson.databind.JsonNode editorJsonNode) Method parameters in org.activiti.editor.language.json.converter.util with type arguments of type JsonConverterUtil.JsonLookupResultModifier and TypeMethodDescriptionstatic List<com.fasterxml.jackson.databind.JsonNode>JsonConverterUtil.filterOutJsonNodes(List<JsonConverterUtil.JsonLookupResult> lookupResults)