Uses of Interface
org.pentaho.di.trans.step.StepIOMetaInterface
-
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.step
Classes in org.pentaho.di.trans.step that implement StepIOMetaInterface Modifier and Type Class Description class
StepIOMeta
Methods in org.pentaho.di.trans.step that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
BaseStepMeta. getStepIOMeta()
StepIOMetaInterface
BaseStepMeta. getStepIOMeta(boolean createIfAbsent)
Returns the Input/Output metadata for this step.StepIOMetaInterface
StepMetaInterface. getStepIOMeta()
Returns the Input/Output metadata for this step.Methods in org.pentaho.di.trans.step with parameters of type StepIOMetaInterface Modifier and Type Method Description void
BaseStepMeta. setStepIOMeta(StepIOMetaInterface value)
Sets the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.filterrows
Methods in org.pentaho.di.trans.steps.filterrows that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
FilterRowsMeta. getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.fuzzymatch
Methods in org.pentaho.di.trans.steps.fuzzymatch that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
FuzzyMatchMeta. getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.javafilter
Methods in org.pentaho.di.trans.steps.javafilter that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
JavaFilterMeta. getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.jobexecutor
Methods in org.pentaho.di.trans.steps.jobexecutor that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
JobExecutorMeta. getStepIOMeta()
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.mapping
Methods in org.pentaho.di.trans.steps.mapping that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
MappingMeta. getStepIOMeta()
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.mergejoin
Methods in org.pentaho.di.trans.steps.mergejoin that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
MergeJoinMeta. getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.mergerows
Methods in org.pentaho.di.trans.steps.mergerows that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
MergeRowsMeta. getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.randomccnumber
Methods in org.pentaho.di.trans.steps.randomccnumber that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
RandomCCNumberGeneratorMeta. getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.rowgenerator
Methods in org.pentaho.di.trans.steps.rowgenerator that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
RowGeneratorMeta. getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.simplemapping
Methods in org.pentaho.di.trans.steps.simplemapping that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
SimpleMappingMeta. getStepIOMeta()
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.ssh
Methods in org.pentaho.di.trans.steps.ssh that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
SSHMeta. getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.streamlookup
Methods in org.pentaho.di.trans.steps.streamlookup that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
StreamLookupMeta. getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.switchcase
Methods in org.pentaho.di.trans.steps.switchcase that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
SwitchCaseMeta. getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.tableinput
Methods in org.pentaho.di.trans.steps.tableinput that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
TableInputMeta. getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.transexecutor
Methods in org.pentaho.di.trans.steps.transexecutor that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
TransExecutorMeta. getStepIOMeta()
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.userdefinedjavaclass
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return StepIOMetaInterface Modifier and Type Method Description static StepIOMetaInterface
TransformClassBase. getStepIOMeta(UserDefinedJavaClassMeta meta)
StepIOMetaInterface
UserDefinedJavaClassMeta. getStepIOMeta()
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.validator
Methods in org.pentaho.di.trans.steps.validator that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterface
ValidatorMeta. getStepIOMeta()
Returns the Input/Output metadata for this step.
-