org.exoplatform.services.wcm.portal.artifacts
Class RemovePortalPlugin
java.lang.Object
org.exoplatform.services.deployment.DeploymentPlugin
org.exoplatform.services.deployment.plugins.XMLDeploymentPlugin
org.exoplatform.services.wcm.portal.artifacts.RemovePortalPlugin
- All Implemented Interfaces:
- org.exoplatform.container.component.ComponentPlugin
- Direct Known Subclasses:
- RemoveTaxonomyPlugin
public abstract class RemovePortalPlugin
- extends org.exoplatform.services.deployment.plugins.XMLDeploymentPlugin
Created by The eXo Platform SAS
Author : Hoa Pham
hoa.phamvu@exoplatform.com
Oct 22, 2008
|
Constructor Summary |
RemovePortalPlugin(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.container.configuration.ConfigurationManager configurationManager,
org.exoplatform.services.jcr.RepositoryService repositoryService)
Instantiates a new base portal artifacts plugin. |
|
Method Summary |
abstract 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 |
RemovePortalPlugin
public RemovePortalPlugin(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.container.configuration.ConfigurationManager configurationManager,
org.exoplatform.services.jcr.RepositoryService repositoryService)
- Instantiates a new base portal artifacts plugin.
- Parameters:
initParams - the init paramsconfigurationManager - the configuration managerrepositoryService - the repository service
invalidateFromPortal
public abstract void invalidateFromPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
java.lang.String portalName)
throws java.lang.Exception
- Deploy to portal.
- Parameters:
portalName - the portal namesessionProvider - the session provider
- Throws:
java.lang.Exception - the exception
Copyright © 2011 eXo Platform SAS. All Rights Reserved.