Package org.pentaho.di.trans.step
Interface StepDialogInterface
-
public interface StepDialogInterface
This 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 String
open()
Opens a step dialog window.void
setMetaStore(org.pentaho.metastore.api.IMetaStore metaStore)
void
setRepository(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
-
-