Class DeleteGroupCmd

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

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

    • DeleteGroupCmd

      public DeleteGroupCmd(String groupId)
  • 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>