Uses of Class
com.atlassian.confluence.event.events.permission.SpacePermissionRemoveEvent
-
Packages that use SpacePermissionRemoveEvent Package Description com.atlassian.confluence.impl.audit.listener com.atlassian.confluence.mail.notification -
-
Uses of SpacePermissionRemoveEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type SpacePermissionRemoveEvent Modifier and Type Method Description void
PermissionsAuditListener. spacePermissionRemoveEvent(SpacePermissionRemoveEvent event)
-
Uses of SpacePermissionRemoveEvent in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification with parameters of type SpacePermissionRemoveEvent Modifier and Type Method Description void
NotificationRemovalListener. onSpacePermissionRemovedEvent(SpacePermissionRemoveEvent e)
If a VIEWSPACE permission is being removed, iterate through the list of space watchers and remove any users who should no longer be there.
-