Uses of Class
org.flowable.dmn.editor.converter.DmnJsonConverterUtil.JsonLookupResult
-
Packages that use DmnJsonConverterUtil.JsonLookupResult Package Description org.flowable.dmn.editor.converter -
-
Uses of DmnJsonConverterUtil.JsonLookupResult in org.flowable.dmn.editor.converter
Methods in org.flowable.dmn.editor.converter that return types with arguments of type DmnJsonConverterUtil.JsonLookupResult Modifier and Type Method Description static List<DmnJsonConverterUtil.JsonLookupResult>DmnJsonConverterUtil. getDmnModelChildShapesPropertyValues(com.fasterxml.jackson.databind.JsonNode editorJsonNode, String propertyName, List<String> allowedStencilTypes)static List<DmnJsonConverterUtil.JsonLookupResult>DmnJsonConverterUtil. getDmnModelDecisionTableReferences(com.fasterxml.jackson.databind.node.ObjectNode editorJsonNode)Method parameters in org.flowable.dmn.editor.converter with type arguments of type DmnJsonConverterUtil.JsonLookupResult Modifier and Type Method Description static List<com.fasterxml.jackson.databind.JsonNode>DmnJsonConverterUtil. filterOutJsonNodes(List<DmnJsonConverterUtil.JsonLookupResult> lookupResults)
-