Interface AuditService.AuditCSVWriter
-
- All Known Implementing Classes:
AuditCSVWriterImpl
- Enclosing interface:
- AuditService
@Deprecated public static interface AuditService.AuditCSVWriter
Deprecated.since 7.5.0. Use AuditCsvExportService from atlassian-audit-pluginStreaming CSV writer for exporting audit records
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AuditService.AuditCSVWriterwithFinder(AuditService.AuditRecordFinder finder)Deprecated.Configure this CSV writer to only export the audit records located by the given findervoidwrite(OutputStream output)Deprecated.Writes the audit records this writer is concerned with to the given output stream
-
-
-
Method Detail
-
write
void write(OutputStream output) throws IOException
Deprecated.Writes the audit records this writer is concerned with to the given output stream- Parameters:
output- The output stream where this data should be written- Throws:
IOException
-
withFinder
AuditService.AuditCSVWriter withFinder(AuditService.AuditRecordFinder finder)
Deprecated.Configure this CSV writer to only export the audit records located by the given finder- Parameters:
finder- AuditRecordFinder specifying the search params that will be used to filter the audit records
-
-