Class SynchronyRecoveryEvent
- java.lang.Object
-
- com.atlassian.confluence.event.events.content.page.synchrony.SynchronyRecoveryEvent
-
@Internal public class SynchronyRecoveryEvent extends Object
Triggered when collaborative editing requires some extra steps to put confluence and synchrony back in sync.- Since:
- 6.0
-
-
Constructor Summary
Constructors Constructor Description SynchronyRecoveryEvent(ConfluenceUser user, @NonNull ContentId contentId, @NonNull String recoveryState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
calculateEventName()
ContentId
getCurrentContentId()
String
getRecoveryState()
ConfluenceUser
getUser()
-
-
-
Constructor Detail
-
SynchronyRecoveryEvent
public SynchronyRecoveryEvent(ConfluenceUser user, @NonNull ContentId contentId, @NonNull String recoveryState)
-
-
Method Detail
-
getUser
public ConfluenceUser getUser()
-
getCurrentContentId
public ContentId getCurrentContentId()
-
getRecoveryState
public String getRecoveryState()
-
calculateEventName
public String calculateEventName()
-
-