Uses of Class
org.pentaho.di.shared.SharedObjects
-
-
Uses of SharedObjects in org.pentaho.di.base
Fields in org.pentaho.di.base declared as SharedObjects Modifier and Type Field Description protected SharedObjectsAbstractMeta. sharedObjectsThe last loaded version of the shared objectsMethods in org.pentaho.di.base that return SharedObjects Modifier and Type Method Description SharedObjectsAbstractMeta. getSharedObjects()Gets the shared objects.SharedObjectsAbstractMeta. readSharedObjects()Read shared objects.Methods in org.pentaho.di.base with parameters of type SharedObjects Modifier and Type Method Description voidAbstractMeta. setSharedObjects(SharedObjects sharedObjects)Sets the shared objects. -
Uses of SharedObjects in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return SharedObjects Modifier and Type Method Description SharedObjectsRepository. readJobMetaSharedObjects(JobMeta jobMeta)SharedObjectsRepository. readTransSharedObjects(TransMeta transMeta) -
Uses of SharedObjects in org.pentaho.di.repository.filerep
Methods in org.pentaho.di.repository.filerep that return SharedObjects Modifier and Type Method Description SharedObjectsKettleFileRepository. readJobMetaSharedObjects(JobMeta jobMeta)SharedObjectsKettleFileRepository. readTransSharedObjects(TransMeta transMeta) -
Uses of SharedObjects in org.pentaho.di.repository.kdr
Methods in org.pentaho.di.repository.kdr that return SharedObjects Modifier and Type Method Description SharedObjectsKettleDatabaseRepository. readJobMetaSharedObjects(JobMeta jobMeta)SharedObjectsKettleDatabaseRepository. readTransSharedObjects(TransMeta transMeta) -
Uses of SharedObjects in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return SharedObjects Modifier and Type Method Description SharedObjectsKettleDatabaseRepositoryJobDelegate. readSharedObjects(JobMeta jobMeta)SharedObjectsKettleDatabaseRepositoryTransDelegate. readTransSharedObjects(TransMeta transMeta) -
Uses of SharedObjects in org.pentaho.di.shared
Fields in org.pentaho.di.shared declared as SharedObjects Modifier and Type Field Description protected SharedObjectsSharedObjectsMetaStore. sharedObjectsDeprecated.Methods in org.pentaho.di.shared that return SharedObjects Modifier and Type Method Description SharedObjectsSharedObjectsMetaStore. getSharedObjects()Deprecated.Methods in org.pentaho.di.shared with parameters of type SharedObjects Modifier and Type Method Description voidSharedObjectsMetaStore. setSharedObjects(SharedObjects sharedObjects)Deprecated.Constructors in org.pentaho.di.shared with parameters of type SharedObjects Constructor Description SharedObjectsMetaStore(SharedObjects sharedObjects)Deprecated.
-