Interface StepMetaExtractionInterface


public interface StepMetaExtractionInterface
This interface allows an external program to inject metadata using a standard flat set of metadata attributes.
Author:
matt
  • Method Details

    • getStepInjectionMetadataEntries

      List<StepInjectionMetaEntry> getStepInjectionMetadataEntries() throws org.pentaho.di.core.exception.KettleException
      Returns:
      A list of step injection metadata entries. In case the data type of the entry is NONE (0) you will get at least one entry in the details section. You can use this list
      Throws:
      org.pentaho.di.core.exception.KettleException
    • injectStepMetadataEntries

      void injectStepMetadataEntries(List<StepInjectionMetaEntry> metadata) throws org.pentaho.di.core.exception.KettleException
      Throws:
      org.pentaho.di.core.exception.KettleException