|
Class Summary |
| BaseFilter |
Implements an item filter that matches if a node only has the primary
properties: jcr:primaryType, jcr:mixinTypes, jcr:uuid, jcr:created and
jcr:createdBy |
| DeclaringTypeItemFilter |
Filter that checks the declared type of an item |
| DefaultPathFilter |
The default path filter provides hierarchical filtering. |
| DepthItemFilter |
Implements a filter that filters item according to their (passed) depth. |
| FileFolderNodeFilter |
Defines an filter that matches file/folder like nodes. |
| IsMandatoryFilter |
IsNodeFilter... |
| IsNodeFilter |
Item filter that checks if an item is a node. |
| NameItemFilter |
Filters items according to their names. |
| NodeTypeItemFilter |
Filters on the node type of a node. |
| NtFileItemFilter |
The nt file item filter matches all properties that are defined my the
nt:file or nt:resource node type. |