Class SendUserInviteEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.user.SendUserInviteEvent
- All Implemented Interfaces:
Serializable
Event sent when a user wants to invite a set of users to use Confluence.
The invite sender is identified by a User object. The recipients are identified only by their email addresses.
- Since:
- 4.4
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionSendUserInviteEvent
(Object src, com.atlassian.user.User sender, String message, List<String> recipients) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.user.User
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SendUserInviteEvent
-
-
Method Details
-
getMessage
-
getRecipients
-
getSender
public com.atlassian.user.User getSender()
-