org.exoplatform.services.wcm.portal.artifacts
Interface RemovePortalArtifactsService

All Known Implementing Classes:
RemovePortalArtifactsServiceImpl

public interface RemovePortalArtifactsService

Created by The eXo Platform SAS Author : Hoa Pham hoa.phamvu@exoplatform.com Oct 22, 2008


Method Summary
 void addPlugin(RemovePortalPlugin artifactsPlugin)
          Adds the plugin.
 void invalidateArtifactsFromPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider, java.lang.String portalName)
          Deploy artifacts to portal.
 

Method Detail

addPlugin

void addPlugin(RemovePortalPlugin artifactsPlugin)
               throws java.lang.Exception
Adds the plugin.

Parameters:
artifactsPlugin - the artifacts plugin
Throws:
java.lang.Exception - the exception

invalidateArtifactsFromPortal

void invalidateArtifactsFromPortal(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
                                   java.lang.String portalName)
                                   throws java.lang.Exception
Deploy artifacts to portal.

Parameters:
portalName - the portal name
sessionProvider - the session provider
Throws:
java.lang.Exception - the exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.