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

Packages that use NodeTypeImpl
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.nodetype   
 

Uses of NodeTypeImpl in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core with parameters of type NodeTypeImpl
protected  NodeImpl NodeImpl.createChildNode(QName name, NodeDefinitionImpl def, NodeTypeImpl nodeType, NodeId id)
           
protected  NodeImpl NodeImpl.internalAddChildNode(QName nodeName, NodeTypeImpl nodeType)
           
protected  NodeImpl NodeImpl.internalAddChildNode(QName nodeName, NodeTypeImpl nodeType, NodeId id)
           
protected  NodeImpl NodeImpl.internalAddNode(String relPath, NodeTypeImpl nodeType)
           
protected  NodeImpl NodeImpl.internalAddNode(String relPath, NodeTypeImpl nodeType, NodeId id)
           
 

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

Methods in org.apache.jackrabbit.core.nodetype that return NodeTypeImpl
 NodeTypeImpl NodeTypeManagerImpl.getNodeType(QName name)
           
 



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