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 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