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 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. for which EffectiveNodeTypeCache.contains(Key)} returns true.
 EffectiveNodeTypeCache.Key BitSetENTCacheImpl.findBest(EffectiveNodeTypeCache.Key key)
          Searches the best key k for which the given key is a super set, i.e. for which EffectiveNodeTypeCache.contains(Key)} returns true.
 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 BitSetENTCacheImpl.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. i.e. removes all node type names that from the other key.
 

Methods in org.apache.jackrabbit.core.nodetype with parameters of type EffectiveNodeTypeCache.Key
 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.
 boolean BitSetENTCacheImpl.contains(EffectiveNodeTypeCache.Key key)
          Checks if the effective node type for the given key exists.
 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. for which EffectiveNodeTypeCache.contains(Key)} returns true.
 EffectiveNodeTypeCache.Key BitSetENTCacheImpl.findBest(EffectiveNodeTypeCache.Key key)
          Searches the best key k for which the given key is a super set, i.e. for which EffectiveNodeTypeCache.contains(Key)} returns true.
 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.
 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.
 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.
 void BitSetENTCacheImpl.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. i.e. removes all node type names that from the other key.
 



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