ModeShape Distribution 3.0.0.CR1

Uses of Class
org.modeshape.jcr.JcrNodeTypeTemplate

Packages that use JcrNodeTypeTemplate
org.modeshape.jcr   
 

Uses of JcrNodeTypeTemplate in org.modeshape.jcr
 

Methods in org.modeshape.jcr with parameters of type JcrNodeTypeTemplate
protected  void CndImporter.applyVendorExtensions(JcrNodeTypeTemplate nodeType, List<Property> extensions)
          Method that is responsible for setting the vendor extensions on the supplied node type template.
protected  void CndImporter.parseChildNodeDefinition(TokenStream tokens, JcrNodeTypeTemplate nodeType)
          Parse a node type's child node definition from the next tokens on the stream.
protected  void CndImporter.parseNodeAttributes(TokenStream tokens, org.modeshape.jcr.JcrNodeDefinitionTemplate childDefn, JcrNodeTypeTemplate nodeType)
          Parse the child node definition's attributes, if they appear next on the token stream.
protected  void CndImporter.parseNodeTypeOptions(TokenStream tokens, JcrNodeTypeTemplate nodeType)
          Parse the options for the node types, including whether the node type is orderable, a mixin, abstract, whether it supports querying, and which property/child node (if any) is the primary item for the node type.
protected  void CndImporter.parsePropertyAttributes(TokenStream tokens, org.modeshape.jcr.JcrPropertyDefinitionTemplate propDefn, JcrNodeTypeTemplate nodeType)
          Parse the property definition's attributes, if they appear next on the token stream.
protected  void CndImporter.parsePropertyDefinition(TokenStream tokens, JcrNodeTypeTemplate nodeType)
          Parse a node type's property definition from the next tokens on the stream.
protected  void CndImporter.parsePropertyOrChildNodeDefinitions(TokenStream tokens, JcrNodeTypeTemplate nodeType)
          Parse a node type's property or child node definitions that appear next on the token stream.
 


ModeShape Distribution 3.0.0.CR1

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