Uses of Interface
org.pentaho.di.trans.step.StepIOMetaInterface
Packages that use StepIOMetaInterface
Package
Description
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.step
Classes in org.pentaho.di.trans.step that implement StepIOMetaInterfaceMethods in org.pentaho.di.trans.step that return StepIOMetaInterfaceModifier 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.Methods in org.pentaho.di.trans.step with parameters of type StepIOMetaInterfaceModifier and TypeMethodDescriptionvoid
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 StepIOMetaInterfaceModifier and TypeMethodDescriptionFilterRowsMeta.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 StepIOMetaInterfaceModifier and TypeMethodDescriptionFuzzyMatchMeta.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 StepIOMetaInterfaceModifier and TypeMethodDescriptionJavaFilterMeta.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 -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.mapping
Methods in org.pentaho.di.trans.steps.mapping that return StepIOMetaInterface -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.mergejoin
Methods in org.pentaho.di.trans.steps.mergejoin that return StepIOMetaInterfaceModifier and TypeMethodDescriptionMergeJoinMeta.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 StepIOMetaInterfaceModifier and TypeMethodDescriptionMergeRowsMeta.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 StepIOMetaInterfaceModifier and TypeMethodDescriptionRowGeneratorMeta.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 -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.ssh
Methods in org.pentaho.di.trans.steps.ssh that return StepIOMetaInterfaceModifier and TypeMethodDescriptionSSHMeta.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 StepIOMetaInterfaceModifier and TypeMethodDescriptionStreamLookupMeta.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 StepIOMetaInterfaceModifier and TypeMethodDescriptionSwitchCaseMeta.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 StepIOMetaInterfaceModifier and TypeMethodDescriptionTableInputMeta.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 -
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.userdefinedjavaclass
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return StepIOMetaInterfaceModifier and TypeMethodDescriptionstatic StepIOMetaInterface
TransformClassBase.getStepIOMeta
(UserDefinedJavaClassMeta meta) UserDefinedJavaClassMeta.getStepIOMeta()
-
Uses of StepIOMetaInterface in org.pentaho.di.trans.steps.validator
Methods in org.pentaho.di.trans.steps.validator that return StepIOMetaInterfaceModifier and TypeMethodDescriptionValidatorMeta.getStepIOMeta()
Returns the Input/Output metadata for this step.