Package org.pentaho.di.trans.step
Interface StepMetaDataPlugin
public interface StepMetaDataPlugin
-
Method Summary
Modifier and TypeMethodDescriptionvoidloadFromRepository(Repository repository, org.pentaho.di.repository.ObjectId transformationId, org.pentaho.di.repository.ObjectId stepId) voidsaveToRepository(Repository repository, org.pentaho.di.repository.ObjectId transformationId, org.pentaho.di.repository.ObjectId stepId)
-
Method Details
-
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
-