Uses of Class
org.apache.jackrabbit.ocm.nodemanagement.exception.NodeTypeCreationException

Packages that use NodeTypeCreationException
org.apache.jackrabbit.ocm.nodemanagement   
org.apache.jackrabbit.ocm.nodemanagement.impl   
 

Uses of NodeTypeCreationException in org.apache.jackrabbit.ocm.nodemanagement
 

Methods in org.apache.jackrabbit.ocm.nodemanagement that throw NodeTypeCreationException
 void NodeTypeManager.createNodeTypes(javax.jcr.Session session, ClassDescriptor[] classDescriptors)
          This method creates JCR node types based on ClassDescriptor objects which are created by a jcr-mapping Mapper implementation.
 void NodeTypeManager.createNodeTypes(javax.jcr.Session session, MappingDescriptor mappingDescriptor)
          This method creates JCR node types based on the MappingDescriptor object which is created by a jcr-mapping Mapper implementation.
 void NodeTypeManager.createSingleNodeType(javax.jcr.Session session, ClassDescriptor classDescriptor)
          This method creates a single JCR node type identified by its ClassDescriptor read from the jcr mapping file.
 

Uses of NodeTypeCreationException in org.apache.jackrabbit.ocm.nodemanagement.impl
 

Methods in org.apache.jackrabbit.ocm.nodemanagement.impl that throw NodeTypeCreationException
 void NodeTypeManagerImpl.createNodeTypes(javax.jcr.Session session, ClassDescriptor[] classDescriptors)
           
 void NodeTypeManagerImpl.createNodeTypes(javax.jcr.Session session, MappingDescriptor mappingDescriptor)
           
 void NodeTypeManagerImpl.createSingleNodeType(javax.jcr.Session session, ClassDescriptor classDescriptor)
           
 



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