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