| Modifier and Type | Method and Description |
|---|---|
com.atlassian.confluence.core.ContentEntityObject |
ContentBlueprintService.createContentDraft(CreateBlueprintPageEntity createEntity,
com.atlassian.confluence.user.ConfluenceUser creator)
Create a page draft from a Blueprint content template.
|
com.atlassian.confluence.pages.Draft |
ContentBlueprintService.createDraft(CreateBlueprintPageEntity createEntity,
com.atlassian.confluence.user.ConfluenceUser creator)
Deprecated.
since 5.9
|
BlueprintPage |
ContentBlueprintService.createPage(CreateBlueprintPageEntity createEntity,
com.atlassian.confluence.user.ConfluenceUser creator)
Creates a page from a Blueprint content template.
|
BlueprintSpace |
SpaceBlueprintService.createSpace(CreateBlueprintSpaceEntity entity,
com.atlassian.confluence.user.ConfluenceUser creator)
Creates a Space from the given request details and Blueprint key, and returns the created Space.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.confluence.core.ContentEntityObject |
DefaultContentBlueprintService.createContentDraft(CreateBlueprintPageEntity entity,
com.atlassian.confluence.user.ConfluenceUser creator) |
com.atlassian.confluence.pages.Draft |
DefaultContentBlueprintService.createDraft(CreateBlueprintPageEntity entity,
com.atlassian.confluence.user.ConfluenceUser creator) |
BlueprintPage |
DefaultContentBlueprintService.createPage(CreateBlueprintPageEntity entity,
com.atlassian.confluence.user.ConfluenceUser creator) |
BlueprintSpace |
DefaultSpaceBlueprintService.createSpace(CreateBlueprintSpaceEntity entity,
com.atlassian.confluence.user.ConfluenceUser creator) |
boolean |
DefaultPromotedBlueprintService.demoteBlueprint(String blueprintId,
String spaceKey) |
void |
DefaultPromotedTemplateService.demoteTemplate(long templateId,
String spaceKey) |
boolean |
DefaultPromotedBlueprintService.promoteBlueprint(String blueprintId,
String spaceKey) |
void |
DefaultPromotedTemplateService.promoteTemplate(long templateId,
String spaceKey) |
CreateBlueprintPageRequest |
DefaultRequestResolver.resolve(CreateBlueprintPageEntity entity,
com.atlassian.confluence.user.ConfluenceUser creator) |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateUpdatedListener.onTemplateRemoveEvent(com.atlassian.confluence.event.events.template.TemplateRemoveEvent event) |
| Modifier and Type | Method and Description |
|---|---|
BlueprintDraftEntity |
ContentBlueprintResource.createDraft(CreateBlueprintPageRestEntity entity) |
PageEntity |
ContentBlueprintResource.createPage(CreateBlueprintPageRestEntity entity) |
BlueprintSpaceEntity |
SpaceBlueprintResource.createSpace(CreateBlueprintSpaceRestEntity entity)
Create a space from a given Space Blueprint.
|
boolean |
PromotedEntityResource.demoteBlueprint(String blueprintId,
String spaceKey) |
void |
PromotedEntityResource.demoteTemplate(long templateId,
String spaceKey) |
boolean |
PromotedEntityResource.promoteBlueprint(String blueprintId,
String spaceKey) |
void |
PromotedEntityResource.promoteTemplate(long templateId,
String spaceKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PromotedBlueprintService.demoteBlueprint(String blueprintId,
String spaceKey)
Unpromote a blueprint
|
void |
PromotedTemplateService.demoteTemplate(long templateId,
String spaceKey)
Un-promote a user created template
|
boolean |
PromotedBlueprintService.promoteBlueprint(String blueprintId,
String spaceKey)
Promote a blueprint.
|
void |
PromotedTemplateService.promoteTemplate(long templateId,
String spaceKey)
Promote a user created template
|
CreateBlueprintPageRequest |
RequestResolver.resolve(CreateBlueprintPageEntity entity,
com.atlassian.confluence.user.ConfluenceUser creator)
Validates a create page Entity and resolves any Model keys into their respective objects (e.g.
|
CreateBlueprintSpaceRequest |
RequestResolver.resolve(CreateBlueprintSpaceEntity entity,
com.atlassian.confluence.user.ConfluenceUser creator)
Validates a create space Entity and resolves any Model keys into their respective objects.
|
Copyright © 2017 Atlassian. All rights reserved.