Uses of Class
org.pentaho.di.shared.SharedObjects
Package
Description
-
Uses of SharedObjects in org.pentaho.di.base
Modifier and TypeFieldDescriptionprotected SharedObjects
AbstractMeta.sharedObjects
The last loaded version of the shared objectsModifier and TypeMethodDescriptionAbstractMeta.getSharedObjects()
Gets the shared objects.AbstractMeta.readSharedObjects()
Read shared objects.Modifier and TypeMethodDescriptionvoid
AbstractMeta.setSharedObjects
(SharedObjects sharedObjects) Sets the shared objects. -
Uses of SharedObjects in org.pentaho.di.repository
Modifier and TypeMethodDescriptionRepository.readJobMetaSharedObjects
(JobMeta jobMeta) Repository.readTransSharedObjects
(TransMeta transMeta) -
Uses of SharedObjects in org.pentaho.di.repository.filerep
Modifier and TypeMethodDescriptionKettleFileRepository.readJobMetaSharedObjects
(JobMeta jobMeta) KettleFileRepository.readTransSharedObjects
(TransMeta transMeta) -
Uses of SharedObjects in org.pentaho.di.repository.kdr
Modifier and TypeMethodDescriptionKettleDatabaseRepository.readJobMetaSharedObjects
(JobMeta jobMeta) KettleDatabaseRepository.readTransSharedObjects
(TransMeta transMeta) -
Uses of SharedObjects in org.pentaho.di.repository.kdr.delegates
Modifier and TypeMethodDescriptionKettleDatabaseRepositoryJobDelegate.readSharedObjects
(JobMeta jobMeta) KettleDatabaseRepositoryTransDelegate.readTransSharedObjects
(TransMeta transMeta)