Uses of Interface
org.pentaho.di.repository.ObjectId
Package
Description
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.
-
Uses of ObjectId in org.pentaho.di.core
Modifier and TypeMethodDescriptionCheckResultSourceInterface.getObjectId()
Condition.getObjectId()
Returns the database ID of this Condition if a repository was used before.Condition.getRightExactID()
Get the id of the RightExact Value in the repositoryModifier and TypeMethodDescriptionvoid
Condition.setObjectId
(ObjectId id) Set the database ID for this Condition in the repository.void
Condition.setRightExactID
(ObjectId idRightExact) Set the database ID for the RightExact Value in the repository. -
Uses of ObjectId in org.pentaho.di.core.database
Modifier and TypeMethodDescriptionBaseDatabaseMeta.getObjectId()
Database.getObjectId()
DatabaseInterface.getObjectId()
DatabaseMeta.getObjectId()
Returns the database ID of this database connection if a repository was used before.Modifier and TypeMethodDescriptionstatic final DatabaseMeta
DatabaseMeta.findDatabase
(List<DatabaseMeta> databases, ObjectId id) Find a database with a certain ID in an arraylist of databases.void
BaseDatabaseMeta.setObjectId
(ObjectId id) void
DatabaseInterface.setObjectId
(ObjectId id) void
DatabaseMeta.setObjectId
(ObjectId id) -
Uses of ObjectId in org.pentaho.di.core.logging
Modifier and TypeMethodDescriptionLoggingObject.getObjectId()
LoggingObjectInterface.getObjectId()
Gets the object id in a repository.SimpleLoggingObject.getObjectId()
-
Uses of ObjectId in org.pentaho.di.repository
Modifier and TypeMethodDescriptionObjectId[]
RepositoryDirectory.getDirectoryIDs()
Get all the directory-id in this directory and the subdirectories.ObjectId[]
RepositoryDirectoryInterface.getDirectoryIDs()
RepositoryDirectory.getObjectId()
Get the database ID in the repository for this object.RepositoryElementInterface.getObjectId()
Gets the database ID in the repository for this object.RepositoryObjectInterface.getObjectId()
The id of the objectModifier and TypeMethodDescriptionRepositoryDirectory.findDirectory
(ObjectId id_directory) Find the sub-directory with a certain IDRepositoryDirectoryInterface.findDirectory
(ObjectId id_directory) Find the sub-directory with a certain IDvoid
RepositoryDirectory.setObjectId
(ObjectId id) Set the database ID for this object in the repository.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.