org.exoplatform.services.deployment
Class ContentInitializerService

java.lang.Object
  extended by org.exoplatform.services.deployment.ContentInitializerService
All Implemented Interfaces:
org.picocontainer.Startable

public class ContentInitializerService
extends Object
implements org.picocontainer.Startable

Created by The eXo Platform SAS Author : Hoa Pham hoa.pham@exoplatform.com Sep 6, 2008


Constructor Summary
ContentInitializerService(org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator, org.exoplatform.services.organization.OrganizationService organizationService)
           
 
Method Summary
 void addPlugin(DeploymentPlugin deploymentPlugin)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentInitializerService

public ContentInitializerService(org.exoplatform.services.jcr.RepositoryService repositoryService,
                                 org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator,
                                 org.exoplatform.services.organization.OrganizationService organizationService)
Method Detail

addPlugin

public void addPlugin(DeploymentPlugin deploymentPlugin)

start

public void start()
Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.