Package org.alfresco.repo.search
Class AbstractIndexFilter
- java.lang.Object
-
- org.alfresco.repo.search.AbstractIndexFilter
-
- Direct Known Subclasses:
AspectIndexFilter,TypeIndexFilter
public abstract class AbstractIndexFilter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static interfaceAbstractIndexFilter.DefinitionExistChecker
-
Field Summary
Fields Modifier and Type Field Description protected DictionaryServicedictionaryServiceprotected NamespaceServicenamespaceService
-
Constructor Summary
Constructors Constructor Description AbstractIndexFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()protected voidinitIgnoringPathsByCriterion(List<String> initDataInString, Set<QName> dataForIgnoringPaths, AbstractIndexFilter.DefinitionExistChecker dec)voidsetDictionaryService(DictionaryService dictionaryService)voidsetNamespaceService(NamespaceService namespaceService)
-
-
-
Field Detail
-
namespaceService
protected NamespaceService namespaceService
-
dictionaryService
protected DictionaryService dictionaryService
-
-
Method Detail
-
setNamespaceService
public void setNamespaceService(NamespaceService namespaceService)
-
setDictionaryService
public void setDictionaryService(DictionaryService dictionaryService)
-
init
public void init()
-
initIgnoringPathsByCriterion
protected void initIgnoringPathsByCriterion(List<String> initDataInString, Set<QName> dataForIgnoringPaths, AbstractIndexFilter.DefinitionExistChecker dec)
-
-