Package | Description |
---|---|
org.pentaho.di.core | |
org.pentaho.di.core.database |
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
|
org.pentaho.di.core.jdbc | |
org.pentaho.di.core.logging |
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
|
org.pentaho.di.repository |
Modifier and Type | Method and Description |
---|---|
ObjectId |
Condition.getObjectId()
Returns the database ID of this Condition if a repository was used before.
|
ObjectId |
CheckResultSourceInterface.getObjectId() |
ObjectId |
Condition.getRightExactID()
Get the id of the RightExact Value in the repository
|
Modifier and Type | Method and Description |
---|---|
void |
Condition.setObjectId(ObjectId id)
Set the database ID for this Condition in the repository.
|
void |
Condition.setRightExactID(ObjectId id_right_exact)
Set the database ID for the RightExact Value in the repository.
|
Modifier and Type | Method and Description |
---|---|
ObjectId |
DatabaseInterface.getObjectId() |
ObjectId |
Database.getObjectId() |
ObjectId |
DatabaseMeta.getObjectId()
Returns the database ID of this database connection if a repository was used before.
|
ObjectId |
BaseDatabaseMeta.getObjectId() |
Modifier and Type | Method and Description |
---|---|
static DatabaseMeta |
DatabaseMeta.findDatabase(List<DatabaseMeta> databases,
ObjectId id)
Find a database with a certain ID in an arraylist of databases.
|
void |
DatabaseInterface.setObjectId(ObjectId id) |
void |
DatabaseMeta.setObjectId(ObjectId id) |
void |
BaseDatabaseMeta.setObjectId(ObjectId id) |
Modifier and Type | Method and Description |
---|---|
ObjectId |
TransDataService.getObjectId() |
Modifier and Type | Method and Description |
---|---|
void |
TransDataService.setObjectId(ObjectId objectId) |
Constructor and Description |
---|
TransDataService(String name,
String fileName,
ObjectId objectId,
String serviceStepName) |
TransDataService(String name,
String fileName,
ObjectId objectId,
String serviceStepName,
List<FieldVariableMapping> fieldVariableMappings,
ServiceCacheMethod cacheMethod) |
Modifier and Type | Method and Description |
---|---|
ObjectId |
LoggingObject.getObjectId() |
ObjectId |
LoggingObjectInterface.getObjectId()
Gets the object id in a repository.
|
ObjectId |
SimpleLoggingObject.getObjectId() |
Modifier and Type | Method and Description |
---|---|
void |
LoggingObject.setObjectId(ObjectId objectId) |
Modifier and Type | Class and Description |
---|---|
class |
LongObjectId |
class |
StringObjectId |
Modifier and Type | Method and Description |
---|---|
ObjectId[] |
RepositoryDirectoryInterface.getDirectoryIDs() |
ObjectId[] |
RepositoryDirectory.getDirectoryIDs()
Get all the directory-id in this directory and the subdirectories.
|
ObjectId |
RepositoryObjectInterface.getObjectId()
The id of the object
|
ObjectId |
RepositoryElementInterface.getObjectId()
Gets the database ID in the repository for this object.
|
ObjectId |
RepositoryDirectory.getObjectId()
Get the database ID in the repository for this object.
|
Modifier and Type | Method and Description |
---|---|
RepositoryDirectoryInterface |
RepositoryDirectoryInterface.findDirectory(ObjectId id_directory)
Find the sub-directory with a certain ID
|
RepositoryDirectory |
RepositoryDirectory.findDirectory(ObjectId id_directory)
Find the sub-directory with a certain ID
|
void |
RepositoryDirectoryInterface.setObjectId(ObjectId id)
Set the database ID for this object in the repository.
|
void |
RepositoryElementInterface.setObjectId(ObjectId id)
Sets the database ID in the repository for this object.
|
void |
RepositoryDirectory.setObjectId(ObjectId id)
Set the database ID for this object in the repository.
|
Constructor and Description |
---|
LongObjectId(ObjectId objectId) |
StringObjectId(ObjectId objectId) |