Uses of Class
com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.AncestorsEraser
Packages that use AncestorsEraser
-
Uses of AncestorsEraser in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Methods in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers that return AncestorsEraserMethods in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers with parameters of type AncestorsEraserModifier 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 AncestorsEraserModifierConstructorDescriptionContentEntityObjectEraser
(BooleanSupplier isDeadlineReached, ConfluenceUser initiator, SpaceDeletionSqlScriptsRunner spaceDeletionSqlScriptsRunner, Collection<ExportableEntityInfo> exportableContentEntityInfos, Collection<TableFieldHavingForeignKey> dependantFieldsWithEntities, Map<Class<?>, EntityEraser> allErasers, AttachmentFileEraser attachmentFileEraser, AncestorsEraser ancestorsEraser, BucketPropertySetItemEraser bucketPropertySetItemEraser, SpaceDeletionEventSender spaceDeletionEventSender)