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.jackrabbit   
org.apache.jackrabbit.ocm.nodemanagement.impl.jeceira   
 

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

Methods in org.apache.jackrabbit.ocm.nodemanagement that throw NodeTypeCreationException
 void NodeTypeManager.createNodeTypeFromClass(Session session, Class clazz, String jcrNodeType, boolean reflectSuperClasses)
          This method creates a JCR node type from a given Java Bean class by using reflection.
 void NodeTypeManager.createNodeTypes(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(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.createNodeTypesFromConfiguration(Session session, InputStream jcrRepositoryConfigurationFile)
          This method creates JCR node types from a JCR vendor specific configuration file.
 void NodeTypeManager.createNodeTypesFromMappingFiles(Session session, InputStream[] mappingXmlFiles)
          This method creates JCR node types based on jcr-mapping xml files.
 void NodeTypeManager.createSingleNodeType(Session session, ClassDescriptor classDescriptor)
          This method creates a single JCR node type identified by its ClassDescriptor read from the jcr mapping file.
 void NodeTypeManager.createSingleNodeTypeFromMappingFile(Session session, InputStream mappingXmlFile, String jcrNodeType)
          This method creates a single JCR node type identified by its jcrNodeType name defined in a jcr-mapping xml file.
 

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

Methods in org.apache.jackrabbit.ocm.nodemanagement.impl.jackrabbit that throw NodeTypeCreationException
 void NodeTypeManagerImpl.createNodeTypeFromClass(Session session, Class clazz, String jcrNodeType, boolean reflectSuperClasses)
           
 void NodeTypeManagerImpl.createNodeTypes(Session session, ClassDescriptor[] classDescriptors)
           
 void NodeTypeManagerImpl.createNodeTypes(Session session, MappingDescriptor mappingDescriptor)
           
 void NodeTypeManagerImpl.createNodeTypesFromConfiguration(Session session, InputStream jcrRepositoryConfigurationFile)
           
 void NodeTypeManagerImpl.createNodeTypesFromMappingFiles(Session session, InputStream[] mappingXmlFiles)
           
 void NodeTypeManagerImpl.createSingleNodeType(Session session, ClassDescriptor classDescriptor)
           
 void NodeTypeManagerImpl.createSingleNodeTypeFromMappingFile(Session session, InputStream mappingXmlFile, String jcrNodeType)
           
 

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

Methods in org.apache.jackrabbit.ocm.nodemanagement.impl.jeceira that throw NodeTypeCreationException
 void NodeTypeManagerImpl.createNodeTypeFromClass(Session session, Class clazz, String jcrNodeType, boolean reflectSuperClasses)
           
 void NodeTypeManagerImpl.createNodeTypes(Session session, ClassDescriptor[] classDescriptors)
           
 void NodeTypeManagerImpl.createNodeTypes(Session session, MappingDescriptor mappingDescriptor)
           
 void NodeTypeManagerImpl.createNodeTypesFromConfiguration(Session session, InputStream jcrRepositoryConfigurationFile)
           
 void NodeTypeManagerImpl.createNodeTypesFromMappingFiles(Session session, InputStream[] mappingXmlFiles)
           
 void NodeTypeManagerImpl.createSingleNodeType(Session session, ClassDescriptor classDescriptor)
           
 void NodeTypeManagerImpl.createSingleNodeTypeFromMappingFile(Session session, InputStream mappingXmlFile, String jcrNodeType)
           
 



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