Uses of Class
org.pentaho.di.shared.SharedObjects
Packages that use SharedObjects
Package
Description
-
Uses of SharedObjects in org.pentaho.di.base
Fields in org.pentaho.di.base declared as SharedObjectsModifier and TypeFieldDescriptionprotected SharedObjects
AbstractMeta.sharedObjects
The last loaded version of the shared objectsMethods in org.pentaho.di.base that return SharedObjectsModifier and TypeMethodDescriptionAbstractMeta.getSharedObjects()
Gets the shared objects.AbstractMeta.readSharedObjects()
Read shared objects.Methods in org.pentaho.di.base with parameters of type SharedObjectsModifier and TypeMethodDescriptionvoid
AbstractMeta.setSharedObjects
(SharedObjects sharedObjects) Sets the shared objects. -
Uses of SharedObjects in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return SharedObjectsModifier and TypeMethodDescriptionRepository.readJobMetaSharedObjects
(JobMeta jobMeta) Repository.readTransSharedObjects
(TransMeta transMeta) -
Uses of SharedObjects in org.pentaho.di.repository.filerep
Methods in org.pentaho.di.repository.filerep that return SharedObjectsModifier and TypeMethodDescriptionKettleFileRepository.readJobMetaSharedObjects
(JobMeta jobMeta) KettleFileRepository.readTransSharedObjects
(TransMeta transMeta) -
Uses of SharedObjects in org.pentaho.di.repository.kdr
Methods in org.pentaho.di.repository.kdr that return SharedObjectsModifier and TypeMethodDescriptionKettleDatabaseRepository.readJobMetaSharedObjects
(JobMeta jobMeta) KettleDatabaseRepository.readTransSharedObjects
(TransMeta transMeta) -
Uses of SharedObjects in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return SharedObjectsModifier and TypeMethodDescriptionKettleDatabaseRepositoryJobDelegate.readSharedObjects
(JobMeta jobMeta) KettleDatabaseRepositoryTransDelegate.readTransSharedObjects
(TransMeta transMeta)