Class SpaceDeletionEventSender
java.lang.Object
com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc.SpaceDeletionEventSender
Responsible for sending events during space deletion
- Since:
- 9.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceDeletionEventSender
(com.atlassian.event.api.EventPublisher eventPublisher, PageDaoInternal pageDao, BlogPostDao blogPostDao, PageTemplateDao pageTemplateDao, AttachmentDaoInternal attachmentDao, LabelDaoInternal labelDao, NotificationDaoInternal notificationDao, CustomContentDao customContentDao, org.springframework.transaction.PlatformTransactionManager transactionManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendContentEvents
(Set<DbRawDataForContentTable> contentToParentLinksToDelete, ConfluenceUser initiator) void
sendEvents
(Set<DbRawData> itemsBeingDeleted, Class type)
-
Constructor Details
-
SpaceDeletionEventSender
public SpaceDeletionEventSender(com.atlassian.event.api.EventPublisher eventPublisher, PageDaoInternal pageDao, BlogPostDao blogPostDao, PageTemplateDao pageTemplateDao, AttachmentDaoInternal attachmentDao, LabelDaoInternal labelDao, NotificationDaoInternal notificationDao, CustomContentDao customContentDao, org.springframework.transaction.PlatformTransactionManager transactionManager)
-
-
Method Details
-
sendContentEvents
public void sendContentEvents(Set<DbRawDataForContentTable> contentToParentLinksToDelete, ConfluenceUser initiator) -
sendEvents
-