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 voidSendUserInviteAuditListener. 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 NotificationSendResultDefaultSignupManager. sendInvites(SendUserInviteEvent event)NotificationSendResultSignupManager. 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 NotificationDataInviteEmailBuilder. buildFrom(SendUserInviteEvent event, String signupUrl)
-