Package org.alfresco.repo.search
Class TypeIndexFilter
- java.lang.Object
-
- org.alfresco.repo.search.AbstractIndexFilter
-
- org.alfresco.repo.search.TypeIndexFilter
-
public class TypeIndexFilter extends AbstractIndexFilter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.alfresco.repo.search.AbstractIndexFilter
AbstractIndexFilter.DefinitionExistChecker
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.search.AbstractIndexFilter
dictionaryService, namespaceService
-
-
Constructor Summary
Constructors Constructor Description TypeIndexFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()booleanisIgnorePathsForSpecificTypes()voidsetIgnorePathsForSpecificTypes(boolean ignorePersonAndConfigurationPaths)voidsetTypesForIgnoringPaths(java.util.List<java.lang.String> typesForIgnoringPaths)booleanshouldBeIgnored(org.alfresco.service.namespace.QName nodeType)-
Methods inherited from class org.alfresco.repo.search.AbstractIndexFilter
initIgnoringPathsByCriterion, setDictionaryService, setNamespaceService
-
-
-
-
Method Detail
-
isIgnorePathsForSpecificTypes
public boolean isIgnorePathsForSpecificTypes()
-
setIgnorePathsForSpecificTypes
public void setIgnorePathsForSpecificTypes(boolean ignorePersonAndConfigurationPaths)
-
setTypesForIgnoringPaths
public void setTypesForIgnoringPaths(java.util.List<java.lang.String> typesForIgnoringPaths)
-
init
public void init()
- Overrides:
initin classAbstractIndexFilter
-
shouldBeIgnored
public boolean shouldBeIgnored(org.alfresco.service.namespace.QName nodeType)
-
-