public interface QNameFilter
| Modifier and Type | Method and Description |
|---|---|
Collection<QName> |
filterQName(Collection<QName> typesToFilter)
Filters out any QName defined in the "excludedTypes" property
|
void |
initFilter() |
boolean |
isExcluded(QName typeQName)
Indicates that this QName should be excluded.
|
void |
setExcluded(QName typeQName,
boolean excluded)
Exclude the type
|
static final String WILDCARD
Collection<QName> filterQName(Collection<QName> typesToFilter)
typesToFilter - - original listboolean isExcluded(QName typeQName)
typeQName - QNamevoid setExcluded(QName typeQName, boolean excluded)
typeQName - the type to excludevoid initFilter()
Copyright © 2005–2019 Alfresco Software. All rights reserved.