Uses of Interface
org.pentaho.di.repository.ObjectRevision
Packages that use ObjectRevision
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 ObjectRevision in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database that return ObjectRevisionMethods in org.pentaho.di.core.database with parameters of type ObjectRevisionModifier and TypeMethodDescriptionvoid
DatabaseMeta.setObjectRevision
(ObjectRevision objectRevision) -
Uses of ObjectRevision in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return ObjectRevisionModifier and TypeMethodDescriptionLoggingObject.getObjectRevision()
LoggingObjectInterface.getObjectRevision()
Gets the objects revision in a repository.SimpleLoggingObject.getObjectRevision()
Methods in org.pentaho.di.core.logging with parameters of type ObjectRevisionModifier and TypeMethodDescriptionvoid
LoggingObject.setObjectRevision
(ObjectRevision objectRevision) -
Uses of ObjectRevision in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return ObjectRevisionModifier and TypeMethodDescriptionRepositoryElementInterface.getObjectRevision()
Gets the object revision.Methods in org.pentaho.di.repository with parameters of type ObjectRevisionModifier and TypeMethodDescriptionvoid
RepositoryElementInterface.setObjectRevision
(ObjectRevision objectRevision) Sets the object revision.