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
Modifier and TypeMethodDescriptionopen()
Opens a step dialog window.void
setMetaStore
(org.pentaho.metastore.api.IMetaStore metaStore) void
setRepository
(Repository repository) Sets the repository.
-
Method Details
-
open
String open()Opens a step dialog window.- Returns:
- the (potentially new) name of the step
-
setRepository
Sets the repository.- Parameters:
repository
- the new repository
-
setMetaStore
void setMetaStore(org.pentaho.metastore.api.IMetaStore metaStore) - Parameters:
metaStore
- The MetaStore to pass
-