Uses of Class
org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
Packages that use NodeTypeManagerImpl Package Description 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 Modifier and Type Method Description NodeTypeManagerImplSessionImpl. getNodeTypeManager()Returns theNodeTypeManager. -
Uses of NodeTypeManagerImpl in org.apache.jackrabbit.core.observation
Methods in org.apache.jackrabbit.core.observation with parameters of type NodeTypeManagerImpl Modifier and Type Method Description Set<NodeType>EventState. getNodeTypes(NodeTypeManagerImpl ntMgr)Returns theSetofNodeTypes 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 Modifier and Type Method Description NodeTypeManagerImplSessionContext. getNodeTypeManager()Returns the node type manager of this session.
-