Uses of Class
com.atlassian.confluence.upgrade.AbstractDeferredRunUpgradeTask
Packages that use AbstractDeferredRunUpgradeTask
Package
Description
-
Uses of AbstractDeferredRunUpgradeTask in com.atlassian.confluence.impl.upgrade.upgradetask
Modifier and TypeClassDescriptionclassclassDoes 2 things: Updates the journalentry table to move items from main_index to change_index if they are: DELETE_CHANGE_DOCUMENTS DELETE_CHANGE_DOCUMENTS ADD_CHANGE_DOCUMENT REBUILD_CHANGE_DOCUMENTS writes the most recent id from the main_index journal to the change_index journal so that the change_index will continue at the same item as the main_index as the will already have copied the relevant changes to the new index. -
Uses of AbstractDeferredRunUpgradeTask in com.atlassian.confluence.upgrade.upgradetask
Modifier and TypeClassDescriptionclassBase class for upgrade tasks that want to migrate page templates from one format to another.classThis upgrade task clears all expired tokens stored in the bandana tableclassMigrates Bandana values stored with XStream 1.1.1 format to XStream 1.4.1 based format.classConvert all wiki formatted content to XHTML content as part of the upgrade.