Class ContentUpdatedEvent
java.lang.Object
com.atlassian.confluence.event.events.content.page.synchrony.ContentUpdatedEvent
- Direct Known Subclasses:
AsyncContentUpdatedEvent
Triggered when a change to content has been made.
At the moment it gets triggered for published Page or Blogpost during normal publish operations as well as addition of inline comments, resolving tasks or any other server side changes.
Current consumer of this plugins is collab edit plugin, which makes Synchrony aware of any changes to editor DOM.
- Since:
- 5.10
-
Constructor Summary
ConstructorsConstructorDescriptionContentUpdatedEvent
(ConfluenceUser user, ContentId contentId, ContentStatus contentStatus, String spaceKey, String syncRev, PageUpdateTrigger updateTrigger) -
Method Summary
-
Constructor Details
-
ContentUpdatedEvent
public ContentUpdatedEvent(ConfluenceUser user, ContentId contentId, ContentStatus contentStatus, String spaceKey, String syncRev, PageUpdateTrigger updateTrigger)
-
-
Method Details