org.pentaho.di.ui.repository.dialog
Class SelectObjectDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.repository.dialog.SelectObjectDialog

public class SelectObjectDialog
extends Dialog

Allows the user to make a selection of an Object in the repository

Since:
19-06-2003
Author:
Matt

Constructor Summary
SelectObjectDialog(Shell parent, Repository rep)
           
SelectObjectDialog(Shell parent, Repository rep, boolean showTransformations, boolean showJobs)
           
 
Method Summary
 void dispose()
           
 void getData()
           
 RepositoryDirectoryInterface getDirectory()
           
 ObjectId getObjectId()
           
 String getObjectName()
           
 RepositoryObjectType getObjectType()
           
 RepositoryElementMetaInterface getRepositoryObject()
           
 String open()
           
 void setObjectId(ObjectId objectId)
           
 void setRepositoryObject(RepositoryElementMetaInterface repositoryObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectObjectDialog

public SelectObjectDialog(Shell parent,
                          Repository rep)

SelectObjectDialog

public SelectObjectDialog(Shell parent,
                          Repository rep,
                          boolean showTransformations,
                          boolean showJobs)
Method Detail

open

public String open()

dispose

public void dispose()

getData

public void getData()

getDirectory

public RepositoryDirectoryInterface getDirectory()

getObjectType

public RepositoryObjectType getObjectType()
Returns:
the objectType

getObjectName

public String getObjectName()
Returns:
the objectName

getRepositoryObject

public RepositoryElementMetaInterface getRepositoryObject()
Returns:
the repositoryObject

setRepositoryObject

public void setRepositoryObject(RepositoryElementMetaInterface repositoryObject)
Parameters:
repositoryObject - the repositoryObject to set

getObjectId

public ObjectId getObjectId()
Returns:
the objectId

setObjectId

public void setObjectId(ObjectId objectId)
Parameters:
objectId - the objectId to set