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 checkedjavax.jcr.RepositoryException
RepositoryException
public boolean excludes(Node node) throws RepositoryException
node
- the Node
to be checkedjavax.jcr.RepositoryException
RepositoryException
public boolean excludesNodeType(String nodeTypeName)
nodeTypeName
- a String
containing the node type"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"