Uses of Interface
org.pentaho.di.trans.step.StepIOMetaInterface
Package
Description
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.step
Modifier and TypeMethodDescriptionBaseStepMeta.getStepIOMeta()
BaseStepMeta.getStepIOMeta
(boolean createIfAbsent) Returns the Input/Output metadata for this step.StepMetaInterface.getStepIOMeta()
Returns the Input/Output metadata for this step.Modifier and TypeMethodDescriptionvoid
BaseStepMeta.setStepIOMeta
(StepIOMetaInterface value) Sets the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.filterrows
Modifier and TypeMethodDescriptionFilterRowsMeta.getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.fuzzymatch
Modifier and TypeMethodDescriptionFuzzyMatchMeta.getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.javafilter
Modifier and TypeMethodDescriptionJavaFilterMeta.getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.jobexecutor
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.mapping
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.mergejoin
Modifier and TypeMethodDescriptionMergeJoinMeta.getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.mergerows
Modifier and TypeMethodDescriptionMergeRowsMeta.getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.rowgenerator
Modifier and TypeMethodDescriptionRowGeneratorMeta.getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.simplemapping
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.ssh
Modifier and TypeMethodDescriptionSSHMeta.getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.streamlookup
Modifier and TypeMethodDescriptionStreamLookupMeta.getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.switchcase
Modifier and TypeMethodDescriptionSwitchCaseMeta.getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.tableinput
Modifier and TypeMethodDescriptionTableInputMeta.getStepIOMeta()
Returns the Input/Output metadata for this step. -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.transexecutor
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.userdefinedjavaclass
Modifier and TypeMethodDescriptionstatic StepIOMetaInterface
TransformClassBase.getStepIOMeta
(UserDefinedJavaClassMeta meta) UserDefinedJavaClassMeta.getStepIOMeta()
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.validator
Modifier and TypeMethodDescriptionValidatorMeta.getStepIOMeta()
Returns the Input/Output metadata for this step.