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