Uses of Interface
org.pentaho.platform.api.engine.ISessionContainer

Packages that use ISessionContainer
org.pentaho.platform.api.repository   
org.pentaho.platform.repository   
org.pentaho.platform.repository.content   
org.pentaho.platform.repository.runtime   
org.pentaho.platform.repository.solution   
org.pentaho.platform.repository.solution.dbbased   
org.pentaho.platform.repository.solution.filebased   
 

Uses of ISessionContainer in org.pentaho.platform.api.repository
 

Subinterfaces of ISessionContainer in org.pentaho.platform.api.repository
 interface IContentRepository
          The ContentRepository is responsible for all the DAO calls used to get content items out of a repository.
 interface IRuntimeRepository
           
 

Uses of ISessionContainer in org.pentaho.platform.repository
 

Classes in org.pentaho.platform.repository that implement ISessionContainer
 class SimpleRuntimeRepository
           
 

Uses of ISessionContainer in org.pentaho.platform.repository.content
 

Classes in org.pentaho.platform.repository.content that implement ISessionContainer
 class ContentRepository
           
 

Uses of ISessionContainer in org.pentaho.platform.repository.runtime
 

Classes in org.pentaho.platform.repository.runtime that implement ISessionContainer
 class RuntimeRepository
           
 

Uses of ISessionContainer in org.pentaho.platform.repository.solution
 

Classes in org.pentaho.platform.repository.solution that implement ISessionContainer
 class SolutionRepositoryBase
           
 

Uses of ISessionContainer in org.pentaho.platform.repository.solution.dbbased
 

Classes in org.pentaho.platform.repository.solution.dbbased that implement ISessionContainer
 class DbBasedSolutionRepository
           
 class ExtensionDbBasedSolutionRepository
          Deprecated. use DbBasedSolutionRepository
 

Uses of ISessionContainer in org.pentaho.platform.repository.solution.filebased
 

Classes in org.pentaho.platform.repository.solution.filebased that implement ISessionContainer
 class ExtensionFileBasedSolutionRepository
          Deprecated. use FileBasedSolutionRepository
 class FileBasedSolutionRepository