Uses of Interface
org.pentaho.di.trans.step.StepMetaInjectionInterface
-
-
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step that return StepMetaInjectionInterface Modifier and Type Method Description StepMetaInjectionInterface
BaseStepMeta. getStepMetaInjectionInterface()
Deprecated.Use annotation-based injection insteadStepMetaInjectionInterface
StepMetaInterface. getStepMetaInjectionInterface()
Deprecated.Use annotation-based injection instead -
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.steps.csvinput
Classes in org.pentaho.di.trans.steps.csvinput that implement StepMetaInjectionInterface Modifier and Type Class Description class
CsvInputMeta
Methods in org.pentaho.di.trans.steps.csvinput that return StepMetaInjectionInterface Modifier and Type Method Description StepMetaInjectionInterface
CsvInputMeta. getStepMetaInjectionInterface()
-
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.steps.datagrid
Classes in org.pentaho.di.trans.steps.datagrid that implement StepMetaInjectionInterface Modifier and Type Class Description class
DataGridMetaInjection
To keep it simple, this metadata injection interface only supports the fields in the spreadsheet for the time being.Methods in org.pentaho.di.trans.steps.datagrid that return StepMetaInjectionInterface Modifier and Type Method Description StepMetaInjectionInterface
DataGridMeta. getStepMetaInjectionInterface()
-
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.steps.denormaliser
Classes in org.pentaho.di.trans.steps.denormaliser that implement StepMetaInjectionInterface Modifier and Type Class Description class
DenormaliserMetaInjection
To keep it simple, this metadata injection interface only supports the fields to denormalize for the time being.Methods in org.pentaho.di.trans.steps.denormaliser that return StepMetaInjectionInterface Modifier and Type Method Description StepMetaInjectionInterface
DenormaliserMeta. getStepMetaInjectionInterface()
-
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.steps.fixedinput
Classes in org.pentaho.di.trans.steps.fixedinput that implement StepMetaInjectionInterface Modifier and Type Class Description class
FixedInputMetaInjection
Metadata injection interface for the Fixed File Input step.Methods in org.pentaho.di.trans.steps.fixedinput that return StepMetaInjectionInterface Modifier and Type Method Description StepMetaInjectionInterface
FixedInputMeta. getStepMetaInjectionInterface()
-
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.steps.groupby
Classes in org.pentaho.di.trans.steps.groupby that implement StepMetaInjectionInterface Modifier and Type Class Description class
GroupByMetaInjection
This takes care of the external metadata injection into the GroupByMeta classMethods in org.pentaho.di.trans.steps.groupby that return StepMetaInjectionInterface Modifier and Type Method Description StepMetaInjectionInterface
GroupByMeta. getStepMetaInjectionInterface()
-
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.steps.janino
Classes in org.pentaho.di.trans.steps.janino that implement StepMetaInjectionInterface Modifier and Type Class Description class
JaninoMetaInjection
This takes care of the external metadata injection into the JaninoMeta class -
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.steps.parallelgzipcsv
Classes in org.pentaho.di.trans.steps.parallelgzipcsv that implement StepMetaInjectionInterface Modifier and Type Class Description class
ParGzipCsvInputMetaInjection
This takes care of the external metadata injection into the ParGzipCsvInputMeta classMethods in org.pentaho.di.trans.steps.parallelgzipcsv that return StepMetaInjectionInterface Modifier and Type Method Description StepMetaInjectionInterface
ParGzipCsvInputMeta. getStepMetaInjectionInterface()
-
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.steps.tableoutput
Classes in org.pentaho.di.trans.steps.tableoutput that implement StepMetaInjectionInterface Modifier and Type Class Description class
TableOutputMetaInjection
Deprecated. -
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.steps.textfileinput
Classes in org.pentaho.di.trans.steps.textfileinput that implement StepMetaInjectionInterface Modifier and Type Class Description class
TextFileInputMetaInjection
Deprecated.replaced by implementation in the ...steps.fileinput.text packageMethods in org.pentaho.di.trans.steps.textfileinput that return StepMetaInjectionInterface Modifier and Type Method Description StepMetaInjectionInterface
TextFileInputMeta. getStepMetaInjectionInterface()
Deprecated.
-