Uses of Interface
com.atlassian.confluence.event.events.types.ConfluenceEntityUpdated
-
Packages that use ConfluenceEntityUpdated Package Description com.atlassian.confluence.content.event com.atlassian.confluence.core.listeners com.atlassian.confluence.event.events.content.attachment Confluence attachment events.com.atlassian.confluence.event.events.content.blogpost com.atlassian.confluence.event.events.content.page -
-
Uses of ConfluenceEntityUpdated in com.atlassian.confluence.content.event
Classes in com.atlassian.confluence.content.event that implement ConfluenceEntityUpdated Modifier and Type Class Description classPluginContentUpdatedEvent -
Uses of ConfluenceEntityUpdated in com.atlassian.confluence.core.listeners
Methods in com.atlassian.confluence.core.listeners with parameters of type ConfluenceEntityUpdated Modifier and Type Method Description voidTitleChangeListener. handleEvent(ConfluenceEntityUpdated updated) -
Uses of ConfluenceEntityUpdated in com.atlassian.confluence.event.events.content.attachment
Classes in com.atlassian.confluence.event.events.content.attachment that implement ConfluenceEntityUpdated Modifier and Type Class Description classAttachmentUpdateEventAn event indicating that a visible attachment has been updatedclassGeneralAttachmentUpdateEventAn event indicating that an attachment has been updatedclassHiddenAttachmentUpdateEventAn event indicating that a hidden attachment has been updated -
Uses of ConfluenceEntityUpdated in com.atlassian.confluence.event.events.content.blogpost
Classes in com.atlassian.confluence.event.events.content.blogpost that implement ConfluenceEntityUpdated Modifier and Type Class Description classBlogPostUpdateEvent -
Uses of ConfluenceEntityUpdated in com.atlassian.confluence.event.events.content.page
Classes in com.atlassian.confluence.event.events.content.page that implement ConfluenceEntityUpdated Modifier and Type Class Description classPageUpdateEvent
-