| Package | Description |
|---|---|
| javax.jcr |
Provides interfaces and classes for the Content Repository for Java Technology.
|
| javax.jcr.query |
Provides interfaces and classes for content repository searching functionality.
|
| Modifier and Type | Method and Description |
|---|---|
NodeIterator |
Node.getNodes()
Returns a
NodeIterator over all child Nodes of
this Node. |
NodeIterator |
Node.getNodes(String namePattern)
Gets all child nodes of this node that match
namePattern. |
NodeIterator |
Node.merge(String srcWorkspace,
boolean bestEffort)
This method can be thought of as a version-sensitive update (see 7.1.7
Updating and Cloning Nodes across Workspaces in the specification).
|
| Modifier and Type | Method and Description |
|---|---|
NodeIterator |
QueryResult.getNodes()
Returns an iterator over all nodes that match the query.
|
Copyright © 2004-2013 Day Management AG. All Rights Reserved.