Class ExportFinishedEvent
- 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.ExportFinishedEvent
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ExportFinishedEvent extends ConfluenceEvent
Deprecated.since 5.10. UseAsyncExportFinishedEvent
insteadRepresents completion of an export.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ExportFinishedEvent(Object src, String exportType, String exportScope, String spaceKey)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getExportScope()
Deprecated.String
getExportType()
Deprecated.String
getSpaceKey()
Deprecated.-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-