Class PostReportGenerationPhase

  • All Implemented Interfaces:
    RuleProvider, org.ocpsoft.common.pattern.Specialized<Object>, org.ocpsoft.common.pattern.Weighted, org.ocpsoft.rewrite.config.ConfigurationProvider<RuleLoaderContext>, org.ocpsoft.rewrite.context.Context

    public class PostReportGenerationPhase
    extends RulePhase
    Previous: ReportGenerationPhase
    Next: ReportRenderingPhase

    This occurs immediately after the main tasks of report generation. This can be used to generate reports that will need data from all of the other reports that have been previously generated.

    Author:
    Jesse Sightler