com.atlassian.confluence.upgrade.upgradetask
Class EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask

java.lang.Object
  extended by com.atlassian.confluence.upgrade.AbstractUpgradeTask
      extended by com.atlassian.confluence.upgrade.upgradetask.EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask
All Implemented Interfaces:
BackupSupport, DatabaseUpgradeTask, UpgradeTask

public class EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask
extends AbstractUpgradeTask
implements DatabaseUpgradeTask

Converts user preferences and other user properties (e.g. user-signup and password-reset tokens) previously managed by EmbeddedCrowdPropertySetFactory into the new format as expected by UserVerificationTokenDao and ConfluenceUserPropertySetFactory.

Since:
v5.2

Field Summary
static int MAX_USER_PROPERTY_UPDATE_BATCH_SIZE
           
 
Fields inherited from interface com.atlassian.confluence.upgrade.UpgradeTask
log
 
Constructor Summary
EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask(net.sf.hibernate.SessionFactory sessionFactory, UserVerificationTokenDao userVerificationTokenDao, BatchOperationManager batchOperationManager)
           
 
Method Summary
 boolean breaksBackwardCompatibility()
           
 void doUpgrade()
           
 String getBuildNumber()
           
 String getShortDescription()
           
 boolean runOnSpaceImport()
           
 
Methods inherited from class com.atlassian.confluence.upgrade.AbstractUpgradeTask
addAllErrors, addError, addError, getConstraint, getErrors, setBuildNumber, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.confluence.upgrade.UpgradeTask
getConstraint, getErrors, validate
 

Field Detail

MAX_USER_PROPERTY_UPDATE_BATCH_SIZE

public static final int MAX_USER_PROPERTY_UPDATE_BATCH_SIZE
See Also:
Constant Field Values
Constructor Detail

EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask

public EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask(net.sf.hibernate.SessionFactory sessionFactory,
                                                           UserVerificationTokenDao userVerificationTokenDao,
                                                           BatchOperationManager batchOperationManager)
Method Detail

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in interface UpgradeTask
Overrides:
getShortDescription in class AbstractUpgradeTask

getBuildNumber

public String getBuildNumber()
Specified by:
getBuildNumber in interface UpgradeTask
Overrides:
getBuildNumber in class AbstractUpgradeTask

runOnSpaceImport

public boolean runOnSpaceImport()
Specified by:
runOnSpaceImport in interface BackupSupport

breaksBackwardCompatibility

public boolean breaksBackwardCompatibility()
Specified by:
breaksBackwardCompatibility in interface BackupSupport

doUpgrade

public void doUpgrade()
               throws Exception
Specified by:
doUpgrade in interface UpgradeTask
Throws:
Exception


Confluence is developed by Atlassian.