Uses of Class
org.modeshape.jcr.nodetype.InvalidNodeTypeDefinitionException

Packages that use InvalidNodeTypeDefinitionException
org.modeshape.jcr The ModeShape implementation of the JCR API. 
 

Uses of InvalidNodeTypeDefinitionException in org.modeshape.jcr
 

Methods in org.modeshape.jcr that throw InvalidNodeTypeDefinitionException
 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(JcrNodeTypeSource source)
          Registers the node types from the given JcrNodeTypeSource.
 NodeTypeIterator JcrNodeTypeManager.registerNodeTypes(NodeTypeDefinition[] ntds, boolean allowUpdate)
          Registers or updates the specified array of NodeTypeDefinition objects.
 void JcrNodeTypeManager.unregisterNodeType(String nodeTypeName)
          Unregisters the named node type if it is not referenced by other node types as a supertype, a default primary type of a child node (or nodes), or a required primary type of a child node (or nodes).
 void JcrNodeTypeManager.unregisterNodeTypes(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-2010 JBoss, a division of Red Hat. All Rights Reserved.