Class DeleteUserInfoCmd

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

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

    • userId

      protected String userId
    • key

      protected String key
  • Constructor Details

    • DeleteUserInfoCmd

      public DeleteUserInfoCmd(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<Object>