Uses of Interface
org.pentaho.di.repository.ObjectRevision
-
Packages that use ObjectRevision Package Description 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 ObjectRevision in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database that return ObjectRevision Modifier and Type Method Description ObjectRevisionDatabase. getObjectRevision()ObjectRevisionDatabaseMeta. getObjectRevision()Methods in org.pentaho.di.core.database with parameters of type ObjectRevision Modifier and Type Method Description voidDatabaseMeta. setObjectRevision(ObjectRevision objectRevision) -
Uses of ObjectRevision in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging that return ObjectRevision Modifier and Type Method Description ObjectRevisionLoggingObject. getObjectRevision()ObjectRevisionLoggingObjectInterface. getObjectRevision()Gets the objects revision in a repository.ObjectRevisionSimpleLoggingObject. getObjectRevision()Methods in org.pentaho.di.core.logging with parameters of type ObjectRevision Modifier and Type Method Description voidLoggingObject. setObjectRevision(ObjectRevision objectRevision) -
Uses of ObjectRevision in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return ObjectRevision Modifier and Type Method Description ObjectRevisionRepositoryElementInterface. getObjectRevision()Gets the object revision.Methods in org.pentaho.di.repository with parameters of type ObjectRevision Modifier and Type Method Description voidRepositoryElementInterface. setObjectRevision(ObjectRevision objectRevision)Sets the object revision.
-