Uses of Class
org.apache.jackrabbit.spi.commons.nodetype.InvalidNodeTypeDefException

Packages that use InvalidNodeTypeDefException
org.apache.jackrabbit.jcr2spi.nodetype   
 

Uses of InvalidNodeTypeDefException in org.apache.jackrabbit.jcr2spi.nodetype
 

Methods in org.apache.jackrabbit.jcr2spi.nodetype that throw InvalidNodeTypeDefException
 EffectiveNodeType NodeTypeRegistryImpl.registerNodeType(QNodeTypeDefinition ntDef)
           
 EffectiveNodeType NodeTypeRegistry.registerNodeType(QNodeTypeDefinition ntDef)
          Validates the NodeTypeDef and returns a registered EffectiveNodeType instance.
 void NodeTypeRegistryImpl.registerNodeTypes(Collection ntDefs)
           
 void NodeTypeRegistry.registerNodeTypes(Collection ntDefs)
          Same as NodeTypeRegistry.registerNodeType(QNodeTypeDefinition) except that a collection of NodeTypeDefs is registered instead of just one.
 EffectiveNodeType NodeTypeRegistryImpl.reregisterNodeType(QNodeTypeDefinition ntd)
           
 EffectiveNodeType NodeTypeRegistry.reregisterNodeType(QNodeTypeDefinition ntd)
           
 



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