Uses of Interface
org.pentaho.di.trans.step.StepMetaInjectionEntryInterface
-
Packages that use StepMetaInjectionEntryInterface Package Description org.pentaho.di.trans.step org.pentaho.di.trans.steps.janino org.pentaho.di.trans.steps.tableoutput -
-
Uses of StepMetaInjectionEntryInterface in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step with parameters of type StepMetaInjectionEntryInterface Modifier and Type Method Description static StepInjectionMetaEntry
StepInjectionUtil. findEntry(List<StepInjectionMetaEntry> entries, StepMetaInjectionEntryInterface match)
static StepInjectionMetaEntry
StepInjectionUtil. getEntry(StepMetaInjectionEntryInterface entryInterface)
static StepInjectionMetaEntry
StepInjectionUtil. getEntry(StepMetaInjectionEntryInterface entryInterface, Object value)
-
Uses of StepMetaInjectionEntryInterface in org.pentaho.di.trans.steps.janino
Classes in org.pentaho.di.trans.steps.janino that implement StepMetaInjectionEntryInterface Modifier and Type Class Description static class
JaninoMetaInjection.Entry
-
Uses of StepMetaInjectionEntryInterface in org.pentaho.di.trans.steps.tableoutput
Classes in org.pentaho.di.trans.steps.tableoutput that implement StepMetaInjectionEntryInterface Modifier and Type Class Description static class
TableOutputMetaInjection.Entry
Deprecated.
-