|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDefinitionAwareAction
Makes an Action privy to certain details about the action definition that is responsible for
executing it. This is the only Action interface that should know anything about an action definition
or the fact that it is even being executed by way of an action sequence at all, for that matter.
This interface is often used in concert with IPreProcessingAction
.
IAction
Method Summary | |
---|---|
void |
setInputNames(List<String> inputNames)
Informs the Action of the inputs that will be given to it, as specified in the action definition. |
void |
setOutputNames(List<String> outputNames)
Informs the Action of the outputs that will be expected of it, as specified in the action definition. |
Methods inherited from interface org.pentaho.platform.api.action.IAction |
---|
execute |
Method Detail |
---|
void setInputNames(List<String> inputNames)
inputNames
- names of the action definition inputsvoid setOutputNames(List<String> outputNames)
inputNames
- names of the action definition inputs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |