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

Packages that use UpgradeTask
com.atlassian.confluence.admin.actions.upgrade   
com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup. 
com.atlassian.confluence.upgrade   
com.atlassian.confluence.upgrade.upgradetask   
 

Uses of UpgradeTask in com.atlassian.confluence.admin.actions.upgrade
 

Methods in com.atlassian.confluence.admin.actions.upgrade that return UpgradeTask
 UpgradeTask ForceUpgradeAction.getUpgradeTask()
           
 

Uses of UpgradeTask in com.atlassian.confluence.importexport.xmlimport
 

Method parameters in com.atlassian.confluence.importexport.xmlimport with type arguments of type UpgradeTask
 void BackupImporter.setPostRestoreUpgradeTasks(List<UpgradeTask> postRestoreUpgradeTasks)
           
 

Uses of UpgradeTask in com.atlassian.confluence.upgrade
 

Subinterfaces of UpgradeTask in com.atlassian.confluence.upgrade
 interface DatabaseUpgradeTask
          A marker interface to be implemented by upgrade tasks that perform operations on the database.
 interface DeferredUpgradeTask
          An upgrade task that has a property indicating that it's run should be deferred until some later time.
 

Classes in com.atlassian.confluence.upgrade that implement UpgradeTask
 class AbstractDeferredRunUpgradeTask
           
 class AbstractUpgradeTask
          A useful base class for UpgradeTasks.
 

Methods in com.atlassian.confluence.upgrade that return types with arguments of type UpgradeTask
protected  List<UpgradeTask> AbstractUpgradeManager.getAllUpgradeTasks()
           
 List<UpgradeTask> AbstractUpgradeManager.getPreSchemaUpgradeTasks()
           
 List<UpgradeTask> AbstractUpgradeManager.getSchemaUpgradeTasks()
           
 List<UpgradeTask> AbstractUpgradeManager.getUpgradeTasks()
           
 

Methods in com.atlassian.confluence.upgrade with parameters of type UpgradeTask
 boolean UpgradeManager.taskNewerThan(String buildNumber, UpgradeTask upgradeTask)
          Returns true if the build number for the task is greater than the passed build number.
 boolean AbstractUpgradeManager.taskNewerThan(String buildNumber, UpgradeTask upgradeTask)
           
protected  void AbstractUpgradeManager.upgradeTaskSucceeded(UpgradeTask upgradeTask)
           
 

Method parameters in com.atlassian.confluence.upgrade with type arguments of type UpgradeTask
 void AbstractUpgradeManager.setPreSchemaUpgradeTasks(List<UpgradeTask> preSchemaUpgradeTasks)
           
 void AbstractUpgradeManager.setSchemaUpgradeTasks(List<UpgradeTask> upgradeTasks)
           
 void AbstractUpgradeManager.setUpgradeTasks(List<UpgradeTask> upgradeTasks)
           
 

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

Classes in com.atlassian.confluence.upgrade.upgradetask that implement UpgradeTask
 class AbstractConstraintCreationUpgradeTask
          An abstract upgrade task for when you just want to run a bunch of constraint creation statements from a properties file.
 class AddSpaceStatusColumnUpgradeTask
          Populate the space status column.
 class AddUniqueAttachmentIdConstraintToAttachmentDataUpgradeTask
          This task adds a unique constraint to the AttachmentId column on the AttachmentData table.
 class AtlassianUpgradeFollowersUpgradeTask
          Converts followers based on the my:follow label to Connections.
 class AtlassianUserToEmbeddedCrowdConfigurationUpgradeTask
          An upgrade task used to migrate the repository configuration from Atlassian User into the appropriate directories in Embedded Crowd.
 class AtlassianUserToEmbeddedCrowdDataUpgradeTask
          Convert all users and groups in the local Confluence directory to Crowd internal directory users.
 class AttachmentLabellingUpgradeTask
           
 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 ChangeSpaceDescriptionsBodyTypeUpgradeTask
          This upgrade task has two responsibilities: (1) update all SpaceDescription's that have a BodyContent with type BodyType.XHTML back to BodyType.WIKI (2) resolve all entity references introduced as a result of erroneously marking SpaceDescription's as XHTML to begin with.
 class ClickrLeftNavMigrationUpgradeTask
           
 class ConditionallyEnableMailArchivePluginUpgradeTask
          The mail archive feature is now packaged as a plugin and disabled by default.
 class ContentPermissionConstraintsUpgradeTask
          Adds required multi-column unique constraints to the content permission tables.
 class ConvertToRelativeLinksUpgradeTask
          Converts any absolute links in storage format to relative links.
 class CorrectAttachmentCreatorUpgradeTask
          In older versions of Confluence, when a new version of an attachment was created, only the last modifier field was set.
 class DefaultSpaceContentPageLayoutsUpgradeTask
          Updates the default space content that will be used for new spaces to use page layouts.
 class DefaultSpaceContentUpgradeTask
           
 class DisableConfluenceInvitePluginUpgradeTask
          Disables the Confluence Invite Plugin - which used to be bundled as part of the Confluence Fireball release, but may have also been installed by customers in a behind the fireball instance.
 class DraftDataCleaningUpgradeTask
          Remove drafts created by CONF-12144 with a null page ID or type.
 class DropContentLockTableUpgradeTask
          The CONTENTLOCK table was finally removed in Confluence 4.2, and needs to be dropped lest its hanging foreign key constraint cause issues.
 class EmbeddedCrowdInitUpgradeTask
          Initialises data that is required by Embedded Crowd.
 class EmbeddedCrowdSchemaUpgradeTask
          Adds required multi-column unique constraints to the Crowd database tables
 class EmbeddedCrowdSynchronisationUpgradeTask
           
 class EnableAntiXssModeUpgradeTask
           
 class FollowFavouriteUpgradeTask
          Converts the favourite-user model into the confluence 3.0 follow user model.
 class HierarchicalFileSystemAttachmentUpgradeTask
           
 class HsqlLockModeUpgradeTask
           
 class LikesSqlConstraintsUpgradeTask
           
 class LoginInfoUpgradeTask
           
 class MailConvertToCustomContentUpgradeTask
           
 class MigrateMailArchiveConfigurationUpgradeTask
           
 class MoveBackupSettingsToDatabaseUpgradeTask
           
 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 OnDemandSpacePermissionsDefaultUpgradeTask
          Migrates A la carte default space permission settings from a studio specific context to the Confluence default context.
 class OSUserToEmbeddedCrowdMigrationUpgradeTask
           
 class PageTemplateWikiToXhtmlMigrationUpgradeTask
          Convert all wiki formatted content to XHTML content as part of the upgrade.
 class PersonalInformationRepairUpgradeTask
          Upgrade task to ensure that for all the user names attached to content in Confluence a PersonalInformation objects exist.
 class PurgeThumbnailsUpgradeTask
           
 class RebuildAncestorsUpgradeTask
          Rebuilds the ancestor table.
 class RebuildIndexUpgradeTask
          Trigger a rebuild of the lucene index
 class RemoveAPRUpgradeTask
           
 class RemoveClassicThemeUpgradeTask
           
 class RemoveSocialBookmarkingPluginUpgradeTask
           
 class ReportUserMacrosWithWikiTemplateUpgradeTask
          This isn't really an upgrade task, it is just convenient for it to run at that time.
 class SmtpToJmxMailServerUpgradeTask
           
 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-2012 Atlassian. All Rights Reserved.