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:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
,org.flowable.common.engine.impl.el.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
Constructors Constructor Description SetUserStateAndSubStateFunctionDelegate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setUserStateAndSubState(org.flowable.common.engine.api.variable.VariableContainer variableContainer, java.lang.String userId, java.lang.String state, java.lang.String subState)
-
Methods inherited from class com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
createFunction, findMethod, functionMethod, getFunctionNames, localName, prefix
-
-