Uses of Class
javax.jcr.ItemNotFoundException

Packages that use ItemNotFoundException
com.jeceira.item.proxy   
com.jeceira.session   
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology (JCR). 
javax.jcr.query Provides interfaces and classes for JCR searching functionality. 
 

Uses of ItemNotFoundException in com.jeceira.item.proxy
 

Methods in com.jeceira.item.proxy that throw ItemNotFoundException
 java.lang.String NodeProxy.getCorrespondingNodePath(java.lang.String workspaceName)
           
 Item NodeProxy.getPrimaryItem()
           
 void NodeProxy.orderBefore(java.lang.String srcChildRelPath, java.lang.String destChildRelPath)
           
 Item ItemProxy.getAncestor(int depth)
           
 Node ItemProxy.getParent()
           
 

Uses of ItemNotFoundException in com.jeceira.session
 

Methods in com.jeceira.session that throw ItemNotFoundException
 Node SessionImpl.getNodeByUUID(java.lang.String uuid)
           
 

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.
 Node Item.getParent()
          Returns the parent of this Item.
 Node Session.getNodeByUUID(java.lang.String uuid)
          Returns the node specifed by the given UUID.
 void Node.orderBefore(java.lang.String srcChildRelPath, java.lang.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.
 Item Node.getPrimaryItem()
          Returns the primary child item of this node.
 java.lang.String Node.getCorrespondingNodePath(java.lang.String workspaceName)
          Returns the absolute path of the node in the specified workspace that corresponds to this node.
 

Uses of ItemNotFoundException in javax.jcr.query
 

Methods in javax.jcr.query that throw ItemNotFoundException
 java.lang.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 saved 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(java.lang.String propertyName)
          Returns the value of the indicated property in this Row.
 



Copyright © 2005 Aparzev Software Ltd. All Rights Reserved.