Class GetPlatformUserInfoCmd<T>

java.lang.Object
com.flowable.idm.engine.impl.cmd.GetPlatformUserInfoCmd<T>
All Implemented Interfaces:
Serializable, Command<Optional<T>>

public class GetPlatformUserInfoCmd<T> extends Object implements Command<Optional<T>>, Serializable
Author:
Tijs Rademakers
See Also:
  • Field Details

    • userId

      protected String userId
    • name

      protected String name
    • infoClass

      protected Class<T> infoClass
  • Constructor Details

    • GetPlatformUserInfoCmd

      public GetPlatformUserInfoCmd(String userId, String name, Class<T> infoClass)
  • Method Details