public class TemplatePageCreateEvent
extends com.atlassian.confluence.event.events.content.page.PageEvent
implements com.atlassian.confluence.event.events.types.Created
source| Constructor and Description |
|---|
TemplatePageCreateEvent(Object src,
com.atlassian.confluence.pages.Page page,
ContentTemplateRef templateRef,
com.atlassian.confluence.user.ConfluenceUser user,
Map<String,Object> context)
Deprecated.
|
TemplatePageCreateEvent(Object src,
com.atlassian.confluence.pages.Page page,
ContentTemplateRef templateRef,
com.atlassian.confluence.user.ConfluenceUser user,
Map<String,Object> context,
com.atlassian.confluence.core.SaveContext saveContext) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getContext() |
com.atlassian.confluence.core.SaveContext |
getSaveContext() |
com.atlassian.plugin.ModuleCompleteKey |
getTemplateKey()
Deprecated.
|
ContentTemplateRef |
getTemplateRef() |
com.atlassian.confluence.user.ConfluenceUser |
getUser() |
equals, getContent, getPage, hashCode, toStringisSuppressNotifications, setSuppressNotificationsgetSource@Deprecated public TemplatePageCreateEvent(Object src, com.atlassian.confluence.pages.Page page, ContentTemplateRef templateRef, com.atlassian.confluence.user.ConfluenceUser user, Map<String,Object> context)
src - the object that created the Blueprint Pagepage - the Page createduser - the user that created the Blueprintcontext - the context in which the Blueprint page was created, including Wizard and Provider data.public TemplatePageCreateEvent(Object src, com.atlassian.confluence.pages.Page page, ContentTemplateRef templateRef, com.atlassian.confluence.user.ConfluenceUser user, Map<String,Object> context, com.atlassian.confluence.core.SaveContext saveContext)
src - the object that created the Blueprint Pagepage - the Page createduser - the user that created the Blueprintcontext - the context in which the Blueprint page was created, including Wizard and Provider data.saveContext - the saveContext to use when saving the relevant pagepublic com.atlassian.plugin.ModuleCompleteKey getTemplateKey()
getTemplateRef() and PluginBackedBlueprint.getModuleCompleteKey()public com.atlassian.confluence.user.ConfluenceUser getUser()
public ContentTemplateRef getTemplateRef()
public com.atlassian.confluence.core.SaveContext getSaveContext()
Copyright © 2017 Atlassian. All rights reserved.