|
ModeShape Distribution 3.0.0.Alpha6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.Alpha6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||