public interface BlueprintManager
| Modifier and Type | Field and Description |
|---|---|
static String |
FIRST_BLUEPRINT_FOR_USER |
static String |
PLUGIN_KEY |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.confluence.pages.Page |
createAndPinIndexPage(BlueprintDescriptor blueprintDescriptor,
com.atlassian.confluence.spaces.Space space)
Deprecated.
|
com.atlassian.confluence.pages.Page |
createAndPinIndexPage(ContentBlueprint blueprint,
com.atlassian.confluence.spaces.Space space)
Checks for and creates a index page if required for this blueprint, and pins it to the Space Sidebar.
|
com.atlassian.confluence.pages.Page |
createBlueprintPage(ContentBlueprint blueprint,
com.atlassian.confluence.user.ConfluenceUser user,
com.atlassian.confluence.spaces.Space space,
com.atlassian.confluence.pages.Page parentPage,
Map<String,Object> context)
Creates a page from a Blueprint.
|
com.atlassian.confluence.pages.Page |
createPageFromTemplate(ContentTemplateRef contentTemplateRef,
com.atlassian.confluence.user.ConfluenceUser user,
com.atlassian.confluence.spaces.Space space,
com.atlassian.confluence.pages.Page parentPage,
Map<String,Object> context) |
com.atlassian.confluence.pages.Page |
createPageFromTemplate(ContentTemplateRef contentTemplateRef,
com.atlassian.confluence.user.ConfluenceUser user,
com.atlassian.confluence.spaces.Space space,
com.atlassian.confluence.pages.Page parentPage,
Map<String,Object> context,
com.atlassian.confluence.core.SaveContext saveContext) |
BlueprintDescriptor |
getBlueprintDescriptor(com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey) |
String |
getBlueprintKeyForContent(com.atlassian.confluence.pages.AbstractPage page) |
String |
getIndexPageTitle(BlueprintDescriptor blueprintModuleDescriptor)
Deprecated.
|
String |
getIndexPageTitle(ContentBlueprint blueprint) |
static final String PLUGIN_KEY
static final String FIRST_BLUEPRINT_FOR_USER
BlueprintDescriptor getBlueprintDescriptor(com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey)
@Deprecated com.atlassian.confluence.pages.Page createAndPinIndexPage(BlueprintDescriptor blueprintDescriptor, com.atlassian.confluence.spaces.Space space)
com.atlassian.confluence.pages.Page createAndPinIndexPage(ContentBlueprint blueprint, com.atlassian.confluence.spaces.Space space)
blueprint - the type of blueprint the index page is being created forspace - the space to create the index page inString getBlueprintKeyForContent(com.atlassian.confluence.pages.AbstractPage page)
page - the Confluence page to check for a blueprint@Deprecated String getIndexPageTitle(BlueprintDescriptor blueprintModuleDescriptor)
String getIndexPageTitle(ContentBlueprint blueprint)
com.atlassian.confluence.pages.Page createBlueprintPage(ContentBlueprint blueprint, com.atlassian.confluence.user.ConfluenceUser user, com.atlassian.confluence.spaces.Space space, com.atlassian.confluence.pages.Page parentPage, Map<String,Object> context)
com.atlassian.confluence.pages.Page createPageFromTemplate(ContentTemplateRef contentTemplateRef, com.atlassian.confluence.user.ConfluenceUser user, com.atlassian.confluence.spaces.Space space, com.atlassian.confluence.pages.Page parentPage, Map<String,Object> context)
com.atlassian.confluence.pages.Page createPageFromTemplate(ContentTemplateRef contentTemplateRef, com.atlassian.confluence.user.ConfluenceUser user, com.atlassian.confluence.spaces.Space space, com.atlassian.confluence.pages.Page parentPage, Map<String,Object> context, com.atlassian.confluence.core.SaveContext saveContext)
Copyright © 2017 Atlassian. All rights reserved.