Copyright© 2008-2026 Sitevision AB, all rights reserved.
| Package | Description |
|---|---|
| javax.jcr.nodetype |
This package provides interfaces and classes for content repository node type functionality.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeType
A
NodeType object represents a "live" node type that is
registered in the repository. |
interface |
NodeTypeTemplate
The
NodeTypeTemplate interface is used to define node types which
are then registered through the NodeTypeManager.registerNodeType method. |
| Modifier and Type | Method and Description |
|---|---|
NodeTypeTemplate |
NodeTypeManager.createNodeTypeTemplate(NodeTypeDefinition ntd)
Returns a
NodeTypeTemplate holding the specified node type
definition. |
NodeType |
NodeTypeManager.registerNodeType(NodeTypeDefinition ntd,
boolean allowUpdate)
Registers a new node type or updates an existing node type using the
specified definition and returns the resulting
NodeType
object. |
NodeTypeIterator |
NodeTypeManager.registerNodeTypes(NodeTypeDefinition[] ntds,
boolean allowUpdate)
Registers or updates the specified array of
NodeTypeDefinition
objects. |
Sitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.