Interface ParameterContext

  • All Known Implementing Classes:
    DefaultParameterContext, ParameterContextWrapper

    public interface ParameterContext
    The parameter context is provided by the reporting engine to connect the parameter system with the data-sources and user-defined parameters..
    Author:
    Thomas Morgner
    • Method Detail

      • getDocumentMetaData

        org.pentaho.reporting.libraries.docbundle.DocumentMetaData getDocumentMetaData()
        the document metadata of the report. Can be null, if the report does not have a bundle associated or if this context is not part of a report-processing.
        Returns:
      • getParameterData

        DataRow getParameterData()
      • getContentBase

        org.pentaho.reporting.libraries.resourceloader.ResourceKey getContentBase()
      • getResourceManager

        org.pentaho.reporting.libraries.resourceloader.ResourceManager getResourceManager()
      • getConfiguration

        org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()