Uses of Interface
org.jboss.dna.jcr.nodetype.NodeTypeDefinition

Packages that use NodeTypeDefinition
org.jboss.dna.jcr The DNA implementation of the JCR API. 
org.jboss.dna.jcr.nodetype The DNA specification for programmatically creating JCR NodeDefinitions. 
 

Uses of NodeTypeDefinition in org.jboss.dna.jcr
 

Classes in org.jboss.dna.jcr that implement NodeTypeDefinition
 class JcrNodeTypeTemplate
          DNA implementation of the JCR NodeTypeTemplate interface
 

Methods in org.jboss.dna.jcr with parameters of type NodeTypeDefinition
 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.
 

Method parameters in org.jboss.dna.jcr with type arguments of type NodeTypeDefinition
 javax.jcr.nodetype.NodeTypeIterator JcrNodeTypeManager.registerNodeTypes(Collection<NodeTypeDefinition> templates, boolean allowUpdates)
          Registers or updates the specified Collection of NodeTypeDefinition objects.
 

Uses of NodeTypeDefinition in org.jboss.dna.jcr.nodetype
 

Subinterfaces of NodeTypeDefinition in org.jboss.dna.jcr.nodetype
 interface NodeTypeTemplate
          A template that can be used to create new node types, patterned after the approach in the proposed

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