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 classDatabaseMetaThis 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 interfaceRepositoryDirectoryInterfaceThis interface represents Directories within the Repository APIinterfaceRepositoryElementInterfaceA repository element is an object that can be saved or loaded from the repository.interfaceRepositoryElementMetaInterfaceThe 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 classRepositoryDirectoryThis class defines the location of a transformation, job or schema in the repository.
-