com.atlassian.confluence.upgrade.upgradetask
Class PagePermissionUpgradeTask

java.lang.Object
  extended by com.atlassian.confluence.upgrade.upgradetask.PagePermissionUpgradeTask
All Implemented Interfaces:
com.atlassian.confluence.upgrade.UpgradeTask

public class PagePermissionUpgradeTask
extends Object
implements com.atlassian.confluence.upgrade.UpgradeTask


Constructor Summary
PagePermissionUpgradeTask()
           
 
Method Summary
 void doUpgrade()
           
 String getBuildNumber()
           
 Collection<com.atlassian.confluence.upgrade.UpgradeError> getErrors()
           
 String getShortDescription()
           
 void setCacheFactory(com.atlassian.cache.CacheFactory cacheFactory)
           
 void setPageAncestorManager(PageAncestorManager pageAncestorManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagePermissionUpgradeTask

public PagePermissionUpgradeTask()
Method Detail

getBuildNumber

public String getBuildNumber()
Specified by:
getBuildNumber in interface com.atlassian.confluence.upgrade.UpgradeTask

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in interface com.atlassian.confluence.upgrade.UpgradeTask

doUpgrade

public void doUpgrade()
               throws Exception
Specified by:
doUpgrade in interface com.atlassian.confluence.upgrade.UpgradeTask
Throws:
Exception

getErrors

public Collection<com.atlassian.confluence.upgrade.UpgradeError> getErrors()
Specified by:
getErrors in interface com.atlassian.confluence.upgrade.UpgradeTask

setCacheFactory

public void setCacheFactory(com.atlassian.cache.CacheFactory cacheFactory)

setPageAncestorManager

public void setPageAncestorManager(PageAncestorManager pageAncestorManager)


Confluence is developed by Atlassian.