Uses of Interface
org.flowable.common.engine.impl.json.FlowableArrayNode
Packages that use FlowableArrayNode
Package
Description
-
Uses of FlowableArrayNode in org.flowable.common.engine.impl.el
Methods in org.flowable.common.engine.impl.el with parameters of type FlowableArrayNodeModifier and TypeMethodDescriptionprotected voidJsonNodeELResolver.setValue(ELContext context, FlowableArrayNode node, Object property, Object value) -
Uses of FlowableArrayNode in org.flowable.common.engine.impl.el.function
Methods in org.flowable.common.engine.impl.el.function with parameters of type FlowableArrayNodeModifier and TypeMethodDescriptionstatic booleanVariableContainsExpressionFunction.arrayNodeContains(FlowableArrayNode arrayNode, Object value) -
Uses of FlowableArrayNode in org.flowable.common.engine.impl.json
Methods in org.flowable.common.engine.impl.json that return FlowableArrayNode -
Uses of FlowableArrayNode in org.flowable.common.engine.impl.json.jackson2
Classes in org.flowable.common.engine.impl.json.jackson2 that implement FlowableArrayNodeMethods in org.flowable.common.engine.impl.json.jackson2 that return FlowableArrayNode -
Uses of FlowableArrayNode in org.flowable.common.engine.impl.json.jackson3
Classes in org.flowable.common.engine.impl.json.jackson3 that implement FlowableArrayNodeMethods in org.flowable.common.engine.impl.json.jackson3 that return FlowableArrayNode -
Uses of FlowableArrayNode in org.flowable.common.engine.impl.util
Methods in org.flowable.common.engine.impl.util that return FlowableArrayNodeModifier and TypeMethodDescriptionstatic FlowableArrayNodeJsonUtil.asFlowableArrayNode(Object value) -
Uses of FlowableArrayNode in org.flowable.dmn.engine.impl.el.util
Methods in org.flowable.dmn.engine.impl.el.util with parameters of type FlowableArrayNodeModifier and TypeMethodDescriptionstatic CollectionDMNParseUtil.getCollectionFromArrayNode(FlowableArrayNode arrayNode)