public class ItemFilterImpl
extends java.lang.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(java.lang.String nodeTypeName)
Checks if a given node type name is excluded
|
java.util.Set<java.util.regex.Pattern> |
getNodeNamePattern() |
java.util.Set<java.util.regex.Pattern> |
getNodeTypePattern() |
java.util.Set<java.util.regex.Pattern> |
getPropertyNamePattern() |
public boolean excludes(Property property)
throws RepositoryException
property - the Property to be checkedjavax.jcr.RepositoryExceptionRepositoryExceptionpublic boolean excludes(Node node)
throws RepositoryException
node - the Node to be checkedjavax.jcr.RepositoryExceptionRepositoryExceptionpublic boolean excludesNodeType(java.lang.String nodeTypeName)
nodeTypeName - a String containing the node typepublic java.util.Set<java.util.regex.Pattern> getNodeTypePattern()
public java.util.Set<java.util.regex.Pattern> getNodeNamePattern()
public java.util.Set<java.util.regex.Pattern> getPropertyNamePattern()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"