Class GetPlatformUserByIdCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.GetPlatformUserByIdCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<PlatformUserEntity>

public class GetPlatformUserByIdCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<PlatformUserEntity>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • userId

      protected String userId
  • Constructor Details

    • GetPlatformUserByIdCmd

      public GetPlatformUserByIdCmd(String userId)
  • Method Details

    • execute

      public PlatformUserEntity execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<PlatformUserEntity>