|
||||||||||
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(ObjectId id_dependency,
List<DatabaseMeta> databases)
|
Methods in org.pentaho.di.repository.kdr.delegates with parameters of type TransDependency | |
---|---|
void |
KettleDatabaseRepositoryTransDelegate.saveTransDependency(TransDependency transDependency,
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 (i.e. |
Methods in org.pentaho.di.trans that return types with arguments of type TransDependency | |
---|---|
List<TransDependency> |
TransMeta.getDependencies()
Gets a list of dependencies for the transformation |
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 (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 | |
---|---|
void |
TransMeta.setDependencies(List<TransDependency> dependencies)
Sets the dependencies for the transformation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |