Class AsyncImportFinishedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.admin.AsyncImportFinishedEvent
- All Implemented Interfaces:
ClusterEvent
,Serializable
@AsynchronousPreferred
public class AsyncImportFinishedEvent
extends ConfluenceEvent
implements ClusterEvent
- Since:
- 5.10
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if the data being imported comes from a Cloud instance as opposed to a Server instance.boolean
Still keeping for API comparable build on confluence masterboolean
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
-
AsyncImportFinishedEvent
-
-
Method Details
-
isOriginalEvent
public boolean isOriginalEvent()Still keeping for API comparable build on confluence master- Returns:
- true if this event was published on the local node
-
getImportContext
-
isSiteImport
public boolean isSiteImport() -
isCloudImport
public boolean isCloudImport()Returns true if the data being imported comes from a Cloud instance as opposed to a Server instance.
-