@Internal public class ContentUpdatedEvent extends Object
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.
Constructor and Description |
---|
ContentUpdatedEvent(ConfluenceUser user,
ContentId contentId,
ContentStatus contentStatus,
String spaceKey,
String syncRev) |
ContentUpdatedEvent(ConfluenceUser user,
ContentId contentId,
ContentStatus contentStatus,
String spaceKey,
String syncRev,
PageUpdateTrigger updateTrigger) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ContentId |
getContentId() |
ContentStatus |
getContentStatus() |
String |
getSpaceKey() |
String |
getSyncRev() |
PageUpdateTrigger |
getUpdateTrigger() |
ConfluenceUser |
getUser() |
int |
hashCode() |
public ContentUpdatedEvent(ConfluenceUser user, ContentId contentId, ContentStatus contentStatus, String spaceKey, String syncRev)
public ContentUpdatedEvent(ConfluenceUser user, ContentId contentId, ContentStatus contentStatus, String spaceKey, String syncRev, PageUpdateTrigger updateTrigger)
public ConfluenceUser getUser()
public ContentId getContentId()
public ContentStatus getContentStatus()
public String getSpaceKey()
public String getSyncRev()
public PageUpdateTrigger getUpdateTrigger()
Copyright © 2003–2018 Atlassian. All rights reserved.