Uses of Interface
org.pentaho.platform.api.data.IDataComponent

Packages that use IDataComponent
org.pentaho.platform.plugin.action.jfreereport.components   
org.pentaho.platform.plugin.action.mdx   
org.pentaho.platform.plugin.action.sql   
org.pentaho.platform.plugin.action.xmla   
 

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

Methods in org.pentaho.platform.plugin.action.jfreereport.components that return IDataComponent
 IDataComponent JFreeReportDataComponent.getDataComponent()
          Deprecated.  
 

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

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

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

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

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

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