org.pentaho.di.repository.kdr.delegates
Class KettleDatabaseRepositoryValueDelegate

java.lang.Object
  extended by org.pentaho.di.repository.kdr.delegates.KettleDatabaseRepositoryBaseDelegate
      extended by org.pentaho.di.repository.kdr.delegates.KettleDatabaseRepositoryValueDelegate

public class KettleDatabaseRepositoryValueDelegate
extends KettleDatabaseRepositoryBaseDelegate


Constructor Summary
KettleDatabaseRepositoryValueDelegate(KettleDatabaseRepository repository)
           
 
Method Summary
 RowMetaAndData getValue(ObjectId id_value)
           
 ValueMetaAndData loadValueMetaAndData(ObjectId id_value)
           
 
Methods inherited from class org.pentaho.di.repository.kdr.delegates.KettleDatabaseRepositoryBaseDelegate
quote, quoteTable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KettleDatabaseRepositoryValueDelegate

public KettleDatabaseRepositoryValueDelegate(KettleDatabaseRepository repository)
Method Detail

getValue

public RowMetaAndData getValue(ObjectId id_value)
                        throws KettleException
Throws:
KettleException

loadValueMetaAndData

public ValueMetaAndData loadValueMetaAndData(ObjectId id_value)
                                      throws KettleException
Throws:
KettleException