Uses of Interface
org.pentaho.platform.api.repository.ISolutionRepository

Packages that use ISolutionRepository
org.pentaho.platform.engine.services   
org.pentaho.platform.engine.services.solution   
org.pentaho.platform.repository.solution   
org.pentaho.platform.repository.solution.dbbased   
org.pentaho.platform.repository.solution.filebased   
org.pentaho.platform.web.servlet   
 

Uses of ISolutionRepository in org.pentaho.platform.engine.services
 

Constructors in org.pentaho.platform.engine.services with parameters of type ISolutionRepository
SolutionURIResolver(ISolutionRepository repository)
           
 

Uses of ISolutionRepository in org.pentaho.platform.engine.services.solution
 

Methods in org.pentaho.platform.engine.services.solution that return ISolutionRepository
static ISolutionRepository SolutionReposHelper.getSolutionRepositoryThreadVariable()
           
 

Methods in org.pentaho.platform.engine.services.solution with parameters of type ISolutionRepository
static void SolutionReposHelper.setSolutionRepositoryThreadVariable(ISolutionRepository repository)
           
 

Constructors in org.pentaho.platform.engine.services.solution with parameters of type ISolutionRepository
PermissionFilter(ISolutionRepository repository)
           
 

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

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

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

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

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

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

Methods in org.pentaho.platform.repository.solution.filebased that return ISolutionRepository
 ISolutionRepository SolutionRepositoryVfsFileObject.getRepository()
           
 

Constructors in org.pentaho.platform.repository.solution.filebased with parameters of type ISolutionRepository
SolutionRepositoryVfsFileObject(String fileRef, ISolutionRepository repository)
           
SolutionRepositoryVfsFileObject(String fileRef, ISolutionRepository repository, org.apache.commons.vfs.FileType type)
           
 

Uses of ISolutionRepository in org.pentaho.platform.web.servlet
 

Methods in org.pentaho.platform.web.servlet with parameters of type ISolutionRepository
 void AdhocWebService.createJFreeReportDefinitionAsStream(String reportXML, String templatePath, org.dom4j.Element mqlNode, ISolutionRepository repository, IPentahoSession userSession, OutputStream jfreeMergedOutputStream)
          Create the JFreeReport file.