Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Extension Data Interface

To allow a plugin to store run-time information in a transformation or job, the org.pentaho.di.core.ExtensionDataInterface is provided:

 public interface ExtensionDataInterface {
  public Map<String, Object> getExtensionDataMap();
}

This interface is implemented in classes Trans, BaseStep, Job and JobEntryBase.

  • No labels