| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransDependency | |
|---|---|
| org.pentaho.di.repository.kdr.delegates | |
| org.pentaho.di.trans | This package contains the classes needed to define and execute transformations. | 
| Uses of TransDependency in org.pentaho.di.repository.kdr.delegates | 
|---|
| Methods in org.pentaho.di.repository.kdr.delegates that return TransDependency | |
|---|---|
 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 | |
|---|---|
 void | 
KettleDatabaseRepositoryTransDelegate.saveTransDependency(TransDependency transDependency,
                    org.pentaho.di.repository.ObjectId id_transformation)
 | 
| Uses of TransDependency in org.pentaho.di.trans | 
|---|
| Methods in org.pentaho.di.trans that return TransDependency | |
|---|---|
 TransDependency | 
TransMeta.getDependency(int i)
Retrieves a dependency on a certain location.  | 
| Methods in org.pentaho.di.trans that return types with arguments of type TransDependency | |
|---|---|
 List<TransDependency> | 
TransMeta.getDependencies()
 | 
| Methods in org.pentaho.di.trans with parameters of type TransDependency | |
|---|---|
 void | 
TransMeta.addDependency(int p,
              TransDependency td)
Add a new dependency to the transformation on a certain location  | 
 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 | |
|---|---|
 void | 
TransMeta.setDependencies(List<TransDependency> dependencies)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||