Uses of Class
org.pentaho.di.trans.step.StepInjectionMetaEntry
-
-
Uses of StepInjectionMetaEntry in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step that return types with arguments of type StepInjectionMetaEntry Modifier and Type Method Description List<StepInjectionMetaEntry>
BaseStepMeta. extractStepMetadataEntries()
List<StepInjectionMetaEntry>
StepMetaInjectionInterface. extractStepMetadataEntries()
Deprecated.Extracts the step metadata in a standard fashion.List<StepInjectionMetaEntry>
StepMetaInterface. extractStepMetadataEntries()
List<StepInjectionMetaEntry>
StepInjectionMetaEntry. getDetails()
List<StepInjectionMetaEntry>
StepInjectionMetaEntrySet. getEntries()
List<StepInjectionMetaEntry>
BaseStepMeta. getStepInjectionMetadataEntries(Class<?> PKG)
Describe the metadata attributes that can be injected into this step metadata object.List<StepInjectionMetaEntry>
StepMetaExtractionInterface. getStepInjectionMetadataEntries()
List<StepInjectionMetaEntry>
StepMetaInjectionInterface. getStepInjectionMetadataEntries()
Deprecated.Method parameters in org.pentaho.di.trans.step with type arguments of type StepInjectionMetaEntry Modifier and Type Method Description protected void
BaseStepMetaInjection. addNestedStepMetaInjectionEntries(List<StepInjectionMetaEntry> list, StepMetaInjectionEnumEntry[] allEntries, StepMetaInjectionEnumEntry itemsEntry, StepMetaInjectionEnumEntry itemEntry)
protected void
BaseStepMetaInjection. addTopLevelStepMetaInjectionEntries(List<StepInjectionMetaEntry> list, StepMetaInjectionEnumEntry[] allEntries)
static void
StepInjectionUtil. compareEntryValues(List<StepInjectionMetaEntry> refEntries, List<StepInjectionMetaEntry> cmpEntries)
This method compares 2 sets of step injection meta entries.static StepInjectionMetaEntry
StepInjectionUtil. findEntry(List<StepInjectionMetaEntry> entries, String key)
static StepInjectionMetaEntry
StepInjectionUtil. findEntry(List<StepInjectionMetaEntry> entries, StepMetaInjectionEntryInterface match)
protected StepInjectionMetaEntry
BaseStepMeta. findParentEntry(List<StepInjectionMetaEntry> entries, String key)
Find parent entry.void
StepMetaExtractionInterface. injectStepMetadataEntries(List<StepInjectionMetaEntry> metadata)
void
StepMetaInjectionInterface. injectStepMetadataEntries(List<StepInjectionMetaEntry> metadata)
Deprecated.Inject the metadata specified into the step metadatavoid
StepInjectionMetaEntry. setDetails(List<StepInjectionMetaEntry> details)
void
StepInjectionMetaEntrySet. setEntries(List<StepInjectionMetaEntry> entries)
Constructor parameters in org.pentaho.di.trans.step with type arguments of type StepInjectionMetaEntry Constructor Description StepInjectionMetaEntrySet(List<StepInjectionMetaEntry> entries)
-
Uses of StepInjectionMetaEntry in org.pentaho.di.trans.steps.csvinput
Methods in org.pentaho.di.trans.steps.csvinput that return types with arguments of type StepInjectionMetaEntry Modifier and Type Method Description List<StepInjectionMetaEntry>
CsvInputMeta. extractStepMetadataEntries()
List<StepInjectionMetaEntry>
CsvInputMeta. getStepInjectionMetadataEntries()
Describe the metadata attributes that can be injected into this step metadata object.Method parameters in org.pentaho.di.trans.steps.csvinput with type arguments of type StepInjectionMetaEntry Modifier and Type Method Description void
CsvInputMeta. injectStepMetadataEntries(List<StepInjectionMetaEntry> metadata)
-
Uses of StepInjectionMetaEntry in org.pentaho.di.trans.steps.datagrid
Methods in org.pentaho.di.trans.steps.datagrid that return types with arguments of type StepInjectionMetaEntry Modifier and Type Method Description List<StepInjectionMetaEntry>
DataGridMetaInjection. extractStepMetadataEntries()
List<StepInjectionMetaEntry>
DataGridMetaInjection. getStepInjectionMetadataEntries()
Method parameters in org.pentaho.di.trans.steps.datagrid with type arguments of type StepInjectionMetaEntry Modifier and Type Method Description void
DataGridMetaInjection. injectStepMetadataEntries(List<StepInjectionMetaEntry> all)
-
Uses of StepInjectionMetaEntry in org.pentaho.di.trans.steps.denormaliser
Methods in org.pentaho.di.trans.steps.denormaliser that return types with arguments of type StepInjectionMetaEntry Modifier and Type Method Description List<StepInjectionMetaEntry>
DenormaliserMetaInjection. extractStepMetadataEntries()
List<StepInjectionMetaEntry>
DenormaliserMetaInjection. getStepInjectionMetadataEntries()
Method parameters in org.pentaho.di.trans.steps.denormaliser with type arguments of type StepInjectionMetaEntry Modifier and Type Method Description void
DenormaliserMetaInjection. injectStepMetadataEntries(List<StepInjectionMetaEntry> all)
-
Uses of StepInjectionMetaEntry in org.pentaho.di.trans.steps.fixedinput
Methods in org.pentaho.di.trans.steps.fixedinput that return types with arguments of type StepInjectionMetaEntry Modifier and Type Method Description List<StepInjectionMetaEntry>
FixedInputMetaInjection. extractStepMetadataEntries()
List<StepInjectionMetaEntry>
FixedInputMetaInjection. getStepInjectionMetadataEntries()
Method parameters in org.pentaho.di.trans.steps.fixedinput with type arguments of type StepInjectionMetaEntry Modifier and Type Method Description void
FixedInputMetaInjection. injectStepMetadataEntries(List<StepInjectionMetaEntry> all)
-
Uses of StepInjectionMetaEntry in org.pentaho.di.trans.steps.groupby
Methods in org.pentaho.di.trans.steps.groupby that return types with arguments of type StepInjectionMetaEntry Modifier and Type Method Description List<StepInjectionMetaEntry>
GroupByMetaInjection. extractStepMetadataEntries()
List<StepInjectionMetaEntry>
GroupByMetaInjection. getStepInjectionMetadataEntries()
Method parameters in org.pentaho.di.trans.steps.groupby with type arguments of type StepInjectionMetaEntry Modifier and Type Method Description void
GroupByMetaInjection. injectStepMetadataEntries(List<StepInjectionMetaEntry> all)
-
Uses of StepInjectionMetaEntry in org.pentaho.di.trans.steps.janino
Methods in org.pentaho.di.trans.steps.janino that return types with arguments of type StepInjectionMetaEntry Modifier and Type Method Description List<StepInjectionMetaEntry>
JaninoMeta. extractStepMetadataEntries()
List<StepInjectionMetaEntry>
JaninoMetaInjection. extractStepMetadataEntries()
List<StepInjectionMetaEntry>
JaninoMetaInjection. getStepInjectionMetadataEntries()
Method parameters in org.pentaho.di.trans.steps.janino with type arguments of type StepInjectionMetaEntry Modifier and Type Method Description void
JaninoMetaInjection. injectStepMetadataEntries(List<StepInjectionMetaEntry> all)
-
Uses of StepInjectionMetaEntry in org.pentaho.di.trans.steps.parallelgzipcsv
Methods in org.pentaho.di.trans.steps.parallelgzipcsv that return types with arguments of type StepInjectionMetaEntry Modifier and Type Method Description List<StepInjectionMetaEntry>
ParGzipCsvInputMetaInjection. extractStepMetadataEntries()
List<StepInjectionMetaEntry>
ParGzipCsvInputMetaInjection. getStepInjectionMetadataEntries()
Method parameters in org.pentaho.di.trans.steps.parallelgzipcsv with type arguments of type StepInjectionMetaEntry Modifier and Type Method Description void
ParGzipCsvInputMetaInjection. injectStepMetadataEntries(List<StepInjectionMetaEntry> all)
-
Uses of StepInjectionMetaEntry in org.pentaho.di.trans.steps.tableoutput
Methods in org.pentaho.di.trans.steps.tableoutput that return types with arguments of type StepInjectionMetaEntry Modifier and Type Method Description List<StepInjectionMetaEntry>
TableOutputMetaInjection. extractStepMetadataEntries()
Deprecated.List<StepInjectionMetaEntry>
TableOutputMetaInjection. getStepInjectionMetadataEntries()
Deprecated.Method parameters in org.pentaho.di.trans.steps.tableoutput with type arguments of type StepInjectionMetaEntry Modifier and Type Method Description void
TableOutputMetaInjection. injectStepMetadataEntries(List<StepInjectionMetaEntry> all)
Deprecated. -
Uses of StepInjectionMetaEntry in org.pentaho.di.trans.steps.textfileinput
Methods in org.pentaho.di.trans.steps.textfileinput that return types with arguments of type StepInjectionMetaEntry Modifier and Type Method Description List<StepInjectionMetaEntry>
TextFileInputMetaInjection. extractStepMetadataEntries()
Deprecated.List<StepInjectionMetaEntry>
TextFileInputMetaInjection. getStepInjectionMetadataEntries()
Deprecated.Method parameters in org.pentaho.di.trans.steps.textfileinput with type arguments of type StepInjectionMetaEntry Modifier and Type Method Description void
TextFileInputMetaInjection. injectStepMetadataEntries(List<StepInjectionMetaEntry> all)
Deprecated. -
Uses of StepInjectionMetaEntry in org.pentaho.di.trans.steps.textfileoutput
Methods in org.pentaho.di.trans.steps.textfileoutput that return types with arguments of type StepInjectionMetaEntry Modifier and Type Method Description List<StepInjectionMetaEntry>
TextFileOutputMeta. extractStepMetadataEntries()
-