Package org.pentaho.di.trans.step
Interface StepDialogInterface
- 
public interface StepDialogInterfaceThis interface is used to launch Step Dialogs. All dialogs that implement this simple interface can be opened by Spoon.- Since:
 - 4-aug-2004
 - Author:
 - Matt
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringopen()Opens a step dialog window.voidsetMetaStore(org.pentaho.metastore.api.IMetaStore metaStore)voidsetRepository(Repository repository)Sets the repository. 
 - 
 
- 
- 
Method Detail
- 
open
String open()
Opens a step dialog window.- Returns:
 - the (potentially new) name of the step
 
 
- 
setRepository
void setRepository(Repository repository)
Sets the repository.- Parameters:
 repository- the new repository
 
- 
setMetaStore
void setMetaStore(org.pentaho.metastore.api.IMetaStore metaStore)
- Parameters:
 metaStore- The MetaStore to pass
 
 - 
 
 -