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(Name name, NodeDefinitionImpl def, NodeTypeImpl nodeType, NodeId id)
           
protected  NodeImpl NodeImpl.internalAddChildNode(Name nodeName, NodeTypeImpl nodeType)
           
protected  NodeImpl NodeImpl.internalAddChildNode(Name 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(Name name)
           
 



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