Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.audit.api.comment
Class CommentProcessorHelper

java.lang.Object
  extended by org.nuxeo.ecm.platform.audit.api.comment.CommentProcessorHelper

public class CommentProcessorHelper
extends Object

Helper to manage LogEntry comment processing (code was moved from the Seam bean)

Since:
5.4.2
Author:
Tiry (tdelprat@nuxeo.com)

Constructor Summary
CommentProcessorHelper(CoreSession documentManager)
           
 
Method Summary
 String getLogComment(LogEntry entry)
           
 LinkedDocument getLogLinkedDocument(LogEntry entry)
           
 void processComments(List<LogEntry> logEntries)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentProcessorHelper

public CommentProcessorHelper(CoreSession documentManager)
Method Detail

processComments

public void processComments(List<LogEntry> logEntries)

getLogComment

public String getLogComment(LogEntry entry)

getLogLinkedDocument

public LinkedDocument getLogLinkedDocument(LogEntry entry)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.