Package com.atlassian.confluence.pages.ancestors
-
Interface Summary Interface Description PageAncestorManager Manages the storage of page ancestors, primarily to clean up the relationships after a bulk change. -
Class Summary Class Description AncestorsDao JDBC methods for operations with CONFANCESTORS tableAncestorsRepairer This ancestors repairer checks page trees and finds pages with broken ancestors Then it sends this information to PageRepairWorker, which fixes pages in small separated transactionsAncestorsRepairJob AncestorsRepairJob fixes ancestors in CONFANCESTORS tableHibernatePageAncestorManager Stores page ancestors in the ANCESTORS table in the database.PageRepairWorker This worker fixes broken pages in separated transactions It has own queue for broken pagesRebuildAncestorsPostImportTask Deprecated. since 7.17.0. -
Exception Summary Exception Description AncestorRebuildException Thrown when there is a problem rebuilding the page ancestor tree.