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

Packages that use NodeTypeManagerImpl
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.observation   
org.apache.jackrabbit.core.session   
 

Uses of NodeTypeManagerImpl in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return NodeTypeManagerImpl
 NodeTypeManagerImpl SessionImpl.getNodeTypeManager()
          Returns the NodeTypeManager.
 

Uses of NodeTypeManagerImpl in org.apache.jackrabbit.core.observation
 

Methods in org.apache.jackrabbit.core.observation with parameters of type NodeTypeManagerImpl
 Set<NodeType> EventState.getNodeTypes(NodeTypeManagerImpl ntMgr)
          Returns the Set of NodeTypes assigned to the parent node associated with this event.
 

Uses of NodeTypeManagerImpl in org.apache.jackrabbit.core.session
 

Methods in org.apache.jackrabbit.core.session that return NodeTypeManagerImpl
 NodeTypeManagerImpl SessionContext.getNodeTypeManager()
          Returns the node type manager of this session.
 



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