Uses of Interface
org.flowable.common.engine.impl.el.FlowableExpressionParser
Packages that use FlowableExpressionParser
Package
Description
-
Uses of FlowableExpressionParser in org.flowable.cmmn.engine.impl.function
Methods in org.flowable.cmmn.engine.impl.function with parameters of type FlowableExpressionParserModifier and TypeMethodDescriptionIsPlanItemCompletedExpressionFunction.createFunction
(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser) IsStageCompletableExpressionFunction.createFunction
(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser) -
Uses of FlowableExpressionParser in org.flowable.common.engine.impl.el
Classes in org.flowable.common.engine.impl.el that implement FlowableExpressionParserModifier and TypeClassDescriptionprotected static class
Methods in org.flowable.common.engine.impl.el with parameters of type FlowableExpressionParserModifier and TypeMethodDescriptionFlowableAstFunctionCreator.createFunction
(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser) Create anAstFunction
based on the provided name, index, parameters. -
Uses of FlowableExpressionParser in org.flowable.common.engine.impl.el.function
Methods in org.flowable.common.engine.impl.el.function with parameters of type FlowableExpressionParserModifier and TypeMethodDescriptionAbstractFlowableVariableExpressionFunction.createFunction
(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser)