org.exoplatform.services.jcr.ext.classify.impl
Class NodeClassifyServiceImpl

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.classify.impl.NodeClassifyServiceImpl
All Implemented Interfaces:
NodeClassifyService

public class NodeClassifyServiceImpl
extends java.lang.Object
implements NodeClassifyService


Constructor Summary
NodeClassifyServiceImpl(org.exoplatform.services.jcr.RepositoryService repositoryService)
           
 
Method Summary
 void addClassifyPlugin(org.exoplatform.container.component.ComponentPlugin componentPlugin)
           
 java.util.Collection<NodeClassifyPlugin> getAllClassifyPlugins()
           
 NodeClassifyPlugin getNodeClassifyPlugin(java.lang.String type)
           
<T extends NodeClassifyPlugin>
T
getNodeClassifyPluginByType(java.lang.Class<T> clazz)
           
 void removeClassifyPlygin(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeClassifyServiceImpl

public NodeClassifyServiceImpl(org.exoplatform.services.jcr.RepositoryService repositoryService)
Method Detail

getNodeClassifyPluginByType

public <T extends NodeClassifyPlugin> T getNodeClassifyPluginByType(java.lang.Class<T> clazz)
                                                         throws java.lang.Exception
Specified by:
getNodeClassifyPluginByType in interface NodeClassifyService
Throws:
java.lang.Exception

addClassifyPlugin

public void addClassifyPlugin(org.exoplatform.container.component.ComponentPlugin componentPlugin)
                       throws java.lang.Exception
Specified by:
addClassifyPlugin in interface NodeClassifyService
Throws:
java.lang.Exception

getAllClassifyPlugins

public java.util.Collection<NodeClassifyPlugin> getAllClassifyPlugins()
                                                               throws java.lang.Exception
Specified by:
getAllClassifyPlugins in interface NodeClassifyService
Throws:
java.lang.Exception

getNodeClassifyPlugin

public NodeClassifyPlugin getNodeClassifyPlugin(java.lang.String type)
                                         throws java.lang.Exception
Specified by:
getNodeClassifyPlugin in interface NodeClassifyService
Throws:
java.lang.Exception

removeClassifyPlygin

public void removeClassifyPlygin(java.lang.String type)
                          throws java.lang.Exception
Specified by:
removeClassifyPlygin in interface NodeClassifyService
Throws:
java.lang.Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.