public class FileFolderNodeFilter extends DepthItemFilter
ALL, NONE| Constructor and Description |
|---|
FileFolderNodeFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Item item)
Returns
true. |
dump, matches, setMaxDepth, setMinDepthpublic boolean matches(Item item) throws RepositoryException
true. Subclasses can override to implement something
useful that is dependant of the depth.
Returns true if the item is a node of type nt:hierarchyNode
that has or defines a 'jcr:content' child node.matches in class DepthItemFilteritem - the item to matchtrue if the item matches; false otherwise.RepositoryException - if an error occurs.Copyright © 2010 - 2020 Adobe. All Rights Reserved