Uses of Interface
org.pentaho.platform.api.engine.IComponent
-
Packages that use IComponent Package Description org.pentaho.platform.api.data org.pentaho.platform.api.engine -
-
Uses of IComponent in org.pentaho.platform.api.data
Subinterfaces of IComponent in org.pentaho.platform.api.data Modifier and Type Interface Description interfaceIDataComponentThe data component interface extends component, and adds a single method -getResultSet().interfaceIPreparedComponentThe 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 IComponent Modifier and Type Method Description IComponentISolutionActionDefinition. getComponent()Returns the Component object that this ActionDefinition belongs to.Methods in org.pentaho.platform.api.engine with parameters of type IComponent Modifier and Type Method Description voidISolutionActionDefinition. setComponent(IComponent component)Sets the Component object that this definition will belong to.
-