| Added Classes and Interfaces |
|
InvalidNodeTypeDefinitionException
|
Exception thrown when an attempt is made to register an invalid node type
definition template. |
|
NodeDefinitionTemplate
|
The NodeDefinitionTemplate interface extends
NodeDefinition with the addition of write methods, enabling the
characteristics of a child node definition to be set, after which the
NodeDefinitionTemplate is added to a NodeTypeTemplate. |
|
NodeTypeDefinition
|
The NodeTypeDefinition interface provides methods for
discovering the static definition of a node type. |
|
NodeTypeExistsException
|
Exception thrown when an attempt is made to register a node type that already
exists, and allowUpdate has not been set to true. |
|
NodeTypeTemplate
|
The NodeTypeTemplate interface is used to define node types which
are then registered through the NodeTypeManager.registerNodeType method. |
|
PropertyDefinitionTemplate
|
The PropertyDefinitionTemplate interface extends
PropertyDefinition with the addition of write methods, enabling
the characteristics of a child property definition to be set, after which the
PropertyDefinitionTemplate is added to a
NodeTypeTemplate. |