Uses of Class
org.pentaho.di.trans.TransDependency
Packages that use TransDependency
-
Uses of TransDependency in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return TransDependencyModifier and TypeMethodDescriptionKettleDatabaseRepositoryTransDelegate.loadTransDependency
(org.pentaho.di.repository.ObjectId id_dependency, List<org.pentaho.di.core.database.DatabaseMeta> databases) Methods in org.pentaho.di.repository.kdr.delegates with parameters of type TransDependencyModifier and TypeMethodDescriptionvoid
KettleDatabaseRepositoryTransDelegate.saveTransDependency
(TransDependency transDependency, org.pentaho.di.repository.ObjectId id_transformation) -
Uses of TransDependency in org.pentaho.di.trans
Fields in org.pentaho.di.trans with type parameters of type TransDependencyModifier and TypeFieldDescriptionprotected List<TransDependency>
TransMeta.dependencies
The list of dependencies associated with the transformation.Methods in org.pentaho.di.trans that return TransDependencyModifier and TypeMethodDescriptionTransMeta.getDependency
(int i) Retrieves a dependency on a certain location (i.e.Methods in org.pentaho.di.trans that return types with arguments of type TransDependencyModifier and TypeMethodDescriptionTransMeta.getDependencies()
Gets a list of dependencies for the transformationMethods in org.pentaho.di.trans with parameters of type TransDependencyModifier 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.Method parameters in org.pentaho.di.trans with type arguments of type TransDependencyModifier and TypeMethodDescriptionvoid
TransMeta.setDependencies
(List<TransDependency> dependencies) Sets the dependencies for the transformation.