Uses of Interface
org.pentaho.di.trans.step.errorhandling.StreamInterface

Packages that use StreamInterface
org.pentaho.di.trans.step   
org.pentaho.di.trans.step.errorhandling   
org.pentaho.di.trans.steps.filterrows   
org.pentaho.di.trans.steps.fuzzymatch   
org.pentaho.di.trans.steps.streamlookup   
org.pentaho.di.trans.steps.switchcase   
org.pentaho.di.trans.steps.tableinput   
org.pentaho.di.trans.steps.validator   
org.pentaho.di.ui.spoon.trans   
 

Uses of StreamInterface in org.pentaho.di.trans.step
 

Methods in org.pentaho.di.trans.step that return StreamInterface
 StreamInterface StepIOMeta.findInfoStream(StepMeta infoStep)
           
 StreamInterface StepIOMetaInterface.findInfoStream(StepMeta infoStep)
           
 StreamInterface StepIOMeta.findTargetStream(StepMeta targetStep)
           
 StreamInterface StepIOMetaInterface.findTargetStream(StepMeta targetStep)
           
 

Methods in org.pentaho.di.trans.step that return types with arguments of type StreamInterface
 List<StreamInterface> StepIOMeta.getInfoStreams()
           
 List<StreamInterface> StepIOMetaInterface.getInfoStreams()
           
 List<StreamInterface> StepMetaInterface.getOptionalStreams()
           
 List<StreamInterface> BaseStepMeta.getOptionalStreams()
           
 List<StreamInterface> StepIOMeta.getTargetStreams()
           
 List<StreamInterface> StepIOMetaInterface.getTargetStreams()
           
 

Methods in org.pentaho.di.trans.step with parameters of type StreamInterface
 void StepIOMeta.addStream(StreamInterface stream)
           
 void StepIOMetaInterface.addStream(StreamInterface stream)
          Add a stream to the steps I/O interface
 void StepMetaInterface.handleStreamSelection(StreamInterface stream)
          When an optional stream is selected, this method is called to handled the ETL metadata implications of that.
 void BaseStepMeta.handleStreamSelection(StreamInterface stream)
          When an optional stream is selected, this method is called to handled the ETL metadata implications of that.
 

Uses of StreamInterface in org.pentaho.di.trans.step.errorhandling
 

Classes in org.pentaho.di.trans.step.errorhandling that implement StreamInterface
 class Stream
           
 

Uses of StreamInterface in org.pentaho.di.trans.steps.filterrows
 

Methods in org.pentaho.di.trans.steps.filterrows with parameters of type StreamInterface
 void FilterRowsMeta.handleStreamSelection(StreamInterface stream)
          When an optional stream is selected, this method is called to handled the ETL metadata implications of that.
 

Uses of StreamInterface in org.pentaho.di.trans.steps.fuzzymatch
 

Fields in org.pentaho.di.trans.steps.fuzzymatch declared as StreamInterface
 StreamInterface FuzzyMatchData.infoStream
           
 

Uses of StreamInterface in org.pentaho.di.trans.steps.streamlookup
 

Fields in org.pentaho.di.trans.steps.streamlookup declared as StreamInterface
 StreamInterface StreamLookupData.infoStream
           
 

Uses of StreamInterface in org.pentaho.di.trans.steps.switchcase
 

Methods in org.pentaho.di.trans.steps.switchcase that return types with arguments of type StreamInterface
 List<StreamInterface> SwitchCaseMeta.getOptionalStreams()
           
 

Methods in org.pentaho.di.trans.steps.switchcase with parameters of type StreamInterface
 void SwitchCaseMeta.handleStreamSelection(StreamInterface stream)
           
 

Uses of StreamInterface in org.pentaho.di.trans.steps.tableinput
 

Fields in org.pentaho.di.trans.steps.tableinput declared as StreamInterface
 StreamInterface TableInputData.infoStream
           
 

Uses of StreamInterface in org.pentaho.di.trans.steps.validator
 

Methods in org.pentaho.di.trans.steps.validator that return types with arguments of type StreamInterface
 List<StreamInterface> ValidatorMeta.getOptionalStreams()
           
 

Methods in org.pentaho.di.trans.steps.validator with parameters of type StreamInterface
 void ValidatorMeta.handleStreamSelection(StreamInterface stream)
           
 

Uses of StreamInterface in org.pentaho.di.ui.spoon.trans
 

Methods in org.pentaho.di.ui.spoon.trans that return types with arguments of type StreamInterface
 List<StreamInterface> StreamOptions.getOptions()
           
 

Method parameters in org.pentaho.di.ui.spoon.trans with type arguments of type StreamInterface
 void StreamOptions.setOptions(List<StreamInterface> options)
           
 

Constructor parameters in org.pentaho.di.ui.spoon.trans with type arguments of type StreamInterface
StreamOptions(List<StreamInterface> options, Point location)