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

Packages that use ISolutionFilter
org.pentaho.platform.api.repository   
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.uifoundation.component.xml   
 

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

Methods in org.pentaho.platform.api.repository with parameters of type ISolutionFilter
 Document ISolutionRepository.getFullSolutionTree(int actionOperation, ISolutionFilter filter)
           
 Document ISolutionRepository.getSolutionTree(int actionOperation, ISolutionFilter filter)
           
 

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

Fields in org.pentaho.platform.engine.services.solution declared as ISolutionFilter
static ISolutionFilter SolutionReposHelper.KEEP_ALL_FILTER
           
 

Methods in org.pentaho.platform.engine.services.solution with parameters of type ISolutionFilter
static void SolutionReposHelper.processSolutionStructure(Element parentNode, ISolutionFile targetFile, ISolutionFilter solutionFilter, int actionOperation)
           
static void SolutionReposHelper.processSolutionStructure(Element parentNode, ISolutionFile targetFile, ISolutionFilter solutionFilter, ISolutionAttributeContributor contributor, int actionOperation)
           
static void SolutionReposHelper.processSolutionTree(Element parentNode, ISolutionFile targetFile, ISolutionFilter solutionFilter, int actionOperation)
           
static void SolutionReposHelper.processSolutionTree(Element parentNode, ISolutionFile targetFile, ISolutionFilter solutionFilter, ISolutionAttributeContributor contributor, List ignoreDirsList, List ignoreFilesList, int actionOperation)
           
 

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

Methods in org.pentaho.platform.repository.solution with parameters of type ISolutionFilter
 Document SolutionRepositoryBase.getFullSolutionTree(int actionOperation, ISolutionFilter filter)
           
 

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

Classes in org.pentaho.platform.repository.solution.dbbased that implement ISolutionFilter
 class DbBasedSolutionRepository
           
 class ExtensionDbBasedSolutionRepository
           
 

Methods in org.pentaho.platform.repository.solution.dbbased with parameters of type ISolutionFilter
 Document DbBasedSolutionRepository.getSolutionTree(int actionOperation, ISolutionFilter filter)
           
 

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

Classes in org.pentaho.platform.repository.solution.filebased that implement ISolutionFilter
 class ExtensionFileBasedSolutionRepository
           
 class FileBasedSolutionRepository
           
 

Methods in org.pentaho.platform.repository.solution.filebased with parameters of type ISolutionFilter
 Document FileBasedSolutionRepository.getSolutionTree(int actionOperation, ISolutionFilter filter)
           
 

Uses of ISolutionFilter in org.pentaho.platform.uifoundation.component.xml
 

Classes in org.pentaho.platform.uifoundation.component.xml that implement ISolutionFilter
 class SolutionTreeUIComponent