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
-
Method Details
-
getValue
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
-