Class SelectObjectDialog


  • public class SelectObjectDialog
    extends org.eclipse.swt.widgets.Dialog
    Allows the user to make a selection of an Object in the repository
    Since:
    19-06-2003
    Author:
    Matt
    • Constructor Detail

      • SelectObjectDialog

        public SelectObjectDialog​(org.eclipse.swt.widgets.Shell parent,
                                  org.pentaho.di.repository.Repository rep)
      • SelectObjectDialog

        public SelectObjectDialog​(org.eclipse.swt.widgets.Shell parent,
                                  org.pentaho.di.repository.Repository rep,
                                  boolean showTransformations,
                                  boolean showJobs)
    • Method Detail

      • updateFilter

        protected void updateFilter()
      • setSort

        protected void setSort​(int i)
      • dispose

        public void dispose()
      • getData

        public void getData()
      • getDirectory

        public org.pentaho.di.repository.RepositoryDirectoryInterface getDirectory()
      • getObjectType

        public org.pentaho.di.repository.RepositoryObjectType getObjectType()
        Returns:
        the objectType
      • getObjectName

        public String getObjectName()
        Returns:
        the objectName
      • getRepositoryObject

        public org.pentaho.di.repository.RepositoryElementMetaInterface getRepositoryObject()
        Returns:
        the repositoryObject
      • setRepositoryObject

        public void setRepositoryObject​(org.pentaho.di.repository.RepositoryElementMetaInterface repositoryObject)
        Parameters:
        repositoryObject - the repositoryObject to set
      • getObjectId

        public org.pentaho.di.repository.ObjectId getObjectId()
        Returns:
        the objectId
      • setObjectId

        public void setObjectId​(org.pentaho.di.repository.ObjectId objectId)
        Parameters:
        objectId - the objectId to set