Class JobExecutorParameters
java.lang.Object
org.pentaho.di.trans.steps.jobexecutor.JobExecutorParameters
- All Implemented Interfaces:
- Cloneable
The job to be executed in the transformation can receive parameters. These are either coming from an input row (the
 first row in a group of rows) or from a static variable or value.
- Since:
- 2011-AUG-29
- Version:
- 4.3
- Author:
- matt
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionJobExecutorParameters(Repository rep, org.pentaho.di.repository.ObjectId id_step) JobExecutorParameters(Node paramNode) 
- 
Method SummaryModifier and TypeMethodDescriptionclone()String[]getField()String[]getInput()String[]getXML()booleanvoidsaveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_transformation, org.pentaho.di.repository.ObjectId id_step) voidvoidsetInheritingAllVariables(boolean inheritingAllVariables) voidvoidsetVariable(String[] variable) 
- 
Field Details- 
XML_TAG- See Also:
 
 
- 
- 
Constructor Details- 
JobExecutorParameterspublic JobExecutorParameters()
- 
JobExecutorParameters
- 
JobExecutorParameterspublic JobExecutorParameters(Repository rep, org.pentaho.di.repository.ObjectId id_step) throws org.pentaho.di.core.exception.KettleException - Throws:
- org.pentaho.di.core.exception.KettleException
 
 
- 
- 
Method Details- 
clone
- 
getXML
- 
saveReppublic void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_transformation, org.pentaho.di.repository.ObjectId id_step) throws org.pentaho.di.core.exception.KettleException - Throws:
- org.pentaho.di.core.exception.KettleException
 
- 
getField- Returns:
- the field name to use
 
- 
setField- Parameters:
- field- the input field name to set
 
- 
getVariable- Returns:
- the variable
 
- 
setVariable- Parameters:
- variable- the variable to set
 
- 
isInheritingAllVariablespublic boolean isInheritingAllVariables()- Returns:
- the inheritingAllVariables
 
- 
setInheritingAllVariablespublic void setInheritingAllVariables(boolean inheritingAllVariables) - Parameters:
- inheritingAllVariables- the inheritingAllVariables to set
 
- 
getInput- Returns:
- the input
 
- 
setInput- Parameters:
- input- the input to set
 
 
-