Class ReportRunner

java.lang.Object
com.adobe.acs.commons.reports.models.ReportRunner

@Model(adaptables=org.apache.sling.api.SlingHttpServletRequest.class) public class ReportRunner extends Object
Model for executing report requests.
  • Field Details

  • Constructor Details

    • ReportRunner

      public ReportRunner(org.apache.sling.api.SlingHttpServletRequest request)
  • Method Details

    • getFailureMessage

      public String getFailureMessage()
    • getReportExecutor

      public ReportExecutor getReportExecutor()
      Gets the ReportExecutor.
      Returns:
      the report executor
    • init

      @PostConstruct protected void init()
    • isSuccessful

      public boolean isSuccessful()