Uses of Class
org.apache.jackrabbit.core.nodetype.EffectiveNodeType

Packages that use EffectiveNodeType
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.nodetype   
org.apache.jackrabbit.core.version   
org.apache.jackrabbit.core.virtual   
 

Uses of EffectiveNodeType in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return EffectiveNodeType
 EffectiveNodeType NodeImpl.getEffectiveNodeType()
          Returns the effective (i.e.
 EffectiveNodeType ItemValidator.getEffectiveNodeType(NodeState nodeState)
          Helper method that builds the effective (i.e.
 

Uses of EffectiveNodeType in org.apache.jackrabbit.core.nodetype
 

Methods in org.apache.jackrabbit.core.nodetype that return EffectiveNodeType
 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.
 EffectiveNodeType NodeTypeRegistry.getEffectiveNodeType(Name ntName)
           
 EffectiveNodeType NodeTypeRegistry.getEffectiveNodeType(Name[] ntNames)
           
 EffectiveNodeType NodeTypeRegistry.registerNodeType(NodeTypeDef ntd)
          Validates the NodeTypeDef and returns an EffectiveNodeType object representing the newly registered node type.
 EffectiveNodeType NodeTypeRegistry.reregisterNodeType(NodeTypeDef ntd)
          Reregister a node type.
 

Methods in org.apache.jackrabbit.core.nodetype with parameters of type EffectiveNodeType
 void BitsetENTCacheImpl.put(EffectiveNodeType ent)
          Puts an effective node type to the cache.
 void EffectiveNodeTypeCacheImpl.put(EffectiveNodeType ent)
          Puts an effective node type to the cache.
 void EffectiveNodeTypeCache.put(EffectiveNodeType ent)
          Puts an effective node type to the cache.
 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.
 

Uses of EffectiveNodeType in org.apache.jackrabbit.core.version
 

Methods in org.apache.jackrabbit.core.version that return EffectiveNodeType
 EffectiveNodeType NodeStateEx.getEffectiveNodeType()
          Returns the effective (i.e.
 

Uses of EffectiveNodeType in org.apache.jackrabbit.core.virtual
 

Methods in org.apache.jackrabbit.core.virtual that return EffectiveNodeType
protected  EffectiveNodeType AbstractVISProvider.getEffectiveNodeType(NodeState parent)
          Returns the effective (i.e.
 



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