Uses of Interface
org.pentaho.di.repository.ObjectId
Packages that use 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
Methods in org.pentaho.di.core that return ObjectIdModifier 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 repositoryMethods in org.pentaho.di.core with parameters of type ObjectIdModifier 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
Methods in org.pentaho.di.core.database that return ObjectIdModifier and TypeMethodDescriptionBaseDatabaseMeta.getObjectId()
Database.getObjectId()
DatabaseInterface.getObjectId()
DatabaseMeta.getObjectId()
Returns the database ID of this database connection if a repository was used before.Methods in org.pentaho.di.core.database with parameters of type ObjectIdModifier 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
Methods in org.pentaho.di.core.logging that return ObjectIdModifier and TypeMethodDescriptionLoggingObject.getObjectId()
LoggingObjectInterface.getObjectId()
Gets the object id in a repository.SimpleLoggingObject.getObjectId()
Methods in org.pentaho.di.core.logging with parameters of type ObjectId -
Uses of ObjectId in org.pentaho.di.repository
Classes in org.pentaho.di.repository that implement ObjectIdMethods in org.pentaho.di.repository that return ObjectIdModifier 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 objectMethods in org.pentaho.di.repository with parameters of type ObjectIdModifier 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.Constructors in org.pentaho.di.repository with parameters of type ObjectId