JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.pentaho.platform.api.engine
Interface ISimplePojoComponent
@Deprecated
public interface
ISimplePojoComponent
Deprecated.
Pojo components are deprecated, use
IAction
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
boolean
execute
()
Deprecated.
boolean
validate
()
Deprecated.
Method Details
execute
boolean
execute
() throws
Exception
Deprecated.
Throws:
Exception
validate
boolean
validate
() throws
Exception
Deprecated.
Throws:
Exception
IAction