Package | Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
protected Collection<ChildNodeDefinition> |
NodeType.allChildNodeDefinitions() |
protected Collection<ChildNodeDefinition> |
NodeType.declaredChildNodeDefinitions() |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected ChildNodeDefinition |
NodeTypeNode.createChildNodeDefinition(String defnName,
org.codehaus.jettison.json.JSONObject body,
String declaringNodeTypeName,
Map<String,NodeType> nodeTypes) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.