public interface QNameFilter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WILDCARD |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
filterQName(java.util.Collection 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 java.lang.String WILDCARD
java.util.Collection filterQName(java.util.Collection typesToFilter)
typesToFilter - - original listboolean isExcluded(QName typeQName)
typeQName - void setExcluded(QName typeQName, boolean excluded)
typeQName - the type to excludevoid initFilter()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.