Class GetUserInfoKeysCmd

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

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

    • userId

      protected String userId
    • userInfoType

      protected String userInfoType
  • Constructor Details

    • GetUserInfoKeysCmd

      public GetUserInfoKeysCmd(String userId, String userInfoType)
  • Method Details

    • execute

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