|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemNotFoundException | |
---|---|
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. |
Uses of ItemNotFoundException in javax.jcr |
---|
Methods in javax.jcr that throw ItemNotFoundException | |
---|---|
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. |
Uses of ItemNotFoundException in javax.jcr.query |
---|
Methods in javax.jcr.query that throw ItemNotFoundException | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |