Uses of Interface
org.pentaho.platform.api.engine.ILogger
Package
Description
-
Uses of ILogger in org.pentaho.platform.api.data
Modifier and TypeInterfaceDescriptioninterface
The data component interface extends component, and adds a single method -getResultSet()
.interface
The prepared component interface extends component, allowing components to go into a prepared state vs. -
Uses of ILogger in org.pentaho.platform.api.engine
Modifier and TypeInterfaceDescriptioninterface
A Component is the smallest module in the platform architecture and represents a unit of work, or an action to be performed.interface
This interface is implemented by bi-platform plugins, and is instantiated for each content request made to the plugin system via the IPluginManager API.interface
Provides an overall representation of the concept of a session.interface
This interface defines methods and constants that are used during action execution to resolve parameters, inputs and outputs, resources, and persist the runtime data.interface
The Solution Engine handles loading and launching execution of solutions and action sequences. -
Uses of ILogger in org.pentaho.platform.api.repository