Package org.pentaho.di.trans.step
Interface StepMetaDataPlugin
-
public interface StepMetaDataPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadFromRepository(Repository repository, org.pentaho.di.repository.ObjectId transformationId, org.pentaho.di.repository.ObjectId stepId)
void
saveToRepository(Repository repository, org.pentaho.di.repository.ObjectId transformationId, org.pentaho.di.repository.ObjectId stepId)
-
-
-
Method Detail
-
saveToRepository
void saveToRepository(Repository repository, org.pentaho.di.repository.ObjectId transformationId, org.pentaho.di.repository.ObjectId stepId) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
loadFromRepository
void loadFromRepository(Repository repository, org.pentaho.di.repository.ObjectId transformationId, org.pentaho.di.repository.ObjectId stepId) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
-