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-plugin
    Streaming CSV writer for exporting audit records
    • 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