com.atlassian.confluence.upgrade.upgradetask
Class EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask
java.lang.Object
com.atlassian.confluence.upgrade.AbstractUpgradeTask
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
Fields inherited from interface com.atlassian.confluence.upgrade.UpgradeTask |
log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_USER_PROPERTY_UPDATE_BATCH_SIZE
public static final int MAX_USER_PROPERTY_UPDATE_BATCH_SIZE
- See Also:
- Constant Field Values
EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask
public EmbeddedCrowdPropertySetFactoryMigrationUpgradeTask(net.sf.hibernate.SessionFactory sessionFactory,
UserVerificationTokenDao userVerificationTokenDao,
BatchOperationManager batchOperationManager)
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