Class 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
    • Constructor Detail

      • FindPlatformUserFunctionDelegate

        public FindPlatformUserFunctionDelegate()
    • Method Detail

      • findUser

        public static PlatformUser findUser​(org.flowable.common.engine.api.variable.VariableContainer variableContainer,
                                            java.lang.String userId)