|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PageAncestorManager
Manages the storage of page ancestors, primarily to clean up the relationships after a bulk change.
This interface should really be a DAO, but the implementation ends up dealing with other managers, so it is staying in the manager layer for now.
| Method Summary | |
|---|---|
void |
rebuildAll()
Rebuilds all the ancestors for all pages in the Confluence instance. |
void |
rebuildSpace(Space space)
Rebuilds all the ancestors for pages within the given space. |
| Method Detail |
|---|
void rebuildAll()
throws AncestorRebuildException
AncestorRebuildException - if errors occurred during the ancestor rebuilding
void rebuildSpace(Space space)
throws AncestorRebuildException
space - the space in which ancestors will be rebuilt
AncestorRebuildException - if errors occurred during the ancestor rebuilding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||