Uses of Class
com.atlassian.confluence.event.events.content.page.PageMoveEvent
-
-
Uses of PageMoveEvent in com.atlassian.confluence.impl.audit.listener
Methods in com.atlassian.confluence.impl.audit.listener with parameters of type PageMoveEvent Modifier and Type Method Description voidPageContentAuditListener. onPageMoveEvent(PageMoveEvent event) -
Uses of PageMoveEvent in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type PageMoveEvent Modifier and Type Method Description voidUpdateAttachmentsOnFilesystemOnPageMoveHandler. handlePageMovedEvent(PageMoveEvent pageMoveEvent) -
Uses of PageMoveEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type PageMoveEvent Modifier and Type Method Description Map<String,Object>WebhookJsonEventFactory. build(PageMoveEvent event)voidApplicationWebhookEventPublisher. onPageMoved(PageMoveEvent event) -
Uses of PageMoveEvent in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links with parameters of type PageMoveEvent Modifier and Type Method Description voidRelatedContentRefactoringListener. handleEvent(PageMoveEvent event) -
Uses of PageMoveEvent in com.atlassian.confluence.mail.notification.listeners
Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type PageMoveEvent Modifier and Type Method Description voidPageEventToAsyncPageEventTransformerListener. handleMoved(PageMoveEvent pageEvent)Deprecated. -
Uses of PageMoveEvent in com.atlassian.confluence.pages.persistence.dao.filesystem
Methods in com.atlassian.confluence.pages.persistence.dao.filesystem with parameters of type PageMoveEvent Modifier and Type Method Description voidUpdateAttachmentsOnFilesystemOnPageMoveListener. handlePageMovedEvent(PageMoveEvent pageMoveEvent)Deprecated. -
Uses of PageMoveEvent in com.atlassian.confluence.search.listeners
Methods in com.atlassian.confluence.search.listeners with parameters of type PageMoveEvent Modifier and Type Method Description voidUpdateSpacesInChangeIndexListener. handleEvent(PageMoveEvent moveEvent)
-