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 TypeMethodDescriptionvoidImportExportAuditListener.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 TypeMethodDescriptionvoidContentManagementRecorder.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) SpaceImportCommand.shouldProcess()Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement.commands with parameters of type AsyncImportFinishedEventModifier and TypeMethodDescriptionSpaceImportCommand.newCommand(AsyncImportFinishedEvent event) voidSpaceImportCommand.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 TypeMethodDescriptionvoidUserManagementRecorder.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) UserSpaceImportCommand.shouldProcess()Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands with parameters of type AsyncImportFinishedEventModifier and TypeMethodDescriptionUserSpaceImportCommand.newCommand(AsyncImportFinishedEvent event) voidUserSpaceImportCommand.processEvent(AsyncImportFinishedEvent event, Object... parameters) -
Uses of AsyncImportFinishedEvent in com.atlassian.confluence.internal.api.security.impl
Methods in com.atlassian.confluence.internal.api.security.impl with parameters of type AsyncImportFinishedEventModifier and TypeMethodDescriptionvoidSpaceFilteringServiceImpl.onSpaceImportEvent(AsyncImportFinishedEvent asyncImportFinishedEvent) -
Uses of AsyncImportFinishedEvent in com.atlassian.confluence.security.denormalisedpermissions.impl
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl with parameters of type AsyncImportFinishedEventModifier and TypeMethodDescriptionvoidDenormalisedChangeLogListenerBase.onImportFinishEvent(AsyncImportFinishedEvent event) voidDenormalisedPermissionStateManagerImpl.onImportFinishEvent(AsyncImportFinishedEvent event) voidFastPermissionsEnabler.onImportFinishEvent(AsyncImportFinishedEvent event)