Class AsyncImportFinishedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- 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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description AsyncImportFinishedEvent(Object src, ImportContext importContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportContext
getImportContext()
boolean
isCloudImport()
Returns true if the data being imported comes from a Cloud instance as opposed to a Server instance.boolean
isOriginalEvent()
Still keeping for API comparable build on confluence masterboolean
isSiteImport()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
AsyncImportFinishedEvent
public AsyncImportFinishedEvent(Object src, ImportContext importContext)
-
-
Method Detail
-
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
public ImportContext 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.
-
-