Package org.nuxeo.ecm.platform.audit.io
Class LogEntryListCSVWriter
java.lang.Object
org.nuxeo.ecm.core.io.marshallers.csv.AbstractCSVWriter<List<LogEntry>>
org.nuxeo.ecm.platform.audit.io.LogEntryListCSVWriter
@Setup(mode=SINGLETON,
priority=2000)
public class LogEntryListCSVWriter
extends AbstractCSVWriter<List<LogEntry>>
- Since:
- 11.1
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.io.marshallers.csv.AbstractCSVWriter
ctx, registry, schemaManager, TEXT_CSV, TEXT_CSV_TYPE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.ecm.core.io.marshallers.csv.AbstractCSVWriter
accept, getCSVPrinter, printCalendar, write
-
Constructor Details
-
LogEntryListCSVWriter
public LogEntryListCSVWriter()
-
-
Method Details
-
write
protected void write(List<LogEntry> entity, org.apache.commons.csv.CSVPrinter printer) throws IOException - Specified by:
write
in classAbstractCSVWriter<List<LogEntry>>
- Throws:
IOException
-
writeHeader
protected void writeHeader(List<LogEntry> entity, org.apache.commons.csv.CSVPrinter printer) throws IOException - Specified by:
writeHeader
in classAbstractCSVWriter<List<LogEntry>>
- Throws:
IOException
-