Class GetPlatformUserInfoCmd<T>

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

public class GetPlatformUserInfoCmd<T> extends Object implements org.flowable.common.engine.impl.interceptor.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

    • execute

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