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 classStepIOMetaMethods in org.pentaho.di.trans.step that return StepIOMetaInterface Modifier and Type Method Description StepIOMetaInterfaceBaseStepMeta. getStepIOMeta()StepIOMetaInterfaceBaseStepMeta. getStepIOMeta(boolean createIfAbsent)Returns the Input/Output metadata for this step.StepIOMetaInterfaceStepMetaInterface. 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 voidBaseStepMeta. 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 StepIOMetaInterfaceFilterRowsMeta. 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 StepIOMetaInterfaceFuzzyMatchMeta. 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 StepIOMetaInterfaceJavaFilterMeta. 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 StepIOMetaInterfaceJobExecutorMeta. 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 StepIOMetaInterfaceMappingMeta. 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 StepIOMetaInterfaceMergeJoinMeta. 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 StepIOMetaInterfaceMergeRowsMeta. 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 StepIOMetaInterfaceRandomCCNumberGeneratorMeta. 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 StepIOMetaInterfaceRowGeneratorMeta. 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 StepIOMetaInterfaceSimpleMappingMeta. 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 StepIOMetaInterfaceSSHMeta. 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 StepIOMetaInterfaceStreamLookupMeta. 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 StepIOMetaInterfaceSwitchCaseMeta. 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 StepIOMetaInterfaceTableInputMeta. 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 StepIOMetaInterfaceTransExecutorMeta. 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 StepIOMetaInterfaceTransformClassBase. getStepIOMeta(UserDefinedJavaClassMeta meta)StepIOMetaInterfaceUserDefinedJavaClassMeta. 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 StepIOMetaInterfaceValidatorMeta. getStepIOMeta()Returns the Input/Output metadata for this step.
-