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:
  • Constructor Details

    • AsyncImportFinishedEvent

      public AsyncImportFinishedEvent(Object src, ImportContext importContext)
  • 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

      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.