Class AddCandidateGroupFunctionDelegate

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

public class AddCandidateGroupFunctionDelegate
extends java.lang.Object
implements org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
  • Constructor Summary

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