Interface ConfluenceEntityUpdated
-
- All Known Implementing Classes:
AttachmentUpdateEvent
,BlogPostUpdateEvent
,GeneralAttachmentUpdateEvent
,HiddenAttachmentUpdateEvent
,PageUpdateEvent
,PluginContentUpdatedEvent
public interface ConfluenceEntityUpdated
Indicates that the implementation represents an update to aConfluenceEntityObject
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfluenceEntityObject
getNew()
ConfluenceEntityObject
getOld()
-
-
-
Method Detail
-
getOld
ConfluenceEntityObject getOld()
- Returns:
- the old content before the update
-
getNew
ConfluenceEntityObject getNew()
- Returns:
- the new content after the update
-
-