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.dao
Methods 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.erasers
Method parameters in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers with type arguments of type DbRawDataForContentTableModifier and TypeMethodDescriptionvoid
AttachmentFileEraser.deleteAttachmentFilesIfApplicable
(Collection<DbRawDataForContentTable> contentRecords) -
Uses of DbRawDataForContentTable in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc
Method parameters in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc with type arguments of type DbRawDataForContentTableModifier and TypeMethodDescriptionvoid
SpaceDeletionEventSender.sendContentEvents
(Set<DbRawDataForContentTable> contentToParentLinksToDelete, ConfluenceUser initiator)