Class PageReplicationStatusModel
java.lang.Object
com.adobe.acs.commons.reports.models.PageReplicationStatusModel
- All Implemented Interfaces:
ReportCellCSVExporter
@Model(adaptables=org.apache.sling.api.resource.Resource.class)
public class PageReplicationStatusModel
extends Object
implements ReportCellCSVExporter
Model for getting the replication status for content.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the CSV value from the specified result based on the column configuration of the current cell.
-
Constructor Details
-
PageReplicationStatusModel
public PageReplicationStatusModel()
-
-
Method Details
-
getReplicationStatus
-
getValue
Description copied from interface:ReportCellCSVExporterGets the CSV value from the specified result based on the column configuration of the current cell.- Specified by:
getValuein interfaceReportCellCSVExporter- Parameters:
result- the report result- Returns:
- the CSV rendered result
-