Class ImportFinishedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.admin.ImportFinishedEvent
- All Implemented Interfaces:
ClusterEvent
,Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if this event was published on the local node.boolean
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ImportFinishedEvent
-
-
Method Details
-
getImportContext
-
isSiteImport
public boolean isSiteImport() -
isOriginalEvent
public boolean isOriginalEvent()Returns true if this event was published on the local node. Returns false if this event was originally published on another node in a cluster.- Returns:
- true if this event was published on the local node
-