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

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

Uses of InvalidNodeTypeDefinitionException in org.jboss.dna.jcr
 

Methods in org.jboss.dna.jcr that throw InvalidNodeTypeDefinitionException
 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.
 void JcrNodeTypeManager.unregisterNodeType(Collection<String> nodeTypeNames)
          Allows the collection of node types to be unregistered if they are not referenced by other node types as supertypes, default primary types of child nodes, or required primary types of child nodes.
 



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