Uses of Class
com.atlassian.confluence.event.events.content.page.PageCreateEvent
-
-
Uses of PageCreateEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type PageCreateEvent Modifier and Type Method Description void
PageContentAuditListener. pageCreateEvent(PageCreateEvent event)
-
Uses of PageCreateEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type PageCreateEvent Modifier and Type Method Description void
ApplicationWebhookEventPublisher. onPageCreated(PageCreateEvent event)
-
Uses of PageCreateEvent in com.atlassian.confluence.mail.notification.listeners
Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type PageCreateEvent Modifier and Type Method Description void
PageEventToAsyncPageEventTransformerListener. handleCreated(PageCreateEvent pageEvent)
Deprecated. -
Uses of PageCreateEvent in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type PageCreateEvent Modifier and Type Method Description void
EdgeListener. onPageCreateEvent(PageCreateEvent pageCreateEvent)
-
Uses of PageCreateEvent in com.atlassian.confluence.tinymceplugin.listeners
Methods in com.atlassian.confluence.tinymceplugin.listeners with parameters of type PageCreateEvent Modifier and Type Method Description void
PageLayoutCreateListener. onPageCreateEvent(PageCreateEvent event)
void
SectionAndColumnMacroCreateListener. onPageCreateEvent(PageCreateEvent event)
-