ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.cache.CachedNode.ReferenceType

Packages that use CachedNode.ReferenceType
org.modeshape.jcr.cache   
org.modeshape.jcr.cache.document   
 

Uses of CachedNode.ReferenceType in org.modeshape.jcr.cache
 

Methods in org.modeshape.jcr.cache that return CachedNode.ReferenceType
static CachedNode.ReferenceType CachedNode.ReferenceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CachedNode.ReferenceType[] CachedNode.ReferenceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.modeshape.jcr.cache with parameters of type CachedNode.ReferenceType
 void MutableCachedNode.addReferrer(SessionCache cache, NodeKey referrerKey, CachedNode.ReferenceType type)
          Adds to this node a reference with the given type from the node with the supplied key to this node.
 Set<NodeKey> CachedNode.getReferrers(NodeCache cache, CachedNode.ReferenceType type)
          Get the keys of the nodes that have JCR REFERENCE and/or WEAK_REFERENCE properties pointing to this node.
 void MutableCachedNode.removeReferrer(SessionCache cache, NodeKey referrerKey, CachedNode.ReferenceType type)
          Remove from this node a reference with the given type from the node with the supplied key to this node.
 

Uses of CachedNode.ReferenceType in org.modeshape.jcr.cache.document
 

Methods in org.modeshape.jcr.cache.document with parameters of type CachedNode.ReferenceType
 void SessionNode.addReferrer(SessionCache cache, NodeKey referrerKey, CachedNode.ReferenceType type)
           
 List<NodeKey> SessionNode.ReferrerChanges.getAddedReferrers(CachedNode.ReferenceType type)
           
 Set<NodeKey> DocumentTranslator.getReferrers(Document document, CachedNode.ReferenceType type)
           
 Set<NodeKey> SessionNode.getReferrers(NodeCache cache, CachedNode.ReferenceType type)
           
 Set<NodeKey> LazyCachedNode.getReferrers(NodeCache cache, CachedNode.ReferenceType type)
           
 List<NodeKey> SessionNode.ReferrerChanges.getRemovedReferrers(CachedNode.ReferenceType type)
           
 void SessionNode.removeReferrer(SessionCache cache, NodeKey referrerKey, CachedNode.ReferenceType type)
           
 


ModeShape Distribution 3.0.0.Beta4

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