Class UserRemoveCompletedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.ConfluenceEvent
-
- com.atlassian.confluence.event.events.user.UserEvent
-
- com.atlassian.confluence.event.events.user.UserRemoveCompletedEvent
-
- All Implemented Interfaces:
Removed
,Serializable
@AsynchronousPreferred public class UserRemoveCompletedEvent extends UserEvent implements Removed
Event sent once a user has been removed in Confluence. Fired once the user account has been renamed and anonymized and the removal transaction has been committed.Note that this event is not sent when a user is discovered during synchronisation with a remote directory, due to the volume of events that would be triggered by this. If it's important for your code to know when any users are created/removed, you should also listen for
RemoteDirectorySynchronisedEvent
s.- Since:
- 6.13.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description UserRemoveCompletedEvent(Object src, com.atlassian.user.User user)
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
UserRemoveCompletedEvent
public UserRemoveCompletedEvent(Object src, com.atlassian.user.User user)
-
-