Package org.pentaho.di.trans.step
Interface StepMetaDataPlugin
public interface StepMetaDataPlugin
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 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
-