Uses of Class
org.pentaho.di.repository.LongObjectId

Packages that use LongObjectId
org.pentaho.di.repository This package contains the required classes to handle the Kettle repository. 
org.pentaho.di.repository.kdr.delegates   
 

Uses of LongObjectId in org.pentaho.di.repository
 

Methods in org.pentaho.di.repository with parameters of type LongObjectId
 int LongObjectId.compareTo(LongObjectId o)
           
 

Uses of LongObjectId in org.pentaho.di.repository.kdr.delegates
 

Methods in org.pentaho.di.repository.kdr.delegates that return LongObjectId
 LongObjectId KettleDatabaseRepositoryConnectionDelegate.getNextDatabaseAttributeID()
           
 LongObjectId KettleDatabaseRepositoryConnectionDelegate.getNextID(String tableName, String fieldName)
           
 LongObjectId KettleDatabaseRepositoryConnectionDelegate.getNextJobAttributeID()
           
 LongObjectId KettleDatabaseRepositoryConnectionDelegate.getNextJobEntryAttributeID()
           
 LongObjectId KettleDatabaseRepositoryConnectionDelegate.getNextJobEntryCopyID()
           
 LongObjectId KettleDatabaseRepositoryConnectionDelegate.getNextStepAttributeID()
           
 LongObjectId KettleDatabaseRepositoryConnectionDelegate.getNextTransAttributeID()