Uses of Class
com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.AttachmentFileEraser
-
Uses of AttachmentFileEraser in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Modifier and TypeMethodDescriptionSpaceContentErasersFactory.createContentEraser
(BooleanSupplier isDeadlineReached, Collection<ExportableEntityInfo> allExportableEntityInfos, Collection<TableFieldHavingForeignKey> dependantFieldsWithEntities, Map<Class<?>, EntityEraser> allErasers, AttachmentFileEraser attachmentFileEraser, AncestorsEraser ancestorsEraser) ModifierConstructorDescriptionContentEntityObjectEraser
(BooleanSupplier isDeadlineReached, SpaceDeletionSqlScriptsRunner spaceDeletionSqlScriptsRunner, Collection<ExportableEntityInfo> exportableContentEntityInfos, Collection<TableFieldHavingForeignKey> dependantFieldsWithEntities, Map<Class<?>, EntityEraser> allErasers, AttachmentFileEraser attachmentFileEraser, AncestorsEraser ancestorsEraser, SpaceDeletionEventSender spaceDeletionEventSender)