Class StrictExpressionFlowableFunctionResolverFactory

java.lang.Object
com.flowable.platform.common.el.StrictExpressionFlowableFunctionResolverFactory
All Implemented Interfaces:
org.flowable.common.engine.impl.el.FlowableFunctionResolverFactory

public class StrictExpressionFlowableFunctionResolverFactory extends Object implements org.flowable.common.engine.impl.el.FlowableFunctionResolverFactory
Author:
Filip Hrisafov
  • Field Details

    • allowedFunctionDelegateClasses

      protected final Collection<Class<? extends org.flowable.common.engine.api.delegate.FlowableFunctionDelegate>> allowedFunctionDelegateClasses
  • Constructor Details

    • StrictExpressionFlowableFunctionResolverFactory

      public StrictExpressionFlowableFunctionResolverFactory(Collection<Class<? extends org.flowable.common.engine.api.delegate.FlowableFunctionDelegate>> allowedFunctionDelegateClasses)
  • Method Details

    • create

      public org.flowable.common.engine.impl.el.FlowableFunctionResolver create(Collection<org.flowable.common.engine.api.delegate.FlowableFunctionDelegate> functionDelegates)
      Specified by:
      create in interface org.flowable.common.engine.impl.el.FlowableFunctionResolverFactory
    • isFunctionDelegateAllowed

      protected boolean isFunctionDelegateAllowed(org.flowable.common.engine.api.delegate.FlowableFunctionDelegate functionDelegate)