Class AbstractIndexFilter

    • Field Detail

      • namespaceService

        protected org.alfresco.service.namespace.NamespaceService namespaceService
      • dictionaryService

        protected org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService
    • Constructor Detail

      • AbstractIndexFilter

        public AbstractIndexFilter()
    • 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)