public interface TemplateUpdater
| Modifier and Type | Method and Description |
|---|---|
void |
revertContentTemplateRef(com.atlassian.confluence.pages.templates.PageTemplate newTemplate)
Reverts a custom content template reference of a blueprint in order to use a default one.
|
void |
updateContentTemplateRef(com.atlassian.confluence.pages.templates.PageTemplate newTemplate)
Updates a content template reference of a blueprint in order to use a custom one.
|
void updateContentTemplateRef(com.atlassian.confluence.pages.templates.PageTemplate newTemplate)
newTemplate - user-defined custom template to be used when creating content from a blueprint,
instead of the default one bundled with the pluginvoid revertContentTemplateRef(com.atlassian.confluence.pages.templates.PageTemplate newTemplate)
newTemplate - user-defined custom template to be reverted so that the default one is used when creating content from a blueprint.Copyright © 2017 Atlassian. All rights reserved.