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 |
---|---|
NodeType[] |
Node.getMixinNodeTypes()
Returns an array of NodeType objects representing the mixin node types
assigned to this node.
|
NodeType |
Node.getPrimaryNodeType()
Returns the primary node type of this node.
|
Modifier and Type | Method and Description |
---|---|
NodeType[] |
NodeType.getDeclaredSupertypes()
Returns the direct supertypes of this node type in the node type inheritance hierarchy,
that is, those actually declared in this node type.
|
NodeType |
ItemDefinition.getDeclaringNodeType()
Gets the node type that contains the declaration of this
ItemDefinition . |
NodeType |
NodeDefinition.getDefaultPrimaryType()
Gets the default primary node type that will be assigned to the child
node if it is created without an explicitly specified primary node type.
|
NodeType |
NodeTypeManager.getNodeType(String nodeTypeName)
Returns the named node type.
|
NodeType[] |
NodeDefinition.getRequiredPrimaryTypes()
Gets the minimum set of primary node types that the child node must have.
|
NodeType[] |
NodeType.getSupertypes()
Returns all supertypes of this node type in the node type inheritance hierarchy.
|
NodeType |
NodeTypeIterator.nextNodeType()
Returns the next
NodeType in the iteration. |
Copyright © 2004-2013 Day Management AG. All Rights Reserved.