Package com.flowable.idm.engine.impl.el
Class SetUserStateAndSubStateFunctionDelegate
java.lang.Object
com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
com.flowable.idm.engine.impl.el.SetUserStateAndSubStateFunctionDelegate
- All Implemented Interfaces:
FlowableFunctionDelegate
,FlowableAstFunctionCreator
public class SetUserStateAndSubStateFunctionDelegate
extends AbstractVariableContainerAwareIdmFunctionDelegate
Function for setting the state and sub state of a user
Usage:
setUserStateAndSubState(userId, state, subState)
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
functionMethod, functionName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
setUserStateAndSubState
(VariableContainer variableContainer, String userId, String state, String subState) Methods inherited from class com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
createFunction, findMethod, functionMethod, getFunctionNames, localName, 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
-
SetUserStateAndSubStateFunctionDelegate
public SetUserStateAndSubStateFunctionDelegate()
-
-
Method Details
-
setUserStateAndSubState
public static void setUserStateAndSubState(VariableContainer variableContainer, String userId, String state, String subState)
-