Uses of Interface
org.flowable.common.engine.impl.el.FlowableFunctionResolver
Packages that use FlowableFunctionResolver
-
Uses of FlowableFunctionResolver in org.flowable.common.engine.impl.el
Classes in org.flowable.common.engine.impl.el that implement FlowableFunctionResolverFields in org.flowable.common.engine.impl.el declared as FlowableFunctionResolverModifier and TypeFieldDescriptionprotected FlowableFunctionResolverDefaultExpressionManager.functionResolverprotected FlowableFunctionResolverFlowableElContext.functionResolverprotected FlowableFunctionResolverFlowableFunctionMapper.functionResolverprotected FlowableFunctionResolverParsingElContext.functionResolverMethods in org.flowable.common.engine.impl.el that return FlowableFunctionResolverModifier and TypeMethodDescriptionFlowableFunctionResolverFactory.create(Collection<FlowableFunctionDelegate> functionDelegates) Methods in org.flowable.common.engine.impl.el with parameters of type FlowableFunctionResolverModifier and TypeMethodDescriptionvoidFlowableFunctionMapper.setFunctionResolver(FlowableFunctionResolver functionResolver) Constructors in org.flowable.common.engine.impl.el with parameters of type FlowableFunctionResolverModifierConstructorDescriptionFlowableElContext(ELResolver elResolver, FlowableFunctionResolver functionResolver) FlowableFunctionMapper(FlowableFunctionResolver functionResolver) ParsingElContext(FlowableFunctionResolver functionResolver)