Uses of Class
org.jboss.dna.jcr.nodetype.NodeTypeExistsException

Packages that use NodeTypeExistsException
org.jboss.dna.jcr The DNA implementation of the JCR API. 
 

Uses of NodeTypeExistsException in org.jboss.dna.jcr
 

Methods in org.jboss.dna.jcr that throw NodeTypeExistsException
 javax.jcr.nodetype.NodeType JcrNodeTypeManager.registerNodeType(NodeTypeDefinition template, boolean allowUpdate)
          Registers a new node type or updates an existing node type using the specified definition and returns the resulting NodeType object.
 javax.jcr.nodetype.NodeTypeIterator JcrNodeTypeManager.registerNodeTypes(Collection<NodeTypeDefinition> templates, boolean allowUpdates)
          Registers or updates the specified Collection of NodeTypeDefinition objects.
 javax.jcr.nodetype.NodeTypeIterator JcrNodeTypeManager.registerNodeTypes(JcrNodeTypeSource source)
          Registers the node types from the given JcrNodeTypeSource.
 



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.