Package | Description |
---|---|
javax.jcr |
Provides interfaces and classes for the Content Repository for Java Technology.
|
javax.jcr.nodetype |
Provides interfaces and classes for content repository node type functionality.
|
Modifier and Type | Method and Description |
---|---|
NodeDefinition |
Node.getDefinition()
Returns the node definition that applies to this node.
|
Modifier and Type | Method and Description |
---|---|
NodeDefinition[] |
NodeType.getChildNodeDefinitions()
Returns an array containing the child node definitions of this node type,
including the child node definitions inherited from supertypes of this
node type.
|
NodeDefinition[] |
NodeType.getDeclaredChildNodeDefinitions()
Returns an array containing the child node definitions explicitly
specified in the declaration of this node type.
|
Copyright © 2004–2013 Day Management AG. All rights reserved.