public interface IDefinitionAwareAction extends IAction
IPreProcessingAction
.IAction
Modifier and Type | Method and Description |
---|---|
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.
|