Uses of Class
com.atlassian.confluence.event.events.permission.SpacePermissionChangeEvent
Packages that use SpacePermissionChangeEvent
Package
Description
-
Uses of SpacePermissionChangeEvent in com.atlassian.confluence.event.events.permission
Modifier and TypeClassDescriptionclass
Event sent whenever a space permission is removed.class
Event sent when any space permission is saved.class
Event sent whenever all space permissions are removed for a group.class
Event sent whenever all space permissions are removed for a user.class
Event sent whenever all space permissions are removed from a space. -
Uses of SpacePermissionChangeEvent in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands that return types with arguments of type SpacePermissionChangeEventModifier and TypeMethodDescriptionprotected Map<Class<? extends SpacePermissionChangeEvent>,
ContentJournalEntryTypes> SpacePermissionChangeCommand.getSupportedEventEntryTypesMap()
SpacePermissionChangeCommand.newCommand
(JournalEntry journalEntry) SpacePermissionChangeCommand.newCommand
(SpacePermissionChangeEvent event) Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with parameters of type SpacePermissionChangeEventModifier and TypeMethodDescriptionprotected List<JournalMessage>
SpacePermissionChangeCommand.createMessages
(SpacePermissionChangeEvent event) SpacePermissionChangeCommand.newCommand
(SpacePermissionChangeEvent event) -
Uses of SpacePermissionChangeEvent in com.atlassian.confluence.security.denormalisedpermissions.impl.space
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.space with parameters of type SpacePermissionChangeEventModifier and TypeMethodDescriptionvoid
DenormalisedSpacePermissionsUpdater.handleSpacePermissionChangeEvent
(SpacePermissionChangeEvent spacePermissionChangeEvent)