Class SampleReportJobDelegate

    • Constructor Detail

      • SampleReportJobDelegate

        public SampleReportJobDelegate()
    • Method Detail

      • doExecute

        protected String doExecute​(boolean dryRun,
                                   OutputStream os,
                                   String executor,
                                   org.quartz.JobExecutionContext context)
                            throws org.quartz.JobExecutionException
        Description copied from class: AbstractReportJobDelegate
        The actual execution, delegated to child classes.
        Specified by:
        doExecute in class AbstractReportJobDelegate
        Parameters:
        dryRun - whether to actually touch the data
        os - where to stream report execution's data
        executor - the user executing this report
        context - Quartz' execution context, can be used to pass parameters to the job
        Returns:
        the report execution status to be set
        Throws:
        org.quartz.JobExecutionException - if anything goes wrong