Class FlowableMapOfFunctionDelegate

java.lang.Object
com.flowable.platform.common.el.FlowableMapOfFunctionDelegate
All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate

public class FlowableMapOfFunctionDelegate
extends java.lang.Object
implements org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
Author:
Martina Staub
  • Constructor Summary

    Constructors 
    Constructor Description
    FlowableMapOfFunctionDelegate()  
  • 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