public interface StepMetaInjectionInterface
Modifier and Type | Method and Description |
---|---|
List<StepInjectionMetaEntry> |
extractStepMetadataEntries()
Deprecated.
Extracts the step metadata in a standard fashion.
|
List<StepInjectionMetaEntry> |
getStepInjectionMetadataEntries()
Deprecated.
|
void |
injectStepMetadataEntries(List<StepInjectionMetaEntry> metadata)
Deprecated.
Inject the metadata specified into the step metadata
|
List<StepInjectionMetaEntry> getStepInjectionMetadataEntries() throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException
void injectStepMetadataEntries(List<StepInjectionMetaEntry> metadata) throws org.pentaho.di.core.exception.KettleException
metadata
- the metadata to inject.org.pentaho.di.core.exception.KettleException
List<StepInjectionMetaEntry> extractStepMetadataEntries() throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException