Interface ReportCellCSVExporter

All Known Implementing Classes:
ContainingPageReportCellCSVExporter, DateReportCellCSVExporter, PageReplicationStatusModel, PathReportCellCSVExporter, PredictedTagReportCellCSVExporter, ReferencesModel, StringReportCellCSVExporter, TagReportCellCSVExporter

public interface ReportCellCSVExporter
Interface for Sling Models to implement to support exporting data for a report column to a CSV
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(Object result)
    Gets the CSV value from the specified result based on the column configuration of the current cell.
  • Method Details

    • getValue

      String getValue(Object result)
      Gets the CSV value from the specified result based on the column configuration of the current cell.
      Parameters:
      result - the report result
      Returns:
      the CSV rendered result