Package | Description |
---|---|
org.pentaho.di.repository.kdr.delegates | |
org.pentaho.di.trans |
Modifier and Type | Method and Description |
---|---|
TransDependency |
KettleDatabaseRepositoryTransDelegate.loadTransDependency(ObjectId id_dependency,
List<DatabaseMeta> databases) |
Modifier and Type | Method and Description |
---|---|
void |
KettleDatabaseRepositoryTransDelegate.saveTransDependency(TransDependency transDependency,
ObjectId id_transformation) |
Modifier and Type | Field and Description |
---|---|
protected List<TransDependency> |
TransMeta.dependencies
The list of dependencies associated with the transformation.
|
Modifier and Type | Method and Description |
---|---|
TransDependency |
TransMeta.getDependency(int i)
Retrieves a dependency on a certain location (i.e.
|
Modifier and Type | Method and Description |
---|---|
List<TransDependency> |
TransMeta.getDependencies()
Gets a list of dependencies for the transformation
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
TransMeta.setDependencies(List<TransDependency> dependencies)
Sets the dependencies for the transformation.
|
Copyright © 2018 Hitachi Vantara. All rights reserved.