Class DeleteMembershipCmd

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

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

    • DeleteMembershipCmd

      public DeleteMembershipCmd(String userId, 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>