Interface | Description |
---|---|
PageAncestorManager |
Manages the storage of page ancestors, primarily to clean up the relationships after a bulk change.
|
Class | Description |
---|---|
AncestorsDao |
JDBC methods for operations with CONFANCESTORS table
|
AncestorsRepairer |
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 transactions
|
AncestorsRepairJob |
AncestorsRepairJob fixes ancestors in CONFANCESTORS table
|
HibernatePageAncestorManager |
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 pages
|
RebuildAncestorsPostImportTask |
Ensures the page ancestor table is consistent after a successful import.
|
Exception | Description |
---|---|
AncestorRebuildException |
Thrown when there is a problem rebuilding the page ancestor tree.
|
Copyright © 2003–2019 Atlassian. All rights reserved.