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 StepMetaInjectionInterfaceBaseStepMeta. getStepMetaInjectionInterface()Deprecated.Use annotation-based injection insteadStepMetaInjectionInterfaceStepMetaInterface. 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 classCsvInputMetaMethods in org.pentaho.di.trans.steps.csvinput that return StepMetaInjectionInterface Modifier and Type Method Description StepMetaInjectionInterfaceCsvInputMeta. 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 classDataGridMetaInjectionTo 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 StepMetaInjectionInterfaceDataGridMeta. 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 classDenormaliserMetaInjectionTo 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 StepMetaInjectionInterfaceDenormaliserMeta. getStepMetaInjectionInterface() -
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.steps.excelwriter
Classes in org.pentaho.di.trans.steps.excelwriter that implement StepMetaInjectionInterface Modifier and Type Class Description classExcelWriterMetaInjectionInjection support for the Excel Writer step. -
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 classFixedInputMetaInjectionMetadata injection interface for the Fixed File Input step.Methods in org.pentaho.di.trans.steps.fixedinput that return StepMetaInjectionInterface Modifier and Type Method Description StepMetaInjectionInterfaceFixedInputMeta. 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 classGroupByMetaInjectionThis 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 StepMetaInjectionInterfaceGroupByMeta. 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 classJaninoMetaInjectionThis takes care of the external metadata injection into the JaninoMeta class -
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.steps.monetdbagilemart
Classes in org.pentaho.di.trans.steps.monetdbagilemart that implement StepMetaInjectionInterface Modifier and Type Class Description classMonetDBAgileMartMeta -
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.steps.monetdbbulkloader
Classes in org.pentaho.di.trans.steps.monetdbbulkloader that implement StepMetaInjectionInterface Modifier and Type Class Description classMonetDBBulkLoaderMetaCreated on 20-feb-2007Methods in org.pentaho.di.trans.steps.monetdbbulkloader that return StepMetaInjectionInterface Modifier and Type Method Description StepMetaInjectionInterfaceMonetDBBulkLoaderMeta. getStepMetaInjectionInterface() -
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 classParGzipCsvInputMetaInjectionThis 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 StepMetaInjectionInterfaceParGzipCsvInputMeta. getStepMetaInjectionInterface() -
Uses of StepMetaInjectionInterface in org.pentaho.di.trans.steps.pgbulkloader
Classes in org.pentaho.di.trans.steps.pgbulkloader that implement StepMetaInjectionInterface Modifier and Type Class Description classPGBulkLoaderMetaCreated on 20-feb-2007Methods in org.pentaho.di.trans.steps.pgbulkloader that return StepMetaInjectionInterface Modifier and Type Method Description StepMetaInjectionInterfacePGBulkLoaderMeta. 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 classTableOutputMetaInjectionDeprecated. -
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 classTextFileInputMetaInjectionDeprecated.replaced by implementation in the ...steps.fileinput.text packageMethods in org.pentaho.di.trans.steps.textfileinput that return StepMetaInjectionInterface Modifier and Type Method Description StepMetaInjectionInterfaceTextFileInputMeta. getStepMetaInjectionInterface()Deprecated.
-