org.exoplatform.services.wcm.category
Class RemoveTaxonomyPlugin
java.lang.Object
org.exoplatform.services.deployment.DeploymentPlugin
org.exoplatform.services.deployment.plugins.XMLDeploymentPlugin
org.exoplatform.services.wcm.portal.artifacts.RemovePortalPlugin
org.exoplatform.services.wcm.category.RemoveTaxonomyPlugin
- All Implemented Interfaces:
- org.exoplatform.container.component.ComponentPlugin
public class RemoveTaxonomyPlugin
- extends RemovePortalPlugin
Created by The eXo Platform SAS
Author : eXoPlatform
chuong_phan@exoplatform.com, phan.le.thanh.chuong@gmail.com
Aug 11, 2009
|
Constructor Summary |
RemoveTaxonomyPlugin(org.exoplatform.container.xml.InitParams params,
org.exoplatform.container.configuration.ConfigurationManager configurationManager,
org.exoplatform.services.jcr.RepositoryService repositoryService,
org.exoplatform.services.cms.taxonomy.TaxonomyService taxonomyService,
org.exoplatform.services.cms.actions.ActionServiceContainer actionServiceContainer)
Instantiates a new initial taxonomy plugin. |
|
Method Summary |
void |
invalidateFromPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName)
Deploy to portal. |
| Methods inherited from class org.exoplatform.services.deployment.plugins.XMLDeploymentPlugin |
deploy |
| Methods inherited from class org.exoplatform.services.deployment.DeploymentPlugin |
getDescription, getName, setDescription, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveTaxonomyPlugin
public RemoveTaxonomyPlugin(org.exoplatform.container.xml.InitParams params,
org.exoplatform.container.configuration.ConfigurationManager configurationManager,
org.exoplatform.services.jcr.RepositoryService repositoryService,
org.exoplatform.services.cms.taxonomy.TaxonomyService taxonomyService,
org.exoplatform.services.cms.actions.ActionServiceContainer actionServiceContainer)
throws java.lang.Exception
- Instantiates a new initial taxonomy plugin.
- Parameters:
params - the paramsconfigurationManager - the configuration managerrepositoryService - the repository servicenodeHierarchyCreator - the node hierarchy creatortaxonomyService - the taxonomy serviceactionServiceContainer - the action service containerdmsConfiguration - the dms configuration
- Throws:
java.lang.Exception - the exception
invalidateFromPortal
public void invalidateFromPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName)
throws java.lang.Exception
- Description copied from class:
RemovePortalPlugin
- Deploy to portal.
- Specified by:
invalidateFromPortal in class RemovePortalPlugin
- Parameters:
sessionProvider - the session providerportalName - the portal name
- Throws:
java.lang.Exception - the exception
Copyright © 2010 eXo Platform SAS. All Rights Reserved.