org.exoplatform.services.jcr.ext.classify.impl
Class NodeClassifyServiceImpl
java.lang.Object
org.exoplatform.services.jcr.ext.classify.impl.NodeClassifyServiceImpl
- All Implemented Interfaces:
- NodeClassifyService
public class NodeClassifyServiceImpl
- extends java.lang.Object
- implements NodeClassifyService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeClassifyServiceImpl
public NodeClassifyServiceImpl(org.exoplatform.services.jcr.RepositoryService repositoryService)
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.