Package | Description |
---|---|
org.pentaho.di.job |
This package contains the different elements that make up a Job.
|
org.pentaho.di.repository |
This package contains the required classes to handle the Kettle repository.
|
org.pentaho.di.repository.filerep | |
org.pentaho.di.repository.kdr | |
org.pentaho.di.repository.kdr.delegates | |
org.pentaho.di.shared | |
org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
Modifier and Type | Method and Description |
---|---|
SharedObjects |
JobMeta.getSharedObjects()
Gets the shared objects.
|
SharedObjects |
JobMeta.readSharedObjects()
Read shared objects.
|
Modifier and Type | Method and Description |
---|---|
void |
JobMeta.setSharedObjects(SharedObjects sharedObjects)
Sets the shared objects.
|
Modifier and Type | Method and Description |
---|---|
SharedObjects |
Repository.readJobMetaSharedObjects(JobMeta jobMeta) |
SharedObjects |
Repository.readTransSharedObjects(TransMeta transMeta) |
Modifier and Type | Method and Description |
---|---|
SharedObjects |
KettleFileRepository.readJobMetaSharedObjects(JobMeta jobMeta) |
SharedObjects |
KettleFileRepository.readTransSharedObjects(TransMeta transMeta) |
Modifier and Type | Method and Description |
---|---|
SharedObjects |
KettleDatabaseRepository.readJobMetaSharedObjects(JobMeta jobMeta) |
SharedObjects |
KettleDatabaseRepository.readTransSharedObjects(TransMeta transMeta) |
Modifier and Type | Method and Description |
---|---|
SharedObjects |
KettleDatabaseRepositoryJobDelegate.readSharedObjects(JobMeta jobMeta) |
SharedObjects |
KettleDatabaseRepositoryTransDelegate.readTransSharedObjects(TransMeta transMeta) |
Modifier and Type | Method and Description |
---|---|
SharedObjects |
SharedObjectsMetaStore.getSharedObjects() |
Modifier and Type | Method and Description |
---|---|
void |
SharedObjectsMetaStore.setSharedObjects(SharedObjects sharedObjects) |
Constructor and Description |
---|
SharedObjectsMetaStore(SharedObjects sharedObjects) |
Modifier and Type | Method and Description |
---|---|
SharedObjects |
TransMeta.getSharedObjects()
Gets the shared objects.
|
SharedObjects |
TransMeta.readSharedObjects()
Reads the shared objects (steps, connections, etc.).
|
Modifier and Type | Method and Description |
---|---|
void |
TransMeta.setSharedObjects(SharedObjects sharedObjects)
Sets the shared objects.
|