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