Uses of Class
com.atlassian.confluence.event.events.admin.AbstractRestoreEvent
Packages that use AbstractRestoreEvent
Package
Description
-
Uses of AbstractRestoreEvent in com.atlassian.confluence.event.events.admin
Subclasses of AbstractRestoreEvent in com.atlassian.confluence.event.events.adminModifier and TypeClassDescriptionclass
An event that is sent when restore process failsclass
An event that is sent periodically with the restore process state.class
An event that is sent before db drop to lock some database tableclass
An event that is sent when the restore process finishes successfully.class
An event that is sent before db drop to lock some database table -
Uses of AbstractRestoreEvent in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker
Methods in com.atlassian.confluence.impl.backuprestore.restore.confluencelocker with parameters of type AbstractRestoreEventModifier and TypeMethodDescriptionvoid
ConfluenceLockerOnSiteRestore.handleEvent
(AbstractRestoreEvent abstractRestoreEvent) Receives AbstractRestoreEvent events from the same node.