Uses of Class
org.pentaho.di.core.logging.LoggingObjectType

Packages that use LoggingObjectType
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.job This package contains the different elements that make up a Job. 
org.pentaho.di.job.entry   
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step   
 

Uses of LoggingObjectType in org.pentaho.di.core.database
 

Methods in org.pentaho.di.core.database that return LoggingObjectType
 LoggingObjectType Database.getObjectType()
           
 

Uses of LoggingObjectType in org.pentaho.di.core.logging
 

Methods in org.pentaho.di.core.logging that return LoggingObjectType
 LoggingObjectType LoggingObject.getObjectType()
           
 LoggingObjectType LoggingObjectInterface.getObjectType()
          Gets the object type.
 LoggingObjectType SimpleLoggingObject.getObjectType()
           
static LoggingObjectType LoggingObjectType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LoggingObjectType[] LoggingObjectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.core.logging with parameters of type LoggingObjectType
 void LoggingObject.setObjectType(LoggingObjectType objectType)
           
 void SimpleLoggingObject.setObjectType(LoggingObjectType objectType)
           
 

Constructors in org.pentaho.di.core.logging with parameters of type LoggingObjectType
SimpleLoggingObject(String objectName, LoggingObjectType loggingObjectType, LoggingObjectInterface parent)
           
 

Uses of LoggingObjectType in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return LoggingObjectType
 LoggingObjectType JobMeta.getObjectType()
           
 LoggingObjectType Job.getObjectType()
          Gets LoggingObjectType.JOB, which is always the value for Job.
 

Uses of LoggingObjectType in org.pentaho.di.job.entry
 

Methods in org.pentaho.di.job.entry that return LoggingObjectType
 LoggingObjectType JobEntryBase.getObjectType()
          Gets the logging object type
 

Uses of LoggingObjectType in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return LoggingObjectType
 LoggingObjectType Trans.getObjectType()
          Gets the object type.
 LoggingObjectType TransMeta.getObjectType()
          Gets the object type.
 

Uses of LoggingObjectType in org.pentaho.di.trans.step
 

Methods in org.pentaho.di.trans.step that return LoggingObjectType
 LoggingObjectType BaseStepMeta.getObjectType()
          Gets the object type.
 LoggingObjectType BaseStep.getObjectType()