ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.NodeTypeExistsException

Packages that use NodeTypeExistsException
org.modeshape.jcr   
 

Uses of NodeTypeExistsException in org.modeshape.jcr
 

Methods in org.modeshape.jcr that throw NodeTypeExistsException
 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.
 NodeTypeIterator JcrNodeTypeManager.registerNodeTypes(Collection<NodeTypeDefinition> templates, boolean allowUpdates)
          Registers or updates the specified Collection of NodeTypeDefinition objects.
 NodeTypeIterator JcrNodeTypeManager.registerNodeTypes(Iterable<NodeTypeDefinition> nodeTypes)
          Registers the node types from the given JcrNodeTypeSource.
 NodeTypeIterator JcrNodeTypeManager.registerNodeTypes(NodeTypeDefinition[] ntds, boolean allowUpdate)
          Registers or updates the specified array of NodeTypeDefinition objects.
 


ModeShape Distribution 3.0.0.Beta4

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