Uses of Interface
org.pentaho.platform.api.engine.IParameterResolver

Packages that use IParameterResolver
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.services.actionsequence   
org.pentaho.platform.engine.services.runtime   
org.pentaho.platform.engine.services.solution   
org.pentaho.platform.plugin.action.builtin   
org.pentaho.platform.plugin.action.datatransforms   
org.pentaho.platform.plugin.action.deprecated   
org.pentaho.platform.plugin.action.eclipsebirt   
org.pentaho.platform.plugin.action.examples   
org.pentaho.platform.plugin.action.hql   
org.pentaho.platform.plugin.action.jasperreports   
org.pentaho.platform.plugin.action.javascript   
org.pentaho.platform.plugin.action.jfreechart   
org.pentaho.platform.plugin.action.jfreereport   
org.pentaho.platform.plugin.action.jfreereport.components   
org.pentaho.platform.plugin.action.jfreereport.outputs   
org.pentaho.platform.plugin.action.kettle   
org.pentaho.platform.plugin.action.mdx   
org.pentaho.platform.plugin.action.mondrian   
org.pentaho.platform.plugin.action.openflashchart   
org.pentaho.platform.plugin.action.pentahometadata   
org.pentaho.platform.plugin.action.sql   
org.pentaho.platform.plugin.action.versionchecker   
org.pentaho.platform.plugin.action.xml.webservice   
org.pentaho.platform.plugin.action.xml.xquery   
org.pentaho.platform.plugin.action.xmla   
org.pentaho.platform.scheduler.action   
 

Uses of IParameterResolver in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine with parameters of type IParameterResolver
 String IRuntimeContext.applyInputsToFormat(String format, IParameterResolver resolver)
          Does parameter substitution on the input string, searching for all parameter declarations in the input string, and substituting the value from the matching input parameter.
 

Uses of IParameterResolver in org.pentaho.platform.engine.services.actionsequence
 

Constructors in org.pentaho.platform.engine.services.actionsequence with parameters of type IParameterResolver
ActionSequenceParameterMgr(IRuntimeContext runtimeContext, IPentahoSession session, IParameterResolver parameterResolver)
           
 

Uses of IParameterResolver in org.pentaho.platform.engine.services.runtime
 

Classes in org.pentaho.platform.engine.services.runtime that implement IParameterResolver
 class MapParameterResolver
          This is a utility class that implements the IParameterResolver and resolves parameters based on a lookup map provided.
 

Methods in org.pentaho.platform.engine.services.runtime with parameters of type IParameterResolver
 String RuntimeContext.applyInputsToFormat(String format, IParameterResolver resolver)
           
static String TemplateUtil.applyTemplate(String template, IRuntimeContext context, IParameterResolver resolver)
           
static String TemplateUtil.applyTemplate(String template, Properties inputs, IParameterResolver resolver)
           
static String TemplateUtil.applyTemplate(String template, Properties inputs, Pattern parameterPattern, IParameterResolver resolver)
          Processes a template by processing the parameters declared in the template.
 

Uses of IParameterResolver in org.pentaho.platform.engine.services.solution
 

Classes in org.pentaho.platform.engine.services.solution that implement IParameterResolver
 class ComponentBase
           
 class PojoComponent
          This class interfaces with a plain old Java object and makes it available as a component within the Pentaho platform.
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.builtin
 

Classes in org.pentaho.platform.plugin.action.builtin that implement IParameterResolver
 class ContentRepositoryCleaner
           
 class EmailComponent
           
 class InstanceEnd
           
 class PrintComponent
          Implements a PrintComponent class that will send a attached print file to a specified printer.
 class SecureFilterComponent
          The secure filter component has two separate but related functions.
 class SubActionComponent
           
 class TemplateComponent
           
 class TestComponent
           
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.datatransforms
 

Classes in org.pentaho.platform.plugin.action.datatransforms that implement IParameterResolver
 class ResultSetCompareComponent
           
 class ResultSetCrosstabComponent
           
 class ResultSetExportComponent
          Implements a PrintComponent class that will send a attached print file to a specified printer.
 class ResultSetFlattenerComponent
          This class flattens an IPentahoResultSet by looking at a particular column.
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.deprecated
 

Classes in org.pentaho.platform.plugin.action.deprecated that implement IParameterResolver
 class ContentOutputComponent
          This component takes an input, and writes the output into the current output handler.
 class UtilityComponent
          Provides utilities to help manipulate parameters used in action sequences.
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.eclipsebirt
 

Classes in org.pentaho.platform.plugin.action.eclipsebirt that implement IParameterResolver
 class BIRTReportComponent
           
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.examples
 

Classes in org.pentaho.platform.plugin.action.examples that implement IParameterResolver
 class HelloWorldComponent
           
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.hql
 

Classes in org.pentaho.platform.plugin.action.hql that implement IParameterResolver
 class HQLBaseComponent
           
 class HQLDataComponent
           
 class HQLLookupRule
           
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.jasperreports
 

Classes in org.pentaho.platform.plugin.action.jasperreports that implement IParameterResolver
 class JasperReportsComponent
           
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.javascript
 

Classes in org.pentaho.platform.plugin.action.javascript that implement IParameterResolver
 class JavascriptRule
           
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.jfreechart
 

Classes in org.pentaho.platform.plugin.action.jfreechart that implement IParameterResolver
 class ChartComponent
           
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.jfreereport
 

Classes in org.pentaho.platform.plugin.action.jfreereport that implement IParameterResolver
 class AbstractJFreeReportComponent
           
 class JFreeReportComponent
          The JFreeReportComponent provides a simple-to-use frontend for the reporting process.
 class JFreeReportGeneratorComponent
           
 class ReportWizardSpecComponent
          The report-wizard component generates a report definition from a report-spec file.
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.jfreereport.components
 

Classes in org.pentaho.platform.plugin.action.jfreereport.components that implement IParameterResolver
 class JFreeReportConfigParameterComponent
          Deprecated.  
 class JFreeReportDataComponent
          Deprecated.  
 class JFreeReportGenerateDefinitionComponent
          Deprecated.  
 class JFreeReportLoadComponent
          Deprecated. This code has known bugs and it is highly recommended that it not be used by any sane person
 class JFreeReportParametersComponent
          Deprecated.  
 class JFreeReportValidateParametersComponent
          Creation-Date: 07.07.2006, 16:26:25
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.jfreereport.outputs
 

Classes in org.pentaho.platform.plugin.action.jfreereport.outputs that implement IParameterResolver
 class AbstractGenerateContentComponent
          The base class for all content generating components.
 class AbstractGenerateStreamContentComponent
          Creation-Date: 07.07.2006, 20:50:22
 class JFreeReportAllContentComponent
          Creation-Date: 07.07.2006, 21:01:58
 class JFreeReportCSVComponent
          Creation-Date: 07.07.2006, 20:42:17
 class JFreeReportDirectoryHtmlComponent
          Creation-Date: 07.07.2006, 20:42:17
 class JFreeReportExcelComponent
          Creation-Date: 07.07.2006, 20:42:17
 class JFreeReportHtmlComponent
          Creation-Date: 07.07.2006, 20:42:17
 class JFreeReportPdfComponent
          Creation-Date: 07.07.2006, 20:42:17
 class JFreeReportPreviewSwingComponent
          Creation-Date: 07.07.2006, 14:06:43
 class JFreeReportPrintComponent
          Creation-Date: 07.07.2006, 20:06:56
 class JFreeReportRTFComponent
          Creation-Date: 07.07.2006, 20:42:17
 class JFreeReportStreamHtmlComponent
          Creation-Date: 07.07.2006, 20:42:17
 class JFreeReportXmlComponent
          Creation-Date: 07.07.2006, 20:42:17
 class JFreeReportZipHtmlComponent
          Creation-Date: 07.07.2006, 20:42:17
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.kettle
 

Classes in org.pentaho.platform.plugin.action.kettle that implement IParameterResolver
 class Custom1
           
 class KettleComponent
          KettleComponent shows a list of available transformations in the root of the choosen repository.
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.mdx
 

Classes in org.pentaho.platform.plugin.action.mdx that implement IParameterResolver
 class MDXBaseComponent
           
 class MDXDataComponent
           
 class MDXLookupRule
           
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.mondrian
 

Classes in org.pentaho.platform.plugin.action.mondrian that implement IParameterResolver
 class MondrianModelComponent
           
 class PivotViewComponent
           
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.openflashchart
 

Classes in org.pentaho.platform.plugin.action.openflashchart that implement IParameterResolver
 class OpenFlashChartComponent
          This component is a contribution from Nick Goodman and Tom Qin, it conforms to the ChartComponent API.
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.pentahometadata
 

Classes in org.pentaho.platform.plugin.action.pentahometadata that implement IParameterResolver
 class MQLRelationalDataComponent
          Deprecated.  
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.sql
 

Classes in org.pentaho.platform.plugin.action.sql that implement IParameterResolver
 class SQLBaseComponent
          SQLBaseComponent is the base class for SQLExecute and SQLLookupRule.
 class SQLDataComponent
           
 class SQLDdlComponent
           
 class SQLExecute
           
 class SQLLookupRule
           
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.versionchecker
 

Classes in org.pentaho.platform.plugin.action.versionchecker that implement IParameterResolver
 class PentahoVersionCheckComponent
          Version Check Component This component makes a call to pentaho's server to see if a new version is a vailable.
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.xml.webservice
 

Classes in org.pentaho.platform.plugin.action.xml.webservice that implement IParameterResolver
 class WebServiceLookupRule
          Performs the action of processing a webservice call in an action by doing the same functionality as the XQuery action (but not trying to retrieve the column types).
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.xml.xquery
 

Classes in org.pentaho.platform.plugin.action.xml.xquery that implement IParameterResolver
 class XQueryBaseComponent
          XQueryBaseComponent provides a mechanism to run xqueries within the Pentaho BI Platform.
 class XQueryLookupRule
           
 

Uses of IParameterResolver in org.pentaho.platform.plugin.action.xmla
 

Classes in org.pentaho.platform.plugin.action.xmla that implement IParameterResolver
 class XMLABaseComponent
           
 class XMLADataComponent
           
 class XMLALookupRule
           
 

Uses of IParameterResolver in org.pentaho.platform.scheduler.action
 

Classes in org.pentaho.platform.scheduler.action that implement IParameterResolver
 class JobSchedulerComponent
           
 class SchedulerAdminComponent