Package com.flowable.idm.engine.impl.el
Class SetUserStateFunctionDelegate
java.lang.Object
com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
com.flowable.idm.engine.impl.el.SetUserStateFunctionDelegate
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
,org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
public class SetUserStateFunctionDelegate extends AbstractVariableContainerAwareIdmFunctionDelegate
Function for setting the state of a user
Usage:
setUserState(userId, state)
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
functionMethod, functionName
-
Constructor Summary
Constructors Constructor Description SetUserStateFunctionDelegate()
-
Method Summary
Modifier and Type Method Description static void
setUserState(org.flowable.common.engine.api.variable.VariableContainer variableContainer, java.lang.String userId, java.lang.String state)
Methods inherited from class com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
createFunction, findMethod, functionMethod, getFunctionNames, localName, prefix
-
Constructor Details
-
SetUserStateFunctionDelegate
public SetUserStateFunctionDelegate()
-
-
Method Details
-
setUserState
public static void setUserState(org.flowable.common.engine.api.variable.VariableContainer variableContainer, java.lang.String userId, java.lang.String state)
-