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