ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.cache.NodeNotFoundException

Packages that use NodeNotFoundException
org.modeshape.jcr.cache   
org.modeshape.jcr.cache.document   
 

Uses of NodeNotFoundException in org.modeshape.jcr.cache
 

Subclasses of NodeNotFoundException in org.modeshape.jcr.cache
 class NodeNotFoundInParentException
          An exception signalling that a node does not exist in the specified parent.
 

Methods in org.modeshape.jcr.cache that throw NodeNotFoundException
 void SessionCache.destroy(NodeKey key)
          Destroy the subgraph with the supplied node as the top node in the subgraph.
 Set<NodeKey> SessionCache.getChangedNodeKeysAtOrBelow(CachedNode node)
          Returns a set with the NodeKeys of the transient nodes from this cache which are at or below the path of the given node
 Path CachedNode.getPath(NodeCache cache)
          Get the path to this node.
 Path CachedNode.getPath(PathCache pathCache)
          Get the path to this node.
 MutableCachedNode SessionCache.mutable(NodeKey key)
          Get a mutable form of the node with the supplied key.
 

Uses of NodeNotFoundException in org.modeshape.jcr.cache.document
 

Methods in org.modeshape.jcr.cache.document that throw NodeNotFoundException
 Path SessionNode.getPath(PathCache pathCache)
           
 Path LazyCachedNode.getPath(PathCache pathCache)
           
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.