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 |
---|---|
Item |
Item.getAncestor(int depth)
Returns the ancestor of the specified depth.
|
String |
Node.getCorrespondingNodePath(String workspaceName)
Returns the absolute path of the node in the specified workspace that
corresponds to
this node. |
Node |
Session.getNodeByUUID(String uuid)
Returns the node specifed by the given UUID.
|
Node |
Item.getParent()
Returns the parent of this
Item . |
Item |
Node.getPrimaryItem()
Returns the primary child item of this node.
|
void |
Node.orderBefore(String srcChildRelPath,
String destChildRelPath)
If this node supports child node ordering, this method inserts the child node at
srcChildRelPath before its sibling, the child node at destChildRelPath ,
in the child node list. |
Modifier and Type | Method and Description |
---|---|
String |
Query.getStoredQueryPath()
If this is a
Query object that has been stored using
Query.storeAsNode(java.lang.String) (regardless of whether it has been save d yet)
or retrieved using QueryManager.getQuery(javax.jcr.Node) ), then this method
returns the path of the nt:query node that stores the query. |
Value |
Row.getValue(String propertyName)
Returns the value of the indicated property in this
Row . |
Copyright © 2004-2013 Day Management AG. All Rights Reserved.