javax.jcr.nodetype |
|
Java Source File Name | Type | Comment |
ConstraintViolationException.java | Class | Exception thrown when an action would violate
a constraint on repository structure. |
InvalidNodeTypeDefinitionException.java | Class | Exception thrown when an attempt is made to register an invalid node type
definition template. |
ItemDefinition.java | Interface | Superclass of
NodeDefinition and
PropertyDefinition . |
NodeDefinition.java | Interface | A node definition. |
NodeDefinitionTemplate.java | Interface | 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 . |
NodeType.java | Interface | A NodeType object represents a "live" node type that is
registered in the repository. |
NodeTypeDefinition.java | Interface | The NodeTypeDefinition interface provides methods for
discovering the static definition of a node type. |
NodeTypeExistsException.java | Class | Exception thrown when an attempt is made to register a node type that already exisits,
and allowUpdate has not been set to true . |
NodeTypeIterator.java | Interface | An iterator for NodeType objects. |
NodeTypeManager.java | Interface | Allows for the retrieval and (in implementations that support it)
the registration of node types. |
NodeTypeTemplate.java | Interface | The NodeTypeTemplate interface represents a simple container
structure used to define node types which are then registered through the
NodeTypeManager.registerNodeType method.
NodeTypeTemplate , like NodeType , is a subclass of
NodeTypeDefinition so it shares with NodeType those
methods that are relevant to a static definition. |
NoSuchNodeTypeException.java | Class | Exception thrown by node type-related methods. |
PropertyDefinition.java | Interface | A property definition. |
PropertyDefinitionTemplate.java | Interface | 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 . |