public interface DocumentTreeFilter extends Filter
Modifier and Type | Method and Description |
---|---|
List<String> |
getExcludedFacets() |
List<String> |
getExcludedTypes() |
List<String> |
getIncludedFacets() |
void |
setExcludedFacets(List<String> excludedFacets) |
void |
setExcludedTypes(List<String> excludedTypes) |
void |
setIncludedFacets(List<String> includedFacets) |
Copyright © 2015 Nuxeo SA. All rights reserved.