Package org.pentaho.di.core
Interface ExtensionDataInterface
-
public interface ExtensionDataInterface
This interface gives you access to a map which is associated with an object to store the state of non-standard objects. It can be used by plugins to store state-information details in transformations, jobs, steps, job-entries... at runtime.- Author:
- matt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getExtensionDataMap()
-