ModeShape Distribution 3.0.0.Beta4

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

Packages that use PropertyDefinition
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 PropertyDefinition in org.modeshape.web.jcr.rest.client.domain
 

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

Constructor parameters in org.modeshape.web.jcr.rest.client.domain with type arguments of type PropertyDefinition
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 PropertyDefinition in org.modeshape.web.jcr.rest.client.json
 

Methods in org.modeshape.web.jcr.rest.client.json that return PropertyDefinition
protected  PropertyDefinition NodeTypeNode.createPropertyDefinition(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.