Uses of Class
com.atlassian.confluence.event.events.user.SendUserInviteEvent
-
Packages that use SendUserInviteEvent Package Description com.atlassian.confluence.impl.audit.listener com.atlassian.confluence.user com.atlassian.confluence.user.notifications -
-
Uses of SendUserInviteEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type SendUserInviteEvent Modifier and Type Method Description void
SendUserInviteAuditListener. sendUserInviteEvent(SendUserInviteEvent event)
-
Uses of SendUserInviteEvent in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user with parameters of type SendUserInviteEvent Modifier and Type Method Description NotificationSendResult
DefaultSignupManager. sendInvites(SendUserInviteEvent event)
NotificationSendResult
SignupManager. sendInvites(SendUserInviteEvent event)
Send invitation emails with a message to a list of email addresses. -
Uses of SendUserInviteEvent in com.atlassian.confluence.user.notifications
Methods in com.atlassian.confluence.user.notifications with parameters of type SendUserInviteEvent Modifier and Type Method Description NotificationData
InviteEmailBuilder. buildFrom(SendUserInviteEvent event, String signupUrl)
-