Uses of Interface
org.pentaho.platform.api.engine.IComponent
-
Uses of IComponent 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 IComponent in org.pentaho.platform.api.engine
Modifier and TypeMethodDescriptionISolutionActionDefinition.getComponent()
Returns the Component object that this ActionDefinition belongs to.Modifier and TypeMethodDescriptionvoid
ISolutionActionDefinition.setComponent
(IComponent component) Sets the Component object that this definition will belong to.