org.exoplatform.services.jcr.ext.classify
Class NodeClassifyPlugin

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.classify.NodeClassifyPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
Direct Known Subclasses:
AlphabetClassifyPlugin, DateTimeClassifyPlugin, TypeClassifyPlugin

public abstract class NodeClassifyPlugin
extends java.lang.Object
implements org.exoplatform.container.component.ComponentPlugin


Constructor Summary
NodeClassifyPlugin()
           
 
Method Summary
abstract  void classifyChildrenNode(javax.jcr.Node parent)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String desc)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeClassifyPlugin

public NodeClassifyPlugin()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface org.exoplatform.container.component.ComponentPlugin

setName

public void setName(java.lang.String name)
Specified by:
setName in interface org.exoplatform.container.component.ComponentPlugin

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface org.exoplatform.container.component.ComponentPlugin

setDescription

public void setDescription(java.lang.String desc)
Specified by:
setDescription in interface org.exoplatform.container.component.ComponentPlugin

classifyChildrenNode

public abstract void classifyChildrenNode(javax.jcr.Node parent)
                                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.