Uses of Interface
org.pentaho.di.repository.RepositoryElementMetaInterface

Packages that use RepositoryElementMetaInterface
org.pentaho.di.repository This package contains the required classes to handle the Kettle repository. 
org.pentaho.di.repository.filerep   
org.pentaho.di.repository.kdr   
org.pentaho.di.repository.kdr.delegates   
org.pentaho.di.trans.steps.getrepositorynames   
org.pentaho.di.ui.repository.dialog   
org.pentaho.di.ui.repository.repositoryexplorer.model   
 

Uses of RepositoryElementMetaInterface in org.pentaho.di.repository
 

Classes in org.pentaho.di.repository that implement RepositoryElementMetaInterface
 class RepositoryObject
          Contains some common object details, extracted from a repository
 

Methods in org.pentaho.di.repository that return types with arguments of type RepositoryElementMetaInterface
 List<RepositoryElementMetaInterface> Repository.getJobAndTransformationObjects(ObjectId id_directory, boolean includeDeleted)
          Gets all job and transformation objects in the given directory.
 List<RepositoryElementMetaInterface> Repository.getJobObjects(ObjectId id_directory, boolean includeDeleted)
           
 List<RepositoryElementMetaInterface> RepositoryDirectory.getRepositoryObjects()
           
 List<RepositoryElementMetaInterface> RepositoryDirectoryInterface.getRepositoryObjects()
          Returns a list of child files
 List<RepositoryElementMetaInterface> Repository.getTransformationObjects(ObjectId id_directory, boolean includeDeleted)
           
 

Methods in org.pentaho.di.repository with parameters of type RepositoryElementMetaInterface
 void Repository.undeleteObject(RepositoryElementMetaInterface repositoryObject)
          Removes he deleted flag from a repository element in the repository.
 

Method parameters in org.pentaho.di.repository with type arguments of type RepositoryElementMetaInterface
 void RepositoryDirectory.setRepositoryObjects(List<RepositoryElementMetaInterface> repositoryObjects)
           
 void RepositoryDirectoryInterface.setRepositoryObjects(List<RepositoryElementMetaInterface> children)
          sets the list of child files
static void RepositoryObject.sortRepositoryObjects(List<RepositoryElementMetaInterface> objects, int sortPosition, boolean ascending)
           
 

Uses of RepositoryElementMetaInterface in org.pentaho.di.repository.filerep
 

Methods in org.pentaho.di.repository.filerep that return types with arguments of type RepositoryElementMetaInterface
 List<RepositoryElementMetaInterface> KettleFileRepository.getJobAndTransformationObjects(ObjectId id_directory, boolean includeDeleted)
           
 List<RepositoryElementMetaInterface> KettleFileRepository.getJobObjects(ObjectId id_directory, boolean includeDeleted)
           
 List<RepositoryElementMetaInterface> KettleFileRepository.getTransformationObjects(ObjectId idDirectory, boolean includeDeleted)
           
 

Methods in org.pentaho.di.repository.filerep with parameters of type RepositoryElementMetaInterface
 void KettleFileRepository.undeleteObject(RepositoryElementMetaInterface repositoryObject)
           
 

Uses of RepositoryElementMetaInterface in org.pentaho.di.repository.kdr
 

Methods in org.pentaho.di.repository.kdr that return types with arguments of type RepositoryElementMetaInterface
 List<RepositoryElementMetaInterface> KettleDatabaseRepository.getJobAndTransformationObjects(ObjectId id_directory, boolean includeDeleted)
           
 List<RepositoryElementMetaInterface> KettleDatabaseRepository.getJobObjects(ObjectId id_directory, boolean includeDeleted)
           
 List<RepositoryElementMetaInterface> KettleDatabaseRepository.getTransformationObjects(ObjectId id_directory, boolean includeDeleted)
           
 

Methods in org.pentaho.di.repository.kdr with parameters of type RepositoryElementMetaInterface
 void KettleDatabaseRepository.undeleteObject(RepositoryElementMetaInterface element)
           
 

Uses of RepositoryElementMetaInterface in org.pentaho.di.repository.kdr.delegates
 

Methods in org.pentaho.di.repository.kdr.delegates that return types with arguments of type RepositoryElementMetaInterface
 List<RepositoryElementMetaInterface> KettleDatabaseRepositoryConnectionDelegate.getRepositoryObjects(String tableName, RepositoryObjectType objectType, ObjectId id_directory)
           
 

Uses of RepositoryElementMetaInterface in org.pentaho.di.trans.steps.getrepositorynames
 

Fields in org.pentaho.di.trans.steps.getrepositorynames with type parameters of type RepositoryElementMetaInterface
 List<RepositoryElementMetaInterface> GetRepositoryNamesData.list
           
 

Uses of RepositoryElementMetaInterface in org.pentaho.di.ui.repository.dialog
 

Methods in org.pentaho.di.ui.repository.dialog that return RepositoryElementMetaInterface
 RepositoryElementMetaInterface SelectObjectDialog.getRepositoryObject()
           
 

Methods in org.pentaho.di.ui.repository.dialog with parameters of type RepositoryElementMetaInterface
 void SelectObjectDialog.setRepositoryObject(RepositoryElementMetaInterface repositoryObject)
           
 

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

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model with parameters of type RepositoryElementMetaInterface
 UIJob UIObjectRegistry.constructUIJob(RepositoryElementMetaInterface rc, UIRepositoryDirectory parent, Repository rep)
           
 UITransformation UIObjectRegistry.constructUITransformation(RepositoryElementMetaInterface rc, UIRepositoryDirectory parent, Repository rep)
           
 

Constructors in org.pentaho.di.ui.repository.repositoryexplorer.model with parameters of type RepositoryElementMetaInterface
UIJob(RepositoryElementMetaInterface rc, UIRepositoryDirectory parent, Repository rep)
           
UIRepositoryContent(RepositoryElementMetaInterface rc, UIRepositoryDirectory parent, Repository rep)
           
UITransformation(RepositoryElementMetaInterface rc, UIRepositoryDirectory parent, Repository rep)