Package org.alfresco.repo.search
Class TypeIndexFilter
java.lang.Object
org.alfresco.repo.search.AbstractIndexFilter
org.alfresco.repo.search.TypeIndexFilter
-
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()booleanvoidsetIgnorePathsForSpecificTypes(boolean ignorePersonAndConfigurationPaths) voidsetTypesForIgnoringPaths(List<String> typesForIgnoringPaths) booleanshouldBeIgnored(QName nodeType) Methods inherited from class org.alfresco.repo.search.AbstractIndexFilter
initIgnoringPathsByCriterion, setDictionaryService, setNamespaceService
-
Constructor Details
-
TypeIndexFilter
public TypeIndexFilter()
-
-
Method Details
-
isIgnorePathsForSpecificTypes
public boolean isIgnorePathsForSpecificTypes() -
setIgnorePathsForSpecificTypes
public void setIgnorePathsForSpecificTypes(boolean ignorePersonAndConfigurationPaths) -
setTypesForIgnoringPaths
-
init
public void init()- Overrides:
initin classAbstractIndexFilter
-
shouldBeIgnored
-