Class GroupMembershipsDeletedEvent

java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.group.GroupMembershipsDeletedEvent

public class GroupMembershipsDeletedEvent extends DirectoryEvent
An Event that represents the deletion of one or more Principal/Child Group to Group membership(s) The event will be emitted once for each parent, and can contain a number of children deleted. All the children contained will have the same membershipType. This replaces the GroupMembershipDeletedEvent. In 5.x the two events are always emitted one after the other, with the same data. Listeners should listen to either GroupMembershipsDeletedEvent or GroupMembershipDeletedEvent.
Since:
5.0.4