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