Uses of Class
com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.AttachmentFileEraser
Packages that use AttachmentFileEraser
-
Uses of AttachmentFileEraser in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Methods in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers that return AttachmentFileEraserMethods in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers with parameters of type AttachmentFileEraserModifier and TypeMethodDescriptionSpaceContentErasersFactory.createContentEraser
(BooleanSupplier isDeadlineReached, ConfluenceUser initiator, Collection<ExportableEntityInfo> allExportableEntityInfos, Collection<TableFieldHavingForeignKey> dependantFieldsWithEntities, Map<Class<?>, EntityEraser> allErasers, AttachmentFileEraser attachmentFileEraser, AncestorsEraser ancestorsEraser, BucketPropertySetItemEraser bucketPropertySetItemEraser) Constructors in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers with parameters of type AttachmentFileEraserModifierConstructorDescriptionContentEntityObjectEraser
(BooleanSupplier isDeadlineReached, ConfluenceUser initiator, SpaceDeletionSqlScriptsRunner spaceDeletionSqlScriptsRunner, Collection<ExportableEntityInfo> exportableContentEntityInfos, Collection<TableFieldHavingForeignKey> dependantFieldsWithEntities, Map<Class<?>, EntityEraser> allErasers, AttachmentFileEraser attachmentFileEraser, AncestorsEraser ancestorsEraser, BucketPropertySetItemEraser bucketPropertySetItemEraser, SpaceDeletionEventSender spaceDeletionEventSender)