public interface PageAncestorManager
Modifier and Type | Method and Description |
---|---|
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.
|
void rebuildAll() throws AncestorRebuildException
AncestorRebuildException
- if errors occurred during the ancestor rebuildingvoid rebuildSpace(Space space) throws AncestorRebuildException
space
- the space in which ancestors will be rebuiltAncestorRebuildException
- if errors occurred during the ancestor rebuildingCopyright © 2003–2016 Atlassian. All rights reserved.