Storing plugin objects in transformations and jobs
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.