public class ItemFilterImpl extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
excludes(Node node)
Checks if a given node is excluded
|
boolean |
excludes(Property property)
Checks if a given property is excluded.
|
boolean |
excludesNodeType(String nodeTypeName)
Checks if a given node type name is excluded
|
Set<Pattern> |
getNodeNamePattern() |
Set<Pattern> |
getNodeTypePattern() |
Set<Pattern> |
getPropertyNamePattern() |
public boolean excludes(Property property) throws RepositoryException
property - the Property to be checkedRepositoryException - Throws RepositoryExceptionpublic boolean excludes(Node node) throws RepositoryException
node - the Node to be checkedRepositoryException - Throws RepositoryExceptionpublic boolean excludesNodeType(String nodeTypeName)
nodeTypeName - a String containing the node typeCopyright © 2010 - 2020 Adobe. All Rights Reserved