Class WizardProcessorUtil


  • public class WizardProcessorUtil
    extends Object
    • Method Detail

      • isCacheEnabled

        public static boolean isCacheEnabled​(org.pentaho.reporting.engine.classic.core.ReportDefinition reportDefinition)
      • materialize

        public static org.pentaho.reporting.engine.classic.core.SubReport materialize​(org.pentaho.reporting.engine.classic.core.SubReport report,
                                                                                      WizardProcessor processor)
                                                                               throws org.pentaho.reporting.engine.classic.core.ReportProcessingException
        Throws:
        org.pentaho.reporting.engine.classic.core.ReportProcessingException
      • materialize

        public static org.pentaho.reporting.engine.classic.core.MasterReport materialize​(org.pentaho.reporting.engine.classic.core.MasterReport report,
                                                                                         WizardProcessor processor)
                                                                                  throws org.pentaho.reporting.engine.classic.core.ReportProcessingException
        Throws:
        org.pentaho.reporting.engine.classic.core.ReportProcessingException
      • resetDocumentMetaData

        public static void resetDocumentMetaData​(org.pentaho.reporting.engine.classic.core.MasterReport masterReport)
        Deprecated.
        Use DesignTimeUtil.resetTemplate(..) to reset the template properties.
        Parameters:
        masterReport -
      • ensureWizardProcessorIsAdded

        public static void ensureWizardProcessorIsAdded​(org.pentaho.reporting.engine.classic.core.AbstractReportDefinition element,
                                                        WizardProcessor processor)
      • applyWizardSpec

        public static void applyWizardSpec​(org.pentaho.reporting.engine.classic.core.AbstractReportDefinition definition,
                                           WizardSpecification wizardSpecification)
      • loadWizardSpecification

        public static WizardSpecification loadWizardSpecification​(org.pentaho.reporting.engine.classic.core.AbstractReportDefinition definition,
                                                                  org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
                                                           throws org.pentaho.reporting.engine.classic.core.ReportProcessingException
        Throws:
        org.pentaho.reporting.engine.classic.core.ReportProcessingException
      • isGroupMatchesType

        public static boolean isGroupMatchesType​(org.pentaho.reporting.engine.classic.core.Group group,
                                                 GroupType type)