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.repository This package contains the required classes to handle the Kettle repository. 
org.pentaho.di.repository.filerep   
org.pentaho.di.repository.kdr   
org.pentaho.di.repository.kdr.delegates   
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
 

Uses of SharedObjects in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return SharedObjects
 SharedObjects JobMeta.getSharedObjects()
          Gets the shared objects.
 SharedObjects JobMeta.readSharedObjects()
          Read shared objects.
 

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

Uses of SharedObjects in org.pentaho.di.repository
 

Methods in org.pentaho.di.repository that return SharedObjects
 SharedObjects Repository.readJobMetaSharedObjects(JobMeta jobMeta)
           
 SharedObjects Repository.readTransSharedObjects(TransMeta transMeta)
           
 

Uses of SharedObjects in org.pentaho.di.repository.filerep
 

Methods in org.pentaho.di.repository.filerep that return SharedObjects
 SharedObjects KettleFileRepository.readJobMetaSharedObjects(JobMeta jobMeta)
           
 SharedObjects KettleFileRepository.readTransSharedObjects(TransMeta transMeta)
           
 

Uses of SharedObjects in org.pentaho.di.repository.kdr
 

Methods in org.pentaho.di.repository.kdr that return SharedObjects
 SharedObjects KettleDatabaseRepository.readJobMetaSharedObjects(JobMeta jobMeta)
           
 SharedObjects KettleDatabaseRepository.readTransSharedObjects(TransMeta transMeta)
           
 

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

Methods in org.pentaho.di.repository.kdr.delegates that return SharedObjects
 SharedObjects KettleDatabaseRepositoryJobDelegate.readSharedObjects(JobMeta jobMeta)
           
 SharedObjects KettleDatabaseRepositoryTransDelegate.readTransSharedObjects(TransMeta transMeta)
           
 

Uses of SharedObjects in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return SharedObjects
 SharedObjects TransMeta.getSharedObjects()
          Gets the shared objects.
 SharedObjects TransMeta.readSharedObjects()
          Reads the shared objects (steps, connections, etc.).
 

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

Uses of SharedObjects in org.pentaho.di.ui.spoon
 

Fields in org.pentaho.di.ui.spoon with type parameters of type SharedObjects
 Map<String,SharedObjects> Spoon.sharedObjectsFileMap