Class AbstractCommentListener
- java.lang.Object
-
- org.nuxeo.ecm.platform.comment.listener.AbstractCommentListener
-
- Direct Known Subclasses:
CommentRemovedEventListener,DocumentRemovedCommentEventListener
public abstract class AbstractCommentListener extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractCommentListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voiddeleteCommentChildren(CoreSession coreSession, CommentManager commentManager, DocumentModel documentModel)protected abstract voiddoProcess(CoreSession coreSession, RelationManager relationManager, CommentServiceConfig config, DocumentModel docMessage)voidhandleEvent(Event event)voidhandleEvent(EventBundle events)
-
-
-
Constructor Detail
-
AbstractCommentListener
public AbstractCommentListener()
-
-
Method Detail
-
handleEvent
public void handleEvent(EventBundle events)
-
handleEvent
public void handleEvent(Event event)
-
deleteCommentChildren
protected void deleteCommentChildren(CoreSession coreSession, CommentManager commentManager, DocumentModel documentModel)
-
doProcess
protected abstract void doProcess(CoreSession coreSession, RelationManager relationManager, CommentServiceConfig config, DocumentModel docMessage)
-
-