Uses of Class
com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
Packages that use DeletionResult
Package
Description
-
Uses of DeletionResult in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao
Methods in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao that return DeletionResultModifier and TypeMethodDescriptionSpaceDeletionSqlScriptsRunner.deleteRecords
(String referencingColumnName, String tableName, Collection<Long> ids, Class entityClass) -
Uses of DeletionResult in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Methods in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers that return DeletionResultModifier and TypeMethodDescriptionBucketPropertySetItemEraser.deleteDataRecursively
(Collection<Long> ids) ContentEntityObjectEraser.deleteDataRecursively
(String columnName, Collection<Long> ids) EntityEraser.deleteDataRecursively
(String columnName, Collection<Long> ids) Deletes records in the table where ids in columnName are in ids list.GenericEraser.deleteDataRecursively
(String parentIdColumnName, Collection<Long> ids) PageTemplateEraser.deleteDataRecursively
(String columnName, Collection<Long> ids) SpaceEraser.deleteDataRecursively
(String columnName, Collection<Long> ids) SynchronyTablesEraser.deleteDataRecursively
(String columnName, Collection<Long> ids) SpaceEraser.deleteSpaceAndAllDependantEntities
(long spaceId, Map<String, Object> currentJobState) It removes data of a space.static DeletionResult
DeletionResult.finishedResults()
static DeletionResult
DeletionResult.finishedResults
(int numberOfObjects) DeletionResult.merge
(DeletionResult otherResults) On merging, we summarise number of objects and mark it as finished only if both results are finished.static DeletionResult
DeletionResult.notFinishedResults()
static DeletionResult
DeletionResult.notFinishedResults
(int numberOfObjects) Methods in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers with parameters of type DeletionResultModifier and TypeMethodDescriptionDeletionResult.merge
(DeletionResult otherResults) On merging, we summarise number of objects and mark it as finished only if both results are finished.