| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 StepIOMetaInterfacepublic void setInputAcceptor(boolean inputAcceptor)
inputAcceptor - the inputAcceptor to setpublic boolean isOutputProducer()
isOutputProducer in interface StepIOMetaInterfacepublic void setOutputProducer(boolean outputProducer)
outputProducer - the outputProducer to setpublic boolean isInputOptional()
isInputOptional in interface StepIOMetaInterfacepublic void setInputOptional(boolean inputOptional)
inputOptional - the inputOptional to setpublic List<StreamInterface> getInfoStreams()
getInfoStreams in interface StepIOMetaInterfacepublic List<StreamInterface> getTargetStreams()
getTargetStreams in interface StepIOMetaInterfacepublic boolean isSortedDataRequired()
isSortedDataRequired in interface StepIOMetaInterfacepublic void setSortedDataRequired(boolean sortedDataRequired)
sortedDataRequired - the sortedDataRequired to setpublic void addStream(StreamInterface stream)
StepIOMetaInterface
addStream in interface StepIOMetaInterfacestream - The stream to addpublic String[] getInfoStepnames()
getInfoStepnames in interface StepIOMetaInterfacepublic String[] getTargetStepnames()
getTargetStepnames in interface StepIOMetaInterfacepublic void setInfoSteps(StepMeta[] infoSteps)
setInfoSteps in interface StepIOMetaInterfaceinfoSteps - public String getGeneralInfoDescription()
getGeneralInfoDescription in interface StepIOMetaInterfacepublic void setGeneralInfoDescription(String generalInfoDescription)
StepIOMetaInterface
setGeneralInfoDescription in interface StepIOMetaInterfacegeneralInfoDescription - the generalInfoDescription to setpublic String getGeneralTargetDescription()
getGeneralTargetDescription in interface StepIOMetaInterfacepublic void setGeneralTargetDescription(String generalTargetDescription)
StepIOMetaInterface
setGeneralTargetDescription in interface StepIOMetaInterfacegeneralTargetDescription - the generalTargetDescription to setpublic void clearStreams()
public boolean isOutputDynamic()
isOutputDynamic in interface StepIOMetaInterfacepublic void setOutputDynamic(boolean outputDynamic)
setOutputDynamic in interface StepIOMetaInterfaceoutputDynamic - the outputDynamic to setpublic boolean isInputDynamic()
isInputDynamic in interface StepIOMetaInterfacepublic void setInputDynamic(boolean inputDynamic)
setInputDynamic in interface StepIOMetaInterfaceinputDynamic - the inputDynamic to setpublic StreamInterface findTargetStream(StepMeta targetStep)
findTargetStream in interface StepIOMetaInterfacepublic StreamInterface findInfoStream(StepMeta infoStep)
findInfoStream in interface StepIOMetaInterface
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||