public class JobExecutorParameters extends Object implements Cloneable
Constructor and Description |
---|
JobExecutorParameters() |
JobExecutorParameters(Node paramNode) |
JobExecutorParameters(Repository rep,
ObjectId id_step) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String[] |
getField() |
String[] |
getInput() |
String[] |
getVariable() |
String |
getXML() |
boolean |
isInheritingAllVariables() |
void |
saveRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
ObjectId id_transformation,
ObjectId id_step) |
void |
setField(String[] field) |
void |
setInheritingAllVariables(boolean inheritingAllVariables) |
void |
setInput(String[] input) |
void |
setVariable(String[] variable) |
public static final String XML_TAG
public JobExecutorParameters()
public JobExecutorParameters(Node paramNode)
public JobExecutorParameters(Repository rep, ObjectId id_step) throws KettleException
KettleException
public String getXML()
public void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId id_transformation, ObjectId id_step) throws KettleException
KettleException
public String[] getField()
public void setField(String[] field)
field
- the input field name to setpublic String[] getVariable()
public void setVariable(String[] variable)
variable
- the variable to setpublic boolean isInheritingAllVariables()
public void setInheritingAllVariables(boolean inheritingAllVariables)
inheritingAllVariables
- the inheritingAllVariables to setpublic String[] getInput()
public void setInput(String[] input)
input
- the input to setCopyright © 2018 Hitachi Vantara. All rights reserved.