Uses of Class
com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.DbRawDataForContentTable
Packages that use DbRawDataForContentTable
Package
Description
- 
Uses of DbRawDataForContentTable in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.daoMethods in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao that return types with arguments of type DbRawDataForContentTableModifier and TypeMethodDescriptionSpaceDeletionSqlScriptsRunner.getDbLinksFromContentTable(String parentIdColumnName, Collection<Long> ids, boolean onlyTopLevelPages, int queryLimit) Returns pairs between record id and parent id in CONTENT table.SpaceDeletionSqlScriptsRunner.getDbLinksFromContentTable(String parentIdColumnName, Collection<Long> ids, int queryLimit) Returns pairs between record id and parent id in CONTENT table.
- 
Uses of DbRawDataForContentTable in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasersMethod parameters in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers with type arguments of type DbRawDataForContentTableModifier and TypeMethodDescriptionvoidAttachmentFileEraser.deleteAttachmentFilesIfApplicable(Collection<DbRawDataForContentTable> contentRecords) 
- 
Uses of DbRawDataForContentTable in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.miscMethod parameters in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc with type arguments of type DbRawDataForContentTableModifier and TypeMethodDescriptionvoidSpaceDeletionEventSender.sendContentEvents(Set<DbRawDataForContentTable> contentToParentLinksToDelete, ConfluenceUser initiator)