org.exoplatform.ecms.upgrade.plugins
Class UpgradePortletPreferencesPlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.commons.upgrade.UpgradeProductPlugin
org.exoplatform.ecms.upgrade.plugins.UpgradePortletPreferencesPlugin
- All Implemented Interfaces:
- java.lang.Comparable<org.exoplatform.commons.upgrade.UpgradeProductPlugin>, org.exoplatform.container.component.ComponentPlugin
public class UpgradePortletPreferencesPlugin
- extends org.exoplatform.commons.upgrade.UpgradeProductPlugin
Created by The eXo Platform SAS
Author : Nguyen Anh Vu
vuna@exoplatform.com
Mar 9, 2012
| Fields inherited from class org.exoplatform.commons.upgrade.UpgradeProductPlugin |
productGroupId |
| Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin |
desc, name |
|
Constructor Summary |
UpgradePortletPreferencesPlugin(org.exoplatform.services.jcr.RepositoryService repoService,
org.exoplatform.container.xml.InitParams initParams)
|
|
Method Summary |
void |
processUpgrade(java.lang.String oldVersion,
java.lang.String newVersion)
|
boolean |
shouldProceedToUpgrade(java.lang.String previousVersion,
java.lang.String newVersion)
|
| Methods inherited from class org.exoplatform.commons.upgrade.UpgradeProductPlugin |
addNodeVersion, compareTo, equals, getPluginExecutionOrder, getProductGroupId, hashCode, isEnabled |
| Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin |
getDescription, getName, setDescription, setName |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
UpgradePortletPreferencesPlugin
public UpgradePortletPreferencesPlugin(org.exoplatform.services.jcr.RepositoryService repoService,
org.exoplatform.container.xml.InitParams initParams)
processUpgrade
public void processUpgrade(java.lang.String oldVersion,
java.lang.String newVersion)
- Specified by:
processUpgrade in class org.exoplatform.commons.upgrade.UpgradeProductPlugin
shouldProceedToUpgrade
public boolean shouldProceedToUpgrade(java.lang.String previousVersion,
java.lang.String newVersion)
- Specified by:
shouldProceedToUpgrade in class org.exoplatform.commons.upgrade.UpgradeProductPlugin
Copyright © 2012 eXo Platform SAS. All Rights Reserved.