Class AuditCSVWriterImpl
- java.lang.Object
-
- com.atlassian.confluence.api.impl.service.audit.AuditCSVWriterImpl
-
- All Implemented Interfaces:
AuditService.AuditCSVWriter
@Deprecated public class AuditCSVWriterImpl extends Object implements AuditService.AuditCSVWriter
Deprecated.since 7.5.0. Use AuditCsvExportService from atlassian-audit-plugin- Since:
- 7.5.0
-
-
Constructor Summary
Constructors Constructor Description AuditCSVWriterImpl(com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager, SettingsManager settingsManager, I18NBeanFactory i18NBeanFactory)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AuditService.AuditCSVWriter
withFinder(AuditService.AuditRecordFinder finder)
Deprecated.Configure this CSV writer to only export the audit records located by the given findervoid
write(OutputStream output)
Deprecated.Writes the audit records this writer is concerned with to the given output stream
-
-
-
Constructor Detail
-
AuditCSVWriterImpl
public AuditCSVWriterImpl(com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager, SettingsManager settingsManager, I18NBeanFactory i18NBeanFactory)
Deprecated.
-
-
Method Detail
-
write
public void write(OutputStream output) throws IOException
Deprecated.Description copied from interface:AuditService.AuditCSVWriter
Writes the audit records this writer is concerned with to the given output stream- Specified by:
write
in interfaceAuditService.AuditCSVWriter
- Parameters:
output
- The output stream where this data should be written- Throws:
IOException
-
withFinder
public AuditService.AuditCSVWriter withFinder(AuditService.AuditRecordFinder finder)
Deprecated.Description copied from interface:AuditService.AuditCSVWriter
Configure this CSV writer to only export the audit records located by the given finder- Specified by:
withFinder
in interfaceAuditService.AuditCSVWriter
- Parameters:
finder
- AuditRecordFinder specifying the search params that will be used to filter the audit records
-
-