org.exoplatform.services.jcr.ext.classify
Interface NodeClassifyService

All Known Implementing Classes:
NodeClassifyServiceImpl

public interface NodeClassifyService

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


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)
           
 

Method Detail

addClassifyPlugin

void addClassifyPlugin(org.exoplatform.container.component.ComponentPlugin componentPlugin)
                       throws java.lang.Exception
Throws:
java.lang.Exception

getAllClassifyPlugins

java.util.Collection<NodeClassifyPlugin> getAllClassifyPlugins()
                                                               throws java.lang.Exception
Throws:
java.lang.Exception

getNodeClassifyPlugin

NodeClassifyPlugin getNodeClassifyPlugin(java.lang.String type)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

removeClassifyPlygin

void removeClassifyPlygin(java.lang.String type)
                          throws java.lang.Exception
Throws:
java.lang.Exception

getNodeClassifyPluginByType

<T extends NodeClassifyPlugin> T getNodeClassifyPluginByType(java.lang.Class<T> clazz)
                                                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.