| Package | Description | 
|---|---|
| org.pentaho.platform.api.data | |
| org.pentaho.platform.api.engine | 
| Modifier and Type | Interface and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IComponent | 
ISolutionActionDefinition.getComponent()
Returns the Component object that this ActionDefinition belongs to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ISolutionActionDefinition.setComponent(IComponent component)
Sets the Component object that this definition will belong to. 
 |