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

Packages that use RepositoryElementInterface
org.pentaho.di.cluster   
org.pentaho.di.core   
org.pentaho.di.core.database Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution) 
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.partition   
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 This package contains the classes needed to define and execute transformations. 
org.pentaho.di.ui.repository.dialog   
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
 

Uses of RepositoryElementInterface in org.pentaho.di.cluster
 

Classes in org.pentaho.di.cluster that implement RepositoryElementInterface
 class ClusterSchema
          A cluster schema combines a list of slave servers so that they can be set altogether.
 class SlaveServer
           
 

Uses of RepositoryElementInterface in org.pentaho.di.core
 

Subinterfaces of RepositoryElementInterface in org.pentaho.di.core
 interface EngineMetaInterface
           
 

Uses of RepositoryElementInterface in org.pentaho.di.core.database
 

Classes in org.pentaho.di.core.database that implement RepositoryElementInterface
 class DatabaseMeta
          This class defines the database specific parameters for a certain database type.
 

Uses of RepositoryElementInterface in org.pentaho.di.job
 

Classes in org.pentaho.di.job that implement RepositoryElementInterface
 class JobMeta
          The definition of a PDI job is represented by a JobMeta object.
 

Uses of RepositoryElementInterface in org.pentaho.di.partition
 

Classes in org.pentaho.di.partition that implement RepositoryElementInterface
 class PartitionSchema
          A partition schema allow you to partition a step according into a number of partitions that run independendly.
 

Uses of RepositoryElementInterface in org.pentaho.di.repository
 

Methods in org.pentaho.di.repository with parameters of type RepositoryElementInterface
 RepositoryDirectoryInterface Repository.getDefaultSaveDirectory(RepositoryElementInterface repositoryElement)
           
 void Repository.save(RepositoryElementInterface repositoryElement, String versionComment, ProgressMonitorListener monitor)
           
 void Repository.save(RepositoryElementInterface repositoryElement, String versionComment, ProgressMonitorListener monitor, boolean overwrite)
          Save an object to the repository optionally overwriting any associated objects.
 

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

Methods in org.pentaho.di.repository.filerep with parameters of type RepositoryElementInterface
 String KettleFileRepository.calcObjectId(RepositoryElementInterface element)
           
 RepositoryDirectoryInterface KettleFileRepository.getDefaultSaveDirectory(RepositoryElementInterface repositoryElement)
           
 void KettleFileRepository.save(RepositoryElementInterface repositoryElement, String versionComment)
           
 void KettleFileRepository.save(RepositoryElementInterface repositoryElement, String versionComment, ProgressMonitorListener monitor)
           
 void KettleFileRepository.save(RepositoryElementInterface repositoryElement, String versionComment, ProgressMonitorListener monitor, boolean overwrite)
           
 void KettleFileRepository.save(RepositoryElementInterface repositoryElement, String versionComment, ProgressMonitorListener monitor, ObjectId parentId, boolean used)
           
 

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

Methods in org.pentaho.di.repository.kdr with parameters of type RepositoryElementInterface
 RepositoryDirectory KettleDatabaseRepository.getDefaultSaveDirectory(RepositoryElementInterface repositoryElement)
           
 void KettleDatabaseRepository.save(RepositoryElementInterface repositoryElement, String versionComment)
           
 void KettleDatabaseRepository.save(RepositoryElementInterface repositoryElement, String versionComment, ProgressMonitorListener monitor)
           
 void KettleDatabaseRepository.save(RepositoryElementInterface repositoryElement, String versionComment, ProgressMonitorListener monitor, boolean overwrite)
           
 void KettleDatabaseRepository.save(RepositoryElementInterface repositoryElement, String versionComment, ProgressMonitorListener monitor, ObjectId parentId, boolean used, boolean overwrite)
           
 

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

Methods in org.pentaho.di.repository.kdr.delegates with parameters of type RepositoryElementInterface
 boolean KettleDatabaseRepositoryUserDelegate.existsUserInfo(RepositoryElementInterface user)
           
 

Uses of RepositoryElementInterface in org.pentaho.di.trans
 

Classes in org.pentaho.di.trans that implement RepositoryElementInterface
 class TransMeta
          This class defines information about a transformation and offers methods to save and load it from XML or a PDI database repository, as well as methods to alter a transformation by adding/removing databases, steps, hops, etc.
 

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

Methods in org.pentaho.di.ui.repository.dialog with parameters of type RepositoryElementInterface
static RepositoryRevisionBrowserDialogInterface RepositoryExplorerDialog.getVersionBrowserDialog(Shell shell, Repository repository, RepositoryElementInterface element)
           
 

Uses of RepositoryElementInterface in org.pentaho.di.ui.spoon
 

Methods in org.pentaho.di.ui.spoon with parameters of type RepositoryElementInterface
 RepositoryDirectoryInterface Spoon.getDefaultSaveLocation(RepositoryElementInterface repositoryElement)