Class FlowableAddToArrayNodeFunctionDelegate

java.lang.Object
com.flowable.platform.common.el.json.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.
  • Constructor Summary

    Constructors 
    Constructor Description
    FlowableAddToArrayNodeFunctionDelegate()  
  • Method Summary

    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 Details

  • Method Details

    • 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