Class ContentEntityAutoWatcher.AutowatchIfRequiredEvent
- java.lang.Object
-
- com.atlassian.confluence.impl.notifications.ContentEntityAutoWatcher.AutowatchIfRequiredEvent
-
- Enclosing class:
- ContentEntityAutoWatcher
public static class ContentEntityAutoWatcher.AutowatchIfRequiredEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description AutowatchIfRequiredEvent(ContentEntityObject ceo, SaveContext saveContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentEntityObject
getContentEntity()
SaveContext
getSaveContext()
-
-
-
Constructor Detail
-
AutowatchIfRequiredEvent
public AutowatchIfRequiredEvent(ContentEntityObject ceo, SaveContext saveContext)
-
-
Method Detail
-
getContentEntity
public ContentEntityObject getContentEntity()
-
getSaveContext
public SaveContext getSaveContext()
-
-