Class GetUserInfoCmd

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

public class GetUserInfoCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<String>, Serializable
Author:
Tom Baeyens
See Also:
  • Field Details

    • userId

      protected String userId
    • key

      protected String key
  • Constructor Details

    • GetUserInfoCmd

      public GetUserInfoCmd(String userId, String key)
  • Method Details

    • execute

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