Class ExportFinishedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.admin.ExportFinishedEvent
All Implemented Interfaces:
Serializable

@Deprecated public class ExportFinishedEvent extends ConfluenceEvent
Deprecated.
since 5.10. Use AsyncExportFinishedEvent instead
Represents completion of an export.
See Also:
  • Constructor Details

    • ExportFinishedEvent

      public ExportFinishedEvent(Object src, String exportType, String exportScope, String spaceKey)
      Deprecated.
  • Method Details

    • getExportType

      public String getExportType()
      Deprecated.
    • getExportScope

      public String getExportScope()
      Deprecated.
    • getSpaceKey

      public String getSpaceKey()
      Deprecated.