Class FlowableAddToArrayNodeFunctionDelegate

  • All Implemented Interfaces:
    org.flowable.common.engine.api.delegate.FlowableFunctionDelegate

    public class FlowableAddToArrayNodeFunctionDelegate
    extends java.lang.Object
    implements org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
    A function delegate to add objects to an ArrayNode. This is needed because ArrayNode has various add methods, but JUEL doesn't support method overloading, which means that always the first returned by .getMethod() will be used irregardless of the type.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method functionMethod()  
      java.lang.String localName()  
      java.lang.String prefix()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate

        localNames, prefixes
    • Constructor Detail

      • FlowableAddToArrayNodeFunctionDelegate

        public FlowableAddToArrayNodeFunctionDelegate()
    • Method Detail

      • prefix

        public java.lang.String prefix()
        Specified by:
        prefix in interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
      • localName

        public java.lang.String localName()
        Specified by:
        localName in interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
      • functionMethod

        public java.lang.reflect.Method functionMethod()
        Specified by:
        functionMethod in interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate