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

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

Methods in org.jboss.dna.jcr that return PropertyDefinitionTemplate
 PropertyDefinitionTemplate JcrNodeTypeManager.createPropertyDefinitionTemplate()
          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 PropertyDefinitionTemplate
 List<PropertyDefinitionTemplate> JcrNodeTypeTemplate.getPropertyDefinitionTemplates()
          Get the modifiable list of property definition templates for this node type.
 

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

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



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