Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.platform.comment.service
Class CommentService

java.lang.Object
  extended by org.nuxeo.runtime.model.DefaultComponent
      extended by org.nuxeo.ecm.platform.comment.service.CommentService
All Implemented Interfaces:
Adaptable, Component, Extensible

public class CommentService
extends DefaultComponent

Author:
George Lefter

Field Summary
static String ID
           
static String VERSIONING_EXTENSION_POINT_RULES
           
 
Constructor Summary
CommentService()
           
 
Method Summary
 CommentManager getCommentManager()
           
 CommentServiceConfig getConfig()
           
 void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
           
 
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, deactivate, getAdapter, registerExtension, unregisterExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values

VERSIONING_EXTENSION_POINT_RULES

public static final String VERSIONING_EXTENSION_POINT_RULES
See Also:
Constant Field Values
Constructor Detail

CommentService

public CommentService()
Method Detail

registerContribution

public void registerContribution(Object contribution,
                                 String extensionPoint,
                                 ComponentInstance contributor)
Overrides:
registerContribution in class DefaultComponent

unregisterContribution

public void unregisterContribution(Object contribution,
                                   String extensionPoint,
                                   ComponentInstance contributor)
Overrides:
unregisterContribution in class DefaultComponent

getCommentManager

public CommentManager getCommentManager()

getConfig

public CommentServiceConfig getConfig()

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.