Uses of Interface
org.pentaho.di.repository.ObjectId
-
Packages that use ObjectId 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.logging This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message.org.pentaho.di.repository -
-
Uses of ObjectId in org.pentaho.di.core
Methods in org.pentaho.di.core that return ObjectId Modifier and Type Method Description ObjectId
CheckResultSourceInterface. getObjectId()
ObjectId
Condition. getObjectId()
Returns the database ID of this Condition if a repository was used before.ObjectId
Condition. getRightExactID()
Get the id of the RightExact Value in the repositoryMethods in org.pentaho.di.core with parameters of type ObjectId Modifier and Type Method Description void
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 ObjectId Modifier and Type Method Description ObjectId
BaseDatabaseMeta. getObjectId()
ObjectId
Database. getObjectId()
ObjectId
DatabaseInterface. getObjectId()
ObjectId
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 ObjectId Modifier and Type Method Description static 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 ObjectId Modifier and Type Method Description ObjectId
LoggingObject. getObjectId()
ObjectId
LoggingObjectInterface. getObjectId()
Gets the object id in a repository.ObjectId
SimpleLoggingObject. getObjectId()
Methods in org.pentaho.di.core.logging with parameters of type ObjectId Modifier and Type Method Description void
LoggingObject. setObjectId(ObjectId objectId)
-
Uses of ObjectId in org.pentaho.di.repository
Classes in org.pentaho.di.repository that implement ObjectId Modifier and Type Class Description class
LongObjectId
class
StringObjectId
Methods in org.pentaho.di.repository that return ObjectId Modifier and Type Method Description ObjectId[]
RepositoryDirectory. getDirectoryIDs()
Get all the directory-id in this directory and the subdirectories.ObjectId[]
RepositoryDirectoryInterface. getDirectoryIDs()
ObjectId
RepositoryDirectory. getObjectId()
Get the database ID in the repository for this object.ObjectId
RepositoryElementInterface. getObjectId()
Gets the database ID in the repository for this object.ObjectId
RepositoryObjectInterface. getObjectId()
The id of the objectMethods in org.pentaho.di.repository with parameters of type ObjectId Modifier and Type Method Description RepositoryDirectory
RepositoryDirectory. findDirectory(ObjectId id_directory)
Find the sub-directory with a certain IDRepositoryDirectoryInterface
RepositoryDirectoryInterface. 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 Constructor Description LongObjectId(ObjectId objectId)
StringObjectId(ObjectId objectId)
-