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 java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static interfaceAbstractIndexFilter.DefinitionExistChecker
-
Field Summary
Fields Modifier and Type Field Description protected org.alfresco.service.cmr.dictionary.DictionaryServicedictionaryServiceprotected org.alfresco.service.namespace.NamespaceServicenamespaceService
-
Constructor Summary
Constructors Constructor Description AbstractIndexFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()protected voidinitIgnoringPathsByCriterion(java.util.List<java.lang.String> initDataInString, java.util.Set<org.alfresco.service.namespace.QName> dataForIgnoringPaths, AbstractIndexFilter.DefinitionExistChecker dec)voidsetDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)voidsetNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
-
-
-
Method Detail
-
setNamespaceService
public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
-
setDictionaryService
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
-
init
public void init()
-
initIgnoringPathsByCriterion
protected void initIgnoringPathsByCriterion(java.util.List<java.lang.String> initDataInString, java.util.Set<org.alfresco.service.namespace.QName> dataForIgnoringPaths, AbstractIndexFilter.DefinitionExistChecker dec)
-
-