Class AddProcessParticipantUserFunctionDelegate

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

    public class AddProcessParticipantUserFunctionDelegate
    extends java.lang.Object
    implements org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
    • 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

      • AddProcessParticipantUserFunctionDelegate

        public AddProcessParticipantUserFunctionDelegate()
    • 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