Uses of Class
com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.DeletionResult
Package
Description
-
Uses of DeletionResult in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao
Modifier and TypeMethodDescriptionSpaceDeletionSqlScriptsRunner.deleteRecords
(String referencingColumnName, String tableName, Collection<Long> ids) -
Uses of DeletionResult in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers
Modifier and TypeMethodDescriptionContentEntityObjectEraser.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) SpaceEraser.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) Modifier and TypeMethodDescriptionDeletionResult.merge
(DeletionResult otherResults) On merging, we summarise number of objects and mark it as finished only if both results are finished.