Uses of Class
org.pentaho.di.shared.SharedObjects

Packages that use SharedObjects
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
 

Uses of SharedObjects in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return SharedObjects
 SharedObjects JobMeta.getSharedObjects()
           
 SharedObjects JobMeta.readSharedObjects(Repository rep)
           
 

Methods in org.pentaho.di.job with parameters of type SharedObjects
 void JobMeta.setSharedObjects(SharedObjects sharedObjects)
           
 

Uses of SharedObjects in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return SharedObjects
 SharedObjects TransMeta.getSharedObjects()
           
 SharedObjects TransMeta.readSharedObjects(Repository rep)
           
 

Methods in org.pentaho.di.trans with parameters of type SharedObjects
 void TransMeta.setSharedObjects(SharedObjects sharedObjects)