org.pentaho.core.component |
|
Java Source File Name | Type | Comment |
IComponent.java | Interface | A Component is the smallest module in the platform architecture and
represents a unit of work, or an action to be performed. |
IDataComponent.java | Interface | The data component interface extends component, and adds a single
method - getResultSet() . |
IPreparedComponent.java | Interface | The prepared component interface extends component,
allowing components to go into a prepared state vs. |