|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.step.StepIOMeta
public class StepIOMeta
Constructor Summary | |
---|---|
StepIOMeta(boolean inputAcceptor,
boolean outputProducer,
boolean inputOptional,
boolean sortedDataRequired,
boolean inputDynamic,
boolean outputDynamic)
|
Method Summary | |
---|---|
void |
addStream(StreamInterface stream)
Add a stream to the steps I/O interface |
void |
clearStreams()
|
StreamInterface |
findInfoStream(StepMeta infoStep)
|
StreamInterface |
findTargetStream(StepMeta targetStep)
|
String |
getGeneralInfoDescription()
|
String |
getGeneralTargetDescription()
|
String[] |
getInfoStepnames()
|
List<StreamInterface> |
getInfoStreams()
|
String[] |
getTargetStepnames()
|
List<StreamInterface> |
getTargetStreams()
|
boolean |
isInputAcceptor()
|
boolean |
isInputDynamic()
|
boolean |
isInputOptional()
|
boolean |
isOutputDynamic()
|
boolean |
isOutputProducer()
|
boolean |
isSortedDataRequired()
|
void |
setGeneralInfoDescription(String generalInfoDescription)
Set the general info stream description |
void |
setGeneralTargetDescription(String generalTargetDescription)
Set the general target stream description |
void |
setInfoSteps(StepMeta[] infoSteps)
Replace the info steps with the supplied source steps. |
void |
setInputAcceptor(boolean inputAcceptor)
|
void |
setInputDynamic(boolean inputDynamic)
|
void |
setInputOptional(boolean inputOptional)
|
void |
setOutputDynamic(boolean outputDynamic)
|
void |
setOutputProducer(boolean outputProducer)
|
void |
setSortedDataRequired(boolean sortedDataRequired)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StepIOMeta(boolean inputAcceptor, boolean outputProducer, boolean inputOptional, boolean sortedDataRequired, boolean inputDynamic, boolean outputDynamic)
inputAcceptor
- outputProducer
- Method Detail |
---|
public boolean isInputAcceptor()
isInputAcceptor
in interface StepIOMetaInterface
public void setInputAcceptor(boolean inputAcceptor)
inputAcceptor
- the inputAcceptor to setpublic boolean isOutputProducer()
isOutputProducer
in interface StepIOMetaInterface
public void setOutputProducer(boolean outputProducer)
outputProducer
- the outputProducer to setpublic boolean isInputOptional()
isInputOptional
in interface StepIOMetaInterface
public void setInputOptional(boolean inputOptional)
inputOptional
- the inputOptional to setpublic List<StreamInterface> getInfoStreams()
getInfoStreams
in interface StepIOMetaInterface
public List<StreamInterface> getTargetStreams()
getTargetStreams
in interface StepIOMetaInterface
public boolean isSortedDataRequired()
isSortedDataRequired
in interface StepIOMetaInterface
public void setSortedDataRequired(boolean sortedDataRequired)
sortedDataRequired
- the sortedDataRequired to setpublic void addStream(StreamInterface stream)
StepIOMetaInterface
addStream
in interface StepIOMetaInterface
stream
- The stream to addpublic String[] getInfoStepnames()
getInfoStepnames
in interface StepIOMetaInterface
public String[] getTargetStepnames()
getTargetStepnames
in interface StepIOMetaInterface
public void setInfoSteps(StepMeta[] infoSteps)
setInfoSteps
in interface StepIOMetaInterface
infoSteps
- public String getGeneralInfoDescription()
getGeneralInfoDescription
in interface StepIOMetaInterface
public void setGeneralInfoDescription(String generalInfoDescription)
StepIOMetaInterface
setGeneralInfoDescription
in interface StepIOMetaInterface
generalInfoDescription
- the generalInfoDescription to setpublic String getGeneralTargetDescription()
getGeneralTargetDescription
in interface StepIOMetaInterface
public void setGeneralTargetDescription(String generalTargetDescription)
StepIOMetaInterface
setGeneralTargetDescription
in interface StepIOMetaInterface
generalTargetDescription
- the generalTargetDescription to setpublic void clearStreams()
public boolean isOutputDynamic()
isOutputDynamic
in interface StepIOMetaInterface
public void setOutputDynamic(boolean outputDynamic)
setOutputDynamic
in interface StepIOMetaInterface
outputDynamic
- the outputDynamic to setpublic boolean isInputDynamic()
isInputDynamic
in interface StepIOMetaInterface
public void setInputDynamic(boolean inputDynamic)
setInputDynamic
in interface StepIOMetaInterface
inputDynamic
- the inputDynamic to setpublic StreamInterface findTargetStream(StepMeta targetStep)
findTargetStream
in interface StepIOMetaInterface
public StreamInterface findInfoStream(StepMeta infoStep)
findInfoStream
in interface StepIOMetaInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |