Package com.flowable.idm.engine.impl.el
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 com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
functionMethod, functionName
-
-
Constructor Summary
Constructors Constructor Description FindPlatformUserFunctionDelegate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PlatformUser
findUser(org.flowable.common.engine.api.variable.VariableContainer variableContainer, java.lang.String userId)
-
Methods inherited from class com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
createFunction, findMethod, functionMethod, getFunctionNames, localName, prefix
-
-
-
-
Method Detail
-
findUser
public static PlatformUser findUser(org.flowable.common.engine.api.variable.VariableContainer variableContainer, java.lang.String userId)
-
-