public abstract class AbstractIndexFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
AbstractIndexFilter.DefinitionExistChecker |
| Modifier and Type | Field and Description |
|---|---|
protected DictionaryService |
dictionaryService |
protected NamespaceService |
namespaceService |
| Constructor and Description |
|---|
AbstractIndexFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
protected void |
initIgnoringPathsByCriterion(List<String> initDataInString,
Set<QName> dataForIgnoringPaths,
AbstractIndexFilter.DefinitionExistChecker dec) |
void |
setDictionaryService(DictionaryService dictionaryService) |
void |
setNamespaceService(NamespaceService namespaceService) |
protected NamespaceService namespaceService
protected DictionaryService dictionaryService
public void setNamespaceService(NamespaceService namespaceService)
public void setDictionaryService(DictionaryService dictionaryService)
public void init()
protected void initIgnoringPathsByCriterion(List<String> initDataInString, Set<QName> dataForIgnoringPaths, AbstractIndexFilter.DefinitionExistChecker dec)
Copyright © 2005–2021 Alfresco Software. All rights reserved.