Uses of Interface
org.pentaho.di.repository.RepositoryObjectInterface
-
Packages that use RepositoryObjectInterface Package Description 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.repository -
-
Uses of RepositoryObjectInterface in org.pentaho.di.core.database
Classes in org.pentaho.di.core.database that implement RepositoryObjectInterface Modifier and Type Class Description class
DatabaseMeta
This class defines the database specific parameters for a certain database type. -
Uses of RepositoryObjectInterface in org.pentaho.di.repository
Subinterfaces of RepositoryObjectInterface in org.pentaho.di.repository Modifier and Type Interface Description interface
RepositoryDirectoryInterface
This interface represents Directories within the Repository APIinterface
RepositoryElementInterface
A repository element is an object that can be saved or loaded from the repository.interface
RepositoryElementMetaInterface
The RepositoryElementMetaInterface is used to provide metadata about repository elements without requiring loading the entire element from the repository.Classes in org.pentaho.di.repository that implement RepositoryObjectInterface Modifier and Type Class Description class
RepositoryDirectory
This class defines the location of a transformation, job or schema in the repository.
-