Uses of Interface
org.modeshape.jcr.nodetype.NodeDefinitionTemplate

Packages that use NodeDefinitionTemplate
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.jcr.nodetype The ModeShape specification for programmatically creating JCR NodeDefinitions. 
 

Uses of NodeDefinitionTemplate in org.modeshape.jcr
 

Methods in org.modeshape.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.modeshape.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.modeshape.jcr.nodetype
 

Methods in org.modeshape.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-2010 JBoss, a division of Red Hat. All Rights Reserved.