Class TypeIndexFilter

java.lang.Object
org.alfresco.repo.search.AbstractIndexFilter
org.alfresco.repo.search.TypeIndexFilter

public class TypeIndexFilter extends AbstractIndexFilter
  • Constructor Details

    • TypeIndexFilter

      public TypeIndexFilter()
  • Method Details

    • isIgnorePathsForSpecificTypes

      public boolean isIgnorePathsForSpecificTypes()
    • setIgnorePathsForSpecificTypes

      public void setIgnorePathsForSpecificTypes(boolean ignorePersonAndConfigurationPaths)
    • setTypesForIgnoringPaths

      public void setTypesForIgnoringPaths(List<String> typesForIgnoringPaths)
    • init

      public void init()
      Overrides:
      init in class AbstractIndexFilter
    • shouldBeIgnored

      public boolean shouldBeIgnored(QName nodeType)