Uses of Interface
org.pentaho.platform.api.engine.IComponent
Packages that use IComponent
-
Uses of IComponent in org.pentaho.platform.api.data
Subinterfaces of IComponent in org.pentaho.platform.api.dataModifier 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
Methods in org.pentaho.platform.api.engine that return IComponentModifier and TypeMethodDescriptionISolutionActionDefinition.getComponent()
Returns the Component object that this ActionDefinition belongs to.Methods in org.pentaho.platform.api.engine with parameters of type IComponentModifier and TypeMethodDescriptionvoid
ISolutionActionDefinition.setComponent
(IComponent component) Sets the Component object that this definition will belong to.