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

Packages that use IComponent
org.pentaho.platform.api.data   
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.services.actionsequence   
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   
org.pentaho.test.platform.engine.core   
 

Uses of IComponent in org.pentaho.platform.api.data
 

Subinterfaces of IComponent in org.pentaho.platform.api.data
 interface IDataComponent
          The data component interface extends component, and adds a single method - getResultSet().
 interface IPreparedComponent
          The prepared component interface extends component, allowing components to go into a prepared state vs.
 

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

Methods in org.pentaho.platform.api.engine that return IComponent
 IComponent ISolutionActionDefinition.getComponent()
          Returns the Component object that this ActionDefinition belongs to.
 

Methods in org.pentaho.platform.api.engine with parameters of type IComponent
 void ISolutionActionDefinition.setComponent(IComponent component)
          Sets the Component object that this definition will belong to.
 

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

Methods in org.pentaho.platform.engine.services.actionsequence that return IComponent
 IComponent ActionDefinition.getComponent()
           
 

Methods in org.pentaho.platform.engine.services.actionsequence with parameters of type IComponent
 void ActionDefinition.setComponent(IComponent component)
           
 

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

Classes in org.pentaho.platform.engine.services.solution that implement IComponent
 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 IComponent in org.pentaho.platform.plugin.action.builtin
 

Classes in org.pentaho.platform.plugin.action.builtin that implement IComponent
 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 IComponent in org.pentaho.platform.plugin.action.datatransforms
 

Classes in org.pentaho.platform.plugin.action.datatransforms that implement IComponent
 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 IComponent in org.pentaho.platform.plugin.action.deprecated
 

Classes in org.pentaho.platform.plugin.action.deprecated that implement IComponent
 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 IComponent in org.pentaho.platform.plugin.action.eclipsebirt
 

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

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

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

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

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

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

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

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

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

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

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

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

Classes in org.pentaho.platform.plugin.action.jfreereport that implement IComponent
 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 IComponent in org.pentaho.platform.plugin.action.jfreereport.components
 

Classes in org.pentaho.platform.plugin.action.jfreereport.components that implement IComponent
 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 IComponent in org.pentaho.platform.plugin.action.jfreereport.outputs
 

Classes in org.pentaho.platform.plugin.action.jfreereport.outputs that implement IComponent
 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 IComponent in org.pentaho.platform.plugin.action.kettle
 

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

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

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

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

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

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

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

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

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

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

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

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

Classes in org.pentaho.platform.plugin.action.versionchecker that implement IComponent
 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 IComponent in org.pentaho.platform.plugin.action.xml.webservice
 

Classes in org.pentaho.platform.plugin.action.xml.webservice that implement IComponent
 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 IComponent in org.pentaho.platform.plugin.action.xml.xquery
 

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

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

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

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

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

Uses of IComponent in org.pentaho.test.platform.engine.core
 

Classes in org.pentaho.test.platform.engine.core that implement IComponent
 class MockComponent