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 voidPageContentAuditListener. 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 voidApplicationWebhookEventPublisher. 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 voidPageEventToAsyncPageEventTransformerListener. 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 voidEdgeListener. 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 voidPageLayoutCreateListener. onPageCreateEvent(PageCreateEvent event)voidSectionAndColumnMacroCreateListener. onPageCreateEvent(PageCreateEvent event)
-