Package com.flowable.idm.engine.impl.el
Class SetUserAccountSubStateFunctionDelegate
- java.lang.Object
-
- com.flowable.idm.engine.impl.el.SetUserAccountSubStateFunctionDelegate
-
- All Implemented Interfaces:
FlowableFunctionDelegate
public class SetUserAccountSubStateFunctionDelegate extends Object implements FlowableFunctionDelegate
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description SetUserAccountSubStateFunctionDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Method
functionMethod()
String
localName()
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
-
-
-
-
Method Detail
-
prefix
public String prefix()
- Specified by:
prefix
in interfaceFlowableFunctionDelegate
-
localName
public String localName()
- Specified by:
localName
in interfaceFlowableFunctionDelegate
-
functionMethod
public Method functionMethod()
- Specified by:
functionMethod
in interfaceFlowableFunctionDelegate
-
-