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

Packages that use IAuditable
org.pentaho.platform.api.data   
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.core.system   
org.pentaho.platform.engine.security.session   
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   
org.pentaho.platform.web.http.session   
org.pentaho.platform.web.portal   
org.pentaho.test.platform.engine.core   
 

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

Subinterfaces of IAuditable 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 IAuditable in org.pentaho.platform.api.engine
 

Subinterfaces of IAuditable in org.pentaho.platform.api.engine
 interface IComponent
          A Component is the smallest module in the platform architecture and represents a unit of work, or an action to be performed.
 interface IPentahoSession
          Provides an overall representation of the concept of a session.
 interface IRuntimeContext
          This interface defines methods and constants that are used during action execution to resolve parameters, inputs and outputs, resources, and persist the runtime data.
 

Uses of IAuditable in org.pentaho.platform.engine.core.system
 

Classes in org.pentaho.platform.engine.core.system that implement IAuditable
 class BaseSession
           
 class StandaloneSession
           
 class SystemStartupSession
          This class represents the system startup session.
 class UserSession
           
 

Uses of IAuditable in org.pentaho.platform.engine.security.session
 

Classes in org.pentaho.platform.engine.security.session that implement IAuditable
 class TrustedSystemStartupSession
          A "bootstrap" session used to initialize the platform.
 

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

Classes in org.pentaho.platform.engine.services.runtime that implement IAuditable
 class RuntimeContext
           
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Uses of IAuditable in org.pentaho.platform.web.http.session
 

Classes in org.pentaho.platform.web.http.session that implement IAuditable
 class PentahoHttpSession
           
 

Uses of IAuditable in org.pentaho.platform.web.portal
 

Classes in org.pentaho.platform.web.portal that implement IAuditable
 class PentahoPortletSession
           
 

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

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