@Deprecated 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 KettleException
KettleException
void injectStepMetadataEntries(List<StepInjectionMetaEntry> metadata) throws KettleException
metadata
- the metadata to inject.KettleException
List<StepInjectionMetaEntry> extractStepMetadataEntries() throws KettleException
KettleException
Copyright © 2018 Hitachi Vantara. All rights reserved.