Class AbstractFlowableFunctionDelegate

  • All Implemented Interfaces:
    FlowableFunctionDelegate

    public abstract class AbstractFlowableFunctionDelegate
    extends Object
    implements FlowableFunctionDelegate
    Abstract class that can be used as a base class for pluggable functions that can be used in the EL expressions
    Author:
    Tijs Rademakers
    • Constructor Detail

      • AbstractFlowableFunctionDelegate

        public AbstractFlowableFunctionDelegate()
    • Method Detail

      • getNoParameterMethod

        protected Method getNoParameterMethod()
      • getNoParameterMethod

        protected Method getNoParameterMethod​(String methodName)
      • getSingleObjectParameterMethod

        protected Method getSingleObjectParameterMethod()
      • getSingleObjectParameterMethod

        protected Method getSingleObjectParameterMethod​(String methodName)
      • getTwoObjectParameterMethod

        protected Method getTwoObjectParameterMethod()
      • getTwoObjectParameterMethod

        protected Method getTwoObjectParameterMethod​(String methodName)
      • getThreeObjectParameterMethod

        protected Method getThreeObjectParameterMethod()
      • getThreeObjectParameterMethod

        protected Method getThreeObjectParameterMethod​(String methodName)
      • getFourObjectParameterMethod

        protected Method getFourObjectParameterMethod()
      • getFourObjectParameterMethod

        protected Method getFourObjectParameterMethod​(String methodName)