Nuxeo Enterprise Platform 5.4

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

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

public class IOAuditResources
extends java.lang.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(java.util.Map<DocumentRef,java.util.List<LogEntry>> docLogs)
           
 
Method Summary
 java.util.List<LogEntry> getDocumentLogs(DocumentRef docRef)
           
 java.util.Map<DocumentRef,java.util.List<LogEntry>> getLogsMap()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOAuditResources

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

getDocumentLogs

public java.util.List<LogEntry> getDocumentLogs(DocumentRef docRef)

getLogsMap

public java.util.Map<DocumentRef,java.util.List<LogEntry>> getLogsMap()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.