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 ObjectIdCheckResultSourceInterface. getObjectId()ObjectIdCondition. getObjectId()Returns the database ID of this Condition if a repository was used before.ObjectIdCondition. 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 voidCondition. setObjectId(ObjectId id)Set the database ID for this Condition in the repository.voidCondition. 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 ObjectIdBaseDatabaseMeta. getObjectId()ObjectIdDatabase. getObjectId()ObjectIdDatabaseInterface. getObjectId()ObjectIdDatabaseMeta. 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 DatabaseMetaDatabaseMeta. findDatabase(List<DatabaseMeta> databases, ObjectId id)Find a database with a certain ID in an arraylist of databases.voidBaseDatabaseMeta. setObjectId(ObjectId id)voidDatabaseInterface. setObjectId(ObjectId id)voidDatabaseMeta. 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 ObjectIdLoggingObject. getObjectId()ObjectIdLoggingObjectInterface. getObjectId()Gets the object id in a repository.ObjectIdSimpleLoggingObject. getObjectId()Methods in org.pentaho.di.core.logging with parameters of type ObjectId Modifier and Type Method Description voidLoggingObject. 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 classLongObjectIdclassStringObjectIdMethods 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()ObjectIdRepositoryDirectory. getObjectId()Get the database ID in the repository for this object.ObjectIdRepositoryElementInterface. getObjectId()Gets the database ID in the repository for this object.ObjectIdRepositoryObjectInterface. getObjectId()The id of the objectMethods in org.pentaho.di.repository with parameters of type ObjectId Modifier and Type Method Description RepositoryDirectoryRepositoryDirectory. findDirectory(ObjectId id_directory)Find the sub-directory with a certain IDRepositoryDirectoryInterfaceRepositoryDirectoryInterface. findDirectory(ObjectId id_directory)Find the sub-directory with a certain IDvoidRepositoryDirectory. setObjectId(ObjectId id)Set the database ID for this object in the repository.voidRepositoryDirectoryInterface. setObjectId(ObjectId id)Set the database ID for this object in the repository.voidRepositoryElementInterface. 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) 
 -