com.atlassian.confluence.upgrade.upgradetask
Class FollowFavouriteUpgradeTask

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

public class FollowFavouriteUpgradeTask
extends AbstractUpgradeTask
implements DatabaseUpgradeTask

Converts the favourite-user model into the confluence 3.0 follow user model.


Field Summary
 
Fields inherited from interface com.atlassian.confluence.upgrade.UpgradeTask
log
 
Constructor Summary
FollowFavouriteUpgradeTask(net.sf.hibernate.SessionFactory sessionFactory, FollowManager followManager, com.atlassian.cache.CacheManager cacheManager)
           
 
Method Summary
 void doNonDatabaseUpgrade()
          Perform any non-database related parts of the upgrade task.
 void doUpgrade()
          Perform the upgrade.
 String getBuildNumber()
           
 
Methods inherited from class com.atlassian.confluence.upgrade.AbstractUpgradeTask
addError, addErrors, addErrors, getErrors, getShortDescription, setBuildNumber
 
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
getErrors, getShortDescription
 

Constructor Detail

FollowFavouriteUpgradeTask

public FollowFavouriteUpgradeTask(net.sf.hibernate.SessionFactory sessionFactory,
                                  FollowManager followManager,
                                  com.atlassian.cache.CacheManager cacheManager)
Method Detail

doNonDatabaseUpgrade

public void doNonDatabaseUpgrade()
Description copied from interface: DatabaseUpgradeTask
Perform any non-database related parts of the upgrade task. If the upgrade manager determines that the database has already been upgraded, it will call this method instead of UpgradeTask.doUpgrade(). This allows the upgrade task to perform any local non-db cleanup that might be involved in the upgrade.

Specified by:
doNonDatabaseUpgrade in interface DatabaseUpgradeTask

doUpgrade

public void doUpgrade()
               throws Exception
Description copied from interface: UpgradeTask
Perform the upgrade.

Specified by:
doUpgrade in interface UpgradeTask
Throws:
Exception

getBuildNumber

public String getBuildNumber()
Specified by:
getBuildNumber in interface UpgradeTask
Overrides:
getBuildNumber in class AbstractUpgradeTask
Returns:
The build number that this upgrade is applicable to


Copyright © 2003-2010 Atlassian. All Rights Reserved.