Class ConfigurationMigrationEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.ConfluenceEvent
-
- com.atlassian.confluence.importexport.ConfigurationMigrationEvent
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ConfigurationMigrationEvent extends ConfluenceEvent
Deprecated.since 7.3.0 will be removed in 8.0.Used to indicate moving configuration from one data store to another. Useful for flushing caches.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ConfigurationMigrationEvent(Object src)
Deprecated.
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
ConfigurationMigrationEvent
public ConfigurationMigrationEvent(Object src)
Deprecated.
-
-