Uses of Interface
com.atlassian.confluence.upgrade.DatabaseUpgradeTask

Packages that use DatabaseUpgradeTask
com.atlassian.confluence.upgrade.upgradetask   
 

Uses of DatabaseUpgradeTask in com.atlassian.confluence.upgrade.upgradetask
 

Classes in com.atlassian.confluence.upgrade.upgradetask that implement DatabaseUpgradeTask
 class AbstractConstraintCreationUpgradeTask
          An abstract upgrade task for when you just want to run a bunch of constraint creation statements from a properties file.
 class AtlassianUpgradeFollowersUpgradeTask
          Converts followers based on the my:follow label to Connections.
 class AtlassianUserToEmbeddedCrowdDataUpgradeTask
          Convert all users and groups in the local Confluence directory to Crowd internal directory users.
 class BandanaKeyUniqueConstraintUpgradeTask
          Alter the Bandana table to make sure the Bandana context and keys have not null and unique constraints on them.
 class BodyTypeUpgradeTask
          Iterates over the content and sets the BodyType to either mail or wiki as per the content type.
 class BundleUserMacrosUpgradeTask
          Deprecated. BN 3.4 - This upgrade task cannot be used since it cannot be applied to new installs (CONFDEV-796). Reinstate this task when user macros are proper plugins.
 class ChangeLogoStorageUpgradeTask
          We have changed the way logo images are stored in confluence.
 class ClickrLeftNavMigrationUpgradeTask
           
 class ContentPermissionConstraintsUpgradeTask
          Adds required multi-column unique constraints to the content permission tables.
 class ConvertAdministerConfluenceToSystemAdministratorUpgradeTask
          UpgradeTask that takes existing "Administer Confluence" permissions and changes them into "System Administator" permissions by direct JDBC.
 class DefaultSpaceContentUpgradeTask
           
 class DraftDataCleaningUpgradeTask
          Remove drafts created by CONF-12144 with a null page ID or type.
 class EmbeddedCrowdSchemaUpgradeTask
          Adds required multi-column unique constraints to the Crowd database tables
 class FollowFavouriteUpgradeTask
          Converts the favourite-user model into the confluence 3.0 follow user model.
 class HiLoIdRepairUpgradeTask
          POSITION is a key word as far as HSQLDB 1.8 is concerned.
 class HsqlLockModeUpgradeTask
           
 class InitApplicationKeysUpgradeTask
          Generates a system public/private key pair on upgrade
 class InitialiseSidUpgradeTask
          Generate a SID on upgrade
 class IntroduceShortcutLinkAliasUpgradeTask
           
 class LoginInfoUpgradeTask
           
 class MoveBackupSettingsToDatabaseUpgradeTask
           
 class MoveFormatsToDatabaseUpgradeTask
           
 class MovePluginsToDatabaseUpgradeTask
          Move uploaded plugins to the database.
 class NetworkAndSiteNotificationTypesRestoreUpgradeTask
          Fixes digest notifications after an import from pre-3.3.1.
 class NetworkAndSiteNotificationTypesUpgradeTask
          Fills in false values for nulls in the network and digest notification columns.
 class OSUserToEmbeddedCrowdMigrationUpgradeTask
           
 class PersonalInformationRepairUpgradeTask
          Upgrade task to ensure that for all the user names attached to content in Confluence a PersonalInformation objects exist.
 class RebuildAncestorsUpgradeTask
          Rebuilds the ancestor table.
 class ReduceIndexNameLengthUpgradeTask
           
 class RemoveAPRUpgradeTask
           
 class RemoveClassicThemeUpgradeTask
           
 class RemoveSocialBookmarkingPluginUpgradeTask
           
 class SmtpToJmxMailServerUpgradeTask
           
 class SpaceGroupUpgradeTask
           
 class TableStyleRemovalUpgradeTask
           
 class TinyMce3UpgradeTask
           
 class TrustedApplicationsCleanUpUpgradeTask
          Due to lax validation, pre-3.5 versions of Confluence can contain IP and URL restrictions that are invalid.
 class UserMacroConfigConversionUpgradeTask
           
 class UserMacroConfigFormatUpgradeTask
          Update old pre 1.4 user macros that were stored as strings.
 class UserStatusPermissionUpgradeTask
          This upgrade task gives all users with the 'Use Confluence' permission the 'Update Status' permission
 class WikiToXhtmlMigrationUpgradeTask
          Convert all wiki formatted content to XHTML content as part of the upgrade.
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.