Uses of Class
org.pentaho.di.trans.TransDependency
-
Uses of TransDependency in org.pentaho.di.repository.kdr.delegates
Modifier and TypeMethodDescriptionKettleDatabaseRepositoryTransDelegate.loadTransDependency
(org.pentaho.di.repository.ObjectId id_dependency, List<org.pentaho.di.core.database.DatabaseMeta> databases) Modifier and TypeMethodDescriptionvoid
KettleDatabaseRepositoryTransDelegate.saveTransDependency
(TransDependency transDependency, org.pentaho.di.repository.ObjectId id_transformation) -
Uses of TransDependency in org.pentaho.di.trans
Modifier and TypeFieldDescriptionprotected List<TransDependency>
TransMeta.dependencies
The list of dependencies associated with the transformation.Modifier and TypeMethodDescriptionTransMeta.getDependency
(int i) Retrieves a dependency on a certain location (i.e.Modifier and TypeMethodDescriptionTransMeta.getDependencies()
Gets a list of dependencies for the transformationModifier and TypeMethodDescriptionvoid
TransMeta.addDependency
(int p, TransDependency td) Add a new dependency to the transformation on a certain location (i.e.void
TransMeta.addDependency
(TransDependency td) Add a new dependency to the transformation.Modifier and TypeMethodDescriptionvoid
TransMeta.setDependencies
(List<TransDependency> dependencies) Sets the dependencies for the transformation.