Uses of Class
com.atlassian.confluence.event.events.admin.AsyncImportFinishedEvent
Packages that use AsyncImportFinishedEvent
Package
Description
-
Uses of AsyncImportFinishedEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type AsyncImportFinishedEventModifier and TypeMethodDescriptionvoid
ImportExportAuditListener.importFinishedEvent
(AsyncImportFinishedEvent event) -
Uses of AsyncImportFinishedEvent in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement with parameters of type AsyncImportFinishedEventModifier and TypeMethodDescriptionvoid
ContentManagementRecorder.onAsyncImportFinishedEvent
(AsyncImportFinishedEvent asyncImportFinishedEvent) -
Uses of AsyncImportFinishedEvent 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 AsyncImportFinishedEventModifier and TypeMethodDescriptionSpaceImportCommand.newCommand
(JournalEntry journalEntry) SpaceImportCommand.newCommand
(AsyncImportFinishedEvent event) Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with parameters of type AsyncImportFinishedEventModifier and TypeMethodDescriptionSpaceImportCommand.newCommand
(AsyncImportFinishedEvent event) void
SpaceImportCommand.processEvent
(AsyncImportFinishedEvent event, Object... parameters) -
Uses of AsyncImportFinishedEvent in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement with parameters of type AsyncImportFinishedEventModifier and TypeMethodDescriptionvoid
UserManagementRecorder.onAsyncImportFinishedEvent
(AsyncImportFinishedEvent event) -
Uses of AsyncImportFinishedEvent in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands that return types with arguments of type AsyncImportFinishedEventModifier and TypeMethodDescriptionUserSpaceImportCommand.newCommand
(JournalEntry journalEntry) UserSpaceImportCommand.newCommand
(AsyncImportFinishedEvent event) Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands with parameters of type AsyncImportFinishedEventModifier and TypeMethodDescriptionUserSpaceImportCommand.newCommand
(AsyncImportFinishedEvent event) void
UserSpaceImportCommand.processEvent
(AsyncImportFinishedEvent event, Object... parameters) -
Uses of AsyncImportFinishedEvent in com.atlassian.confluence.security.denormalisedpermissions.impl
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl with parameters of type AsyncImportFinishedEventModifier and TypeMethodDescriptionvoid
DenormalisedChangeLogListenerBase.onImportFinishEvent
(AsyncImportFinishedEvent event) void
DenormalisedPermissionStateManagerImpl.onImportFinishEvent
(AsyncImportFinishedEvent event) void
FastPermissionsEnabler.onImportFinishEvent
(AsyncImportFinishedEvent event)