public class IOLogEntryBase extends Object
Could be overridden to externalize additional information of a redefined LogEntry.
Modifier and Type | Field and Description |
---|---|
static String |
DOCUMENT_TAG |
static String |
LOGENTRY_TAG |
Constructor and Description |
---|
IOLogEntryBase() |
Modifier and Type | Method and Description |
---|---|
static List<LogEntry> |
read(InputStream in) |
static List<LogEntry> |
translate(List<LogEntry> docLogs,
DocumentRef newRef) |
static void |
write(List<LogEntry> logEntries,
OutputStream out) |
public static final String DOCUMENT_TAG
public static final String LOGENTRY_TAG
public static void write(List<LogEntry> logEntries, OutputStream out) throws IOException
IOException
public static List<LogEntry> read(InputStream in) throws IOException
IOException
public static List<LogEntry> translate(List<LogEntry> docLogs, DocumentRef newRef)
Copyright © 2015 Nuxeo SA. All rights reserved.