org.exoplatform.upgrade
Class NodeTypeTemplateMigrationService

java.lang.Object
  extended by org.exoplatform.upgrade.NodeTypeTemplateMigrationService
All Implemented Interfaces:
org.picocontainer.Startable

public class NodeTypeTemplateMigrationService
extends java.lang.Object
implements org.picocontainer.Startable

Created by The eXo Platform SAS Author : Ha Quang Tan tanhq@exoplatform.com May 24, 2012 This class will be used to upgrade node type templates like view1.gtmpl, dialog1.gtmpl, stylesheet-rt.css, stylesheet-lt.css. Node type templates with desire of manual upgration can be specified in file ecms.properties.
Syntax :
migrated-nodetype-templates= For examples :
migrated-nodetype-templates=nt:file, exo:article


Constructor Summary
NodeTypeTemplateMigrationService(org.exoplatform.services.jcr.RepositoryService repositoryService, TemplateService templateService, MetadataService metadataService)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeTypeTemplateMigrationService

public NodeTypeTemplateMigrationService(org.exoplatform.services.jcr.RepositoryService repositoryService,
                                        TemplateService templateService,
                                        MetadataService metadataService)
Method Detail

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 © 2012 eXo Platform SAS. All Rights Reserved.