Uses of Class
com.atlassian.confluence.event.events.content.page.PageTrashedEvent
-
Packages that use PageTrashedEvent Package Description com.atlassian.confluence.impl.audit.listener com.atlassian.confluence.internal.webhooks com.atlassian.confluence.mail.notification.listeners -
-
Uses of PageTrashedEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type PageTrashedEvent Modifier and Type Method Description voidPageContentAuditListener. onPageTrashedEvent(PageTrashedEvent event) -
Uses of PageTrashedEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type PageTrashedEvent Modifier and Type Method Description voidApplicationWebhookEventPublisher. onPageTrashed(PageTrashedEvent event) -
Uses of PageTrashedEvent in com.atlassian.confluence.mail.notification.listeners
Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type PageTrashedEvent Modifier and Type Method Description voidPageEventToAsyncPageEventTransformerListener. handleTrashed(PageTrashedEvent pageEvent)Deprecated.
-