Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.audit.io
Class IOAuditResources

java.lang.Object
  extended by org.nuxeo.ecm.platform.audit.io.IOAuditResources
All Implemented Interfaces:
Serializable, IOResources

public class IOAuditResources
extends Object
implements IOResources

IO Resources for logs

Holds a map of document resources, with a document reference as key, and a list of RDF resources as values.

See Also:
Serialized Form

Constructor Summary
IOAuditResources(Map<DocumentRef,List<LogEntry>> docLogs)
           
 
Method Summary
 List<LogEntry> getDocumentLogs(DocumentRef docRef)
           
 Map<DocumentRef,List<LogEntry>> getLogsMap()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOAuditResources

public IOAuditResources(Map<DocumentRef,List<LogEntry>> docLogs)
Method Detail

getDocumentLogs

public List<LogEntry> getDocumentLogs(DocumentRef docRef)

getLogsMap

public Map<DocumentRef,List<LogEntry>> getLogsMap()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.