public class IOAuditResources extends Object implements IOResources
Holds a map of document resources, with a document reference as key, and a list of RDF resources as values.
| Constructor and Description | 
|---|
| IOAuditResources(Map<DocumentRef,List<LogEntry>> docLogs) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<LogEntry> | getDocumentLogs(DocumentRef docRef) | 
| Map<DocumentRef,List<LogEntry>> | getLogsMap() | 
public IOAuditResources(Map<DocumentRef,List<LogEntry>> docLogs)
public List<LogEntry> getDocumentLogs(DocumentRef docRef)
public Map<DocumentRef,List<LogEntry>> getLogsMap()
Copyright © 2015 Nuxeo SA. All rights reserved.