|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UIRepositoryDirectory | |
|---|---|
| org.pentaho.di.ui.repository.repositoryexplorer.controllers | |
| org.pentaho.di.ui.repository.repositoryexplorer.model | |
| Uses of UIRepositoryDirectory in org.pentaho.di.ui.repository.repositoryexplorer.controllers |
|---|
| Methods in org.pentaho.di.ui.repository.repositoryexplorer.controllers that return UIRepositoryDirectory | |
|---|---|
UIRepositoryDirectory |
BrowseController.getRepositoryDirectory()
|
| Methods in org.pentaho.di.ui.repository.repositoryexplorer.controllers that return types with arguments of type UIRepositoryDirectory | |
|---|---|
List<UIRepositoryDirectory> |
BrowseController.getRepositoryDirectories()
|
List<UIRepositoryDirectory> |
BrowseController.getSelectedFolderItems()
|
| Method parameters in org.pentaho.di.ui.repository.repositoryexplorer.controllers with type arguments of type UIRepositoryDirectory | |
|---|---|
void |
BrowseController.setRepositoryDirectories(List<UIRepositoryDirectory> selectedFolderItems)
|
void |
BrowseController.setSelectedFolderItems(List<UIRepositoryDirectory> selectedFolderItems)
|
| Uses of UIRepositoryDirectory in org.pentaho.di.ui.repository.repositoryexplorer.model |
|---|
| Methods in org.pentaho.di.ui.repository.repositoryexplorer.model that return UIRepositoryDirectory | |
|---|---|
UIRepositoryDirectory |
UIObjectRegistry.constructUIRepositoryDirectory(RepositoryDirectoryInterface rd,
UIRepositoryDirectory uiParent,
Repository rep)
|
UIRepositoryDirectory |
UIRepositoryDirectory.createFolder(String name)
|
UIRepositoryDirectory |
UIRepositoryDirectory.getParent()
|
abstract UIRepositoryDirectory |
UIRepositoryObject.getParent()
|
UIRepositoryDirectory |
UIRepositoryContent.getParent()
|
| Methods in org.pentaho.di.ui.repository.repositoryexplorer.model with parameters of type UIRepositoryDirectory | |
|---|---|
UIJob |
UIObjectRegistry.constructUIJob(RepositoryElementMetaInterface rc,
UIRepositoryDirectory parent,
Repository rep)
|
UIRepositoryDirectory |
UIObjectRegistry.constructUIRepositoryDirectory(RepositoryDirectoryInterface rd,
UIRepositoryDirectory uiParent,
Repository rep)
|
UITransformation |
UIObjectRegistry.constructUITransformation(RepositoryElementMetaInterface rc,
UIRepositoryDirectory parent,
Repository rep)
|
void |
UIRepositoryDirectory.move(UIRepositoryDirectory newParentDir)
|
void |
UIJob.move(UIRepositoryDirectory newParentDir)
|
abstract void |
UIRepositoryObject.move(UIRepositoryDirectory newParentDir)
|
void |
UITransformation.move(UIRepositoryDirectory newParentDir)
|
void |
UIRepositoryContent.move(UIRepositoryDirectory newParentDir)
|
| Constructors in org.pentaho.di.ui.repository.repositoryexplorer.model with parameters of type UIRepositoryDirectory | |
|---|---|
UIJob(RepositoryElementMetaInterface rc,
UIRepositoryDirectory parent,
Repository rep)
|
|
UIRepositoryContent(RepositoryElementMetaInterface rc,
UIRepositoryDirectory parent,
Repository rep)
|
|
UIRepositoryDirectory(RepositoryDirectoryInterface rd,
UIRepositoryDirectory uiParent,
Repository rep)
|
|
UITransformation(RepositoryElementMetaInterface rc,
UIRepositoryDirectory parent,
Repository rep)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||