Class FindPlatformUserFunctionDelegate
java.lang.Object
com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
com.flowable.idm.engine.impl.el.FindPlatformUserFunctionDelegate
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate, org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
public class FindPlatformUserFunctionDelegate
extends AbstractVariableContainerAwareIdmFunctionDelegate
Function for getting a user by id.
Usage:
findUser('userId')
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class AbstractVariableContainerAwareIdmFunctionDelegate
functionMethod, functionName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PlatformUserfindUser(org.flowable.common.engine.api.variable.VariableContainer variableContainer, String userId) Methods inherited from class AbstractVariableContainerAwareIdmFunctionDelegate
createFunction, findMethod, functionMethod, getFunctionNames, localName, prefixMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
functionMethod, localNames, prefixes
-
Constructor Details
-
FindPlatformUserFunctionDelegate
public FindPlatformUserFunctionDelegate()
-
-
Method Details
-
findUser
public static PlatformUser findUser(org.flowable.common.engine.api.variable.VariableContainer variableContainer, String userId)
-