Interface ConfluenceEntityUpdated
- All Known Implementing Classes:
AttachmentUpdateEvent,BlogPostUpdateEvent,GeneralAttachmentUpdateEvent,HiddenAttachmentUpdateEvent,PageUpdateEvent,PluginContentUpdatedEvent
public interface ConfluenceEntityUpdated
Indicates that the implementation represents an update to a
ConfluenceEntityObject.-
Method Details
-
getOld
ConfluenceEntityObject getOld()- Returns:
- the old content before the update
-
getNew
ConfluenceEntityObject getNew()- Returns:
- the new content after the update
-