Uses of Class
com.atlassian.confluence.event.events.permission.GlobalPermissionChangeEvent
Packages that use GlobalPermissionChangeEvent
Package
Description
-
Uses of GlobalPermissionChangeEvent in com.atlassian.confluence.event.events.permission
Modifier and TypeClassDescriptionclass
Event sent whenever a global permission is removed.class
Event sent when any global permission is saved. -
Uses of GlobalPermissionChangeEvent in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands that return types with arguments of type GlobalPermissionChangeEventModifier and TypeMethodDescriptionprotected Map<Class<? extends GlobalPermissionChangeEvent>,
GlobalPermissionJournalEntryTypes> GlobalPermissionCommand.getSupportedEventEntryTypesMap()
GlobalPermissionCommand.newCommand
(JournalEntry journalEntry) GlobalPermissionCommand.newCommand
(GlobalPermissionChangeEvent event) Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement.commands with parameters of type GlobalPermissionChangeEventModifier and TypeMethodDescriptionGlobalPermissionCommand.newCommand
(GlobalPermissionChangeEvent event) void
GlobalPermissionCommand.processEvent
(GlobalPermissionChangeEvent event, Object... parameters) -
Uses of GlobalPermissionChangeEvent in com.atlassian.confluence.user.crowd
Methods in com.atlassian.confluence.user.crowd with parameters of type GlobalPermissionChangeEventModifier and TypeMethodDescriptionvoid
UserIndexingListener.onGlobalPermissionChangeEvent
(GlobalPermissionChangeEvent event)