Uses of Class
com.atlassian.confluence.event.events.content.blogpost.BlogPostCreateEvent
-
Packages that use BlogPostCreateEvent Package Description com.atlassian.confluence.impl.audit.listener com.atlassian.confluence.plugins.edgeindex com.atlassian.confluence.tinymceplugin.listeners -
-
Uses of BlogPostCreateEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type BlogPostCreateEvent Modifier and Type Method Description void
PageContentAuditListener. blogPostCreateEvent(BlogPostCreateEvent event)
-
Uses of BlogPostCreateEvent in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type BlogPostCreateEvent Modifier and Type Method Description void
EdgeListener. onBlogPostCreateEvent(BlogPostCreateEvent blogPostCreateEvent)
-
Uses of BlogPostCreateEvent in com.atlassian.confluence.tinymceplugin.listeners
Methods in com.atlassian.confluence.tinymceplugin.listeners with parameters of type BlogPostCreateEvent Modifier and Type Method Description void
PageLayoutCreateListener. onBlogPostCreateEvent(BlogPostCreateEvent event)
void
SectionAndColumnMacroCreateListener. onBlogPostCreateEvent(BlogPostCreateEvent event)
-