Class DeleteUserCmd

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

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

    • DeleteUserCmd

      public DeleteUserCmd(String userId)
  • Method Details

    • execute

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