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

Packages that use NodeDefinitionTemplate
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 NodeDefinitionTemplate in org.jboss.dna.jcr
 

Methods in org.jboss.dna.jcr that return NodeDefinitionTemplate
 NodeDefinitionTemplate JcrNodeTypeManager.createNodeDefinitionTemplate()
          Returns an empty PropertyDefinitionTemplate which can then be used to create a property definition and attached to a NodeTypeTemplate.
 

Methods in org.jboss.dna.jcr that return types with arguments of type NodeDefinitionTemplate
 List<NodeDefinitionTemplate> JcrNodeTypeTemplate.getNodeDefinitionTemplates()
          Get the modifiable list of child node definition templates for this node type
 

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

Methods in org.jboss.dna.jcr.nodetype that return types with arguments of type NodeDefinitionTemplate
 List<NodeDefinitionTemplate> NodeTypeTemplate.getNodeDefinitionTemplates()
          Get the modifiable list of child node definition templates for this node type
 



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