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

Packages that use EffectiveNodeType
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.nodetype   
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 NodeTypeRegistry.getEffectiveNodeType(QName ntName, org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCache anEntCache, Map aRegisteredNTDefCache)
           
 EffectiveNodeType NodeTypeRegistry.getEffectiveNodeType(QName[] ntNames, org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCache anEntCache, Map aRegisteredNTDefCache)
           
 EffectiveNodeType NodeTypeRegistry.getEffectiveNodeType(QName ntName)
           
 EffectiveNodeType NodeTypeRegistry.getEffectiveNodeType(QName[] 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)
           
static EffectiveNodeType EffectiveNodeType.create(NodeTypeRegistry ntReg, NodeTypeDef ntd)
          Factory method: creates an effective node type representation of a node type definition.
 

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-2006 The Apache Software Foundation. All Rights Reserved.