Uses of Interface
org.pentaho.di.repository.HasRepositoryInterface
-
-
Uses of HasRepositoryInterface in org.pentaho.di.base
Classes in org.pentaho.di.base that implement HasRepositoryInterface Modifier and Type Class Description class
AbstractMeta
-
Uses of HasRepositoryInterface in org.pentaho.di.job
Classes in org.pentaho.di.job that implement HasRepositoryInterface Modifier and Type Class Description class
JobMeta
The definition of a PDI job is represented by a JobMeta object. -
Uses of HasRepositoryInterface in org.pentaho.di.trans
Classes in org.pentaho.di.trans that implement HasRepositoryInterface Modifier and Type Class Description 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 HasRepositoryInterface in org.pentaho.di.trans.steps.jobexecutor
Classes in org.pentaho.di.trans.steps.jobexecutor that implement HasRepositoryInterface Modifier and Type Class Description class
JobExecutorMeta
Meta-data for the Job executor step. -
Uses of HasRepositoryInterface in org.pentaho.di.trans.steps.mapping
Classes in org.pentaho.di.trans.steps.mapping that implement HasRepositoryInterface Modifier and Type Class Description class
MappingMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to execute -
Uses of HasRepositoryInterface in org.pentaho.di.trans.steps.simplemapping
Classes in org.pentaho.di.trans.steps.simplemapping that implement HasRepositoryInterface Modifier and Type Class Description class
SimpleMappingMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to execute -
Uses of HasRepositoryInterface in org.pentaho.di.trans.steps.singlethreader
Classes in org.pentaho.di.trans.steps.singlethreader that implement HasRepositoryInterface Modifier and Type Class Description class
SingleThreaderMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to execute -
Uses of HasRepositoryInterface in org.pentaho.di.trans.steps.transexecutor
Classes in org.pentaho.di.trans.steps.transexecutor that implement HasRepositoryInterface Modifier and Type Class Description class
TransExecutorMeta
Meta-data for the Trans Executor step.
-