ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.web.jcr.rest.client.domain.ChildNodeDefinition

Packages that use ChildNodeDefinition
org.modeshape.web.jcr.rest.client.domain The ModeShape REST Client domain package defines the ModeShape and JCR business objects. 
org.modeshape.web.jcr.rest.client.json The ModeShape REST Client JSON package defines an implementation of an ModeShape REST client
 

Uses of ChildNodeDefinition in org.modeshape.web.jcr.rest.client.domain
 

Methods in org.modeshape.web.jcr.rest.client.domain that return types with arguments of type ChildNodeDefinition
protected  Collection<ChildNodeDefinition> NodeType.allChildNodeDefinitions()
           
protected  Collection<ChildNodeDefinition> NodeType.declaredChildNodeDefinitions()
           
 

Constructor parameters in org.modeshape.web.jcr.rest.client.domain with type arguments of type ChildNodeDefinition
NodeType(String name, boolean isMixin, boolean isAbstract, List<String> superTypes, List<PropertyDefinition> propertyDefinitions, List<ChildNodeDefinition> childNodeDefinitions, String primaryItemName, boolean hasOrderableChildNodes, boolean isQueryable, Map<String,NodeType> nodeTypes)
          Constructs a new instance.
 

Uses of ChildNodeDefinition in org.modeshape.web.jcr.rest.client.json
 

Methods in org.modeshape.web.jcr.rest.client.json that return ChildNodeDefinition
protected  ChildNodeDefinition NodeTypeNode.createChildNodeDefinition(String defnName, org.codehaus.jettison.json.JSONObject body, String declaringNodeTypeName, Map<String,NodeType> nodeTypes)
           
 


ModeShape Distribution 3.0.0.Beta4

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