Uses of Class
org.pentaho.di.ui.repository.repositoryexplorer.model.UIRepositoryObject

Packages that use UIRepositoryObject
org.pentaho.di.ui.repository.repositoryexplorer.controllers   
org.pentaho.di.ui.repository.repositoryexplorer.model   
 

Uses of UIRepositoryObject in org.pentaho.di.ui.repository.repositoryexplorer.controllers
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.controllers that return types with arguments of type UIRepositoryObject
 List<UIRepositoryObject> BrowseController.getRepositoryItems()
           
 List<UIRepositoryObject> BrowseController.getRepositoryObjects()
           
 List<UIRepositoryObject> BrowseController.getSelectedFileItems()
           
 

Method parameters in org.pentaho.di.ui.repository.repositoryexplorer.controllers with type arguments of type UIRepositoryObject
static FileOverwriteDialogController FileOverwriteDialogController.getInstance(Shell shell, List<UIRepositoryObject> objects)
           
 void BrowseController.setRepositoryItems(List<UIRepositoryObject> selectedItems)
           
 void BrowseController.setRepositoryObjects(List<UIRepositoryObject> selectedFileItems)
           
 void BrowseController.setSelectedFileItems(List<UIRepositoryObject> selectedFileItems)
           
 

Uses of UIRepositoryObject in org.pentaho.di.ui.repository.repositoryexplorer.model
 

Subclasses of UIRepositoryObject in org.pentaho.di.ui.repository.repositoryexplorer.model
 class UIJob
           
 class UIRepositoryContent
           
 class UIRepositoryDirectory
           
 class UITransformation
           
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model that return UIRepositoryObject
 UIRepositoryObject UIRepositoryDirectory.get(int index)
           
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model that return types with arguments of type UIRepositoryObject
 Iterator<UIRepositoryObject> UIRepositoryDirectory.iterator()
           
 

Constructor parameters in org.pentaho.di.ui.repository.repositoryexplorer.model with type arguments of type UIRepositoryObject
UIRepositoryObjects(List<UIRepositoryObject> objects)
           
UIRepositoryObjectsList(List<UIRepositoryObject> objects)