Uses of Class
org.pentaho.di.trans.TransDependency
-
Packages that use TransDependency Package Description org.pentaho.di.repository.kdr.delegates org.pentaho.di.trans -
-
Uses of TransDependency in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return TransDependency Modifier and Type Method Description TransDependency
KettleDatabaseRepositoryTransDelegate. 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 TransDependency Modifier and Type Method Description void
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 TransDependency Modifier and Type Field Description protected List<TransDependency>
TransMeta. dependencies
The list of dependencies associated with the transformation.Methods in org.pentaho.di.trans that return TransDependency Modifier and Type Method Description TransDependency
TransMeta. 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 TransDependency Modifier and Type Method Description List<TransDependency>
TransMeta. getDependencies()
Gets a list of dependencies for the transformationMethods in org.pentaho.di.trans with parameters of type TransDependency Modifier and Type Method Description void
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 TransDependency Modifier and Type Method Description void
TransMeta. setDependencies(List<TransDependency> dependencies)
Sets the dependencies for the transformation.
-