Uses of Interface
org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCache.Key

Packages that use EffectiveNodeTypeCache.Key
org.apache.jackrabbit.core.nodetype   
 

Uses of EffectiveNodeTypeCache.Key in org.apache.jackrabbit.core.nodetype
 

Methods in org.apache.jackrabbit.core.nodetype that return EffectiveNodeTypeCache.Key
 EffectiveNodeTypeCache.Key BitsetENTCacheImpl.findBest(EffectiveNodeTypeCache.Key key)
          Searches the best key k for which the given key is a super set, i.e.
 EffectiveNodeTypeCache.Key EffectiveNodeTypeCacheImpl.findBest(EffectiveNodeTypeCache.Key key)
           
 EffectiveNodeTypeCache.Key EffectiveNodeTypeCache.findBest(EffectiveNodeTypeCache.Key key)
          Searches the best key k for which the given key is a super set, i.e.
 EffectiveNodeTypeCache.Key BitsetENTCacheImpl.getKey(Name[] ntNames)
          Returns a key for an effective node type that consists of the given node type names.
 EffectiveNodeTypeCache.Key EffectiveNodeTypeCacheImpl.getKey(Name[] ntNames)
          Returns a key for an effective node type that consists of the given node type names.
 EffectiveNodeTypeCache.Key EffectiveNodeTypeCache.getKey(Name[] ntNames)
          Returns a key for an effective node type that consists of the given node type names.
 EffectiveNodeTypeCache.Key EffectiveNodeTypeCache.Key.subtract(EffectiveNodeTypeCache.Key otherKey)
          Creates a new key as a result of a subtract operation.
 

Methods in org.apache.jackrabbit.core.nodetype with parameters of type EffectiveNodeTypeCache.Key
 boolean BitsetENTCacheImpl.contains(EffectiveNodeTypeCache.Key key)
          Checks if the effective node type for the given key exists.
 boolean EffectiveNodeTypeCacheImpl.contains(EffectiveNodeTypeCache.Key key)
          Checks if the effective node type for the given key exists.
 boolean EffectiveNodeTypeCache.contains(EffectiveNodeTypeCache.Key key)
          Checks if the effective node type for the given key exists.
 boolean EffectiveNodeTypeCache.Key.contains(EffectiveNodeTypeCache.Key otherKey)
          Checks if the otherKey is contained in this one.
 EffectiveNodeTypeCache.Key BitsetENTCacheImpl.findBest(EffectiveNodeTypeCache.Key key)
          Searches the best key k for which the given key is a super set, i.e.
 EffectiveNodeTypeCache.Key EffectiveNodeTypeCacheImpl.findBest(EffectiveNodeTypeCache.Key key)
           
 EffectiveNodeTypeCache.Key EffectiveNodeTypeCache.findBest(EffectiveNodeTypeCache.Key key)
          Searches the best key k for which the given key is a super set, i.e.
 EffectiveNodeType BitsetENTCacheImpl.get(EffectiveNodeTypeCache.Key key)
          Returns the effective node type for the given key or null if the desired node type is not cached.
 EffectiveNodeType EffectiveNodeTypeCacheImpl.get(EffectiveNodeTypeCache.Key key)
          Returns the effective node type for the given key or null if the desired node type is not cached.
 EffectiveNodeType EffectiveNodeTypeCache.get(EffectiveNodeTypeCache.Key key)
          Returns the effective node type for the given key or null if the desired node type is not cached.
 void BitsetENTCacheImpl.put(EffectiveNodeTypeCache.Key key, EffectiveNodeType ent)
          Puts an effective node type to the cache for the given key.
 void EffectiveNodeTypeCacheImpl.put(EffectiveNodeTypeCache.Key key, EffectiveNodeType ent)
          Puts an effective node type to the cache for the given key.
 void EffectiveNodeTypeCache.put(EffectiveNodeTypeCache.Key key, EffectiveNodeType ent)
          Puts an effective node type to the cache for the given key.
 EffectiveNodeTypeCache.Key EffectiveNodeTypeCache.Key.subtract(EffectiveNodeTypeCache.Key otherKey)
          Creates a new key as a result of a subtract operation.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.