Package org.apache.jackrabbit.core.nodetype.jsr283

Interface Summary
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.
NodeTypeTemplate The NodeTypeTemplate interface represents a simple container structure 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.
 

Exception Summary
InvalidNodeTypeDefinitionException Exception thrown when an attempt is made to register an invalid node type definition template.
NodeTypeExistsException Exception thrown when an attempt is made to register a node type that already exisits, and allowUpdate has not been set to true.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.