Class FindPlatformUserFunctionDelegate

java.lang.Object
com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
com.flowable.idm.engine.impl.el.FindPlatformUserFunctionDelegate
All Implemented Interfaces:
FlowableFunctionDelegate, FlowableAstFunctionCreator

public class FindPlatformUserFunctionDelegate extends AbstractVariableContainerAwareIdmFunctionDelegate
Function for getting a user by id. Usage:

findUser('userId')

Author:
Filip Hrisafov
  • Constructor Details

    • FindPlatformUserFunctionDelegate

      public FindPlatformUserFunctionDelegate()
  • Method Details