Uses of Interface
org.xcmis.search.value.PathSplitter

Packages that use PathSplitter
org.xcmis.search.config   
org.xcmis.search.content.command   
org.xcmis.search.lucene   
org.xcmis.search.value   
 

Uses of PathSplitter in org.xcmis.search.config
 

Methods in org.xcmis.search.config that return PathSplitter
 PathSplitter SearchServiceConfiguration.getPathSplitter()
           
 

Methods in org.xcmis.search.config with parameters of type PathSplitter
 void SearchServiceConfiguration.setPathSplitter(PathSplitter pathSplitter)
           
 

Uses of PathSplitter in org.xcmis.search.content.command
 

Methods in org.xcmis.search.content.command that return PathSplitter
 PathSplitter InvocationContext.getPathSplitter()
           
 

Methods in org.xcmis.search.content.command with parameters of type PathSplitter
 void InvocationContext.setPathSplitter(PathSplitter pathSplitter)
           
 

Uses of PathSplitter in org.xcmis.search.lucene
 

Fields in org.xcmis.search.lucene declared as PathSplitter
protected  PathSplitter AbstractLuceneQueryableIndexStorage.pathSplitter
          Split path string to names.
 

Constructors in org.xcmis.search.lucene with parameters of type PathSplitter
LuceneQueryBuilder(org.apache.lucene.index.IndexReader indexReader, NameConverter<?> nameConverter, PathSplitter<?> pathSplitter, Map<String,Object> bindVariablesValues, IndexConfiguration indexConfiguration)
           
 

Uses of PathSplitter in org.xcmis.search.value
 

Classes in org.xcmis.search.value that implement PathSplitter
 class SlashSplitter
          Split path by Slash.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.