Uses of Class
org.apache.jackrabbit.core.nodetype.NodeTypeDef

Packages that use NodeTypeDef
org.apache.jackrabbit.core.nodetype   
org.apache.jackrabbit.core.nodetype.xml   
 

Uses of NodeTypeDef in org.apache.jackrabbit.core.nodetype
 

Methods in org.apache.jackrabbit.core.nodetype that return NodeTypeDef
 NodeTypeDef NodeTypeDefStore.get(QName name)
           
 NodeTypeDef NodeTypeRegistry.getNodeTypeDef(QName nodeTypeName)
          Returns the node type definition of the node type with the given name.
 NodeTypeDef NodeTypeImpl.getDefinition()
          Returns the definition of this node type.
 

Methods in org.apache.jackrabbit.core.nodetype with parameters of type NodeTypeDef
 void NodeTypeDefStore.add(NodeTypeDef ntd)
           
 EffectiveNodeType NodeTypeRegistry.registerNodeType(NodeTypeDef ntd)
          Validates the NodeTypeDef and returns an EffectiveNodeType object representing the newly registered node type.
 EffectiveNodeType NodeTypeRegistry.reregisterNodeType(NodeTypeDef ntd)
           
protected  void NodeTypeRegistry.checkForConflictingContent(NodeTypeDef ntd)
          Checks whether there is existing content that would conflict with the given node type definition.
static EffectiveNodeType EffectiveNodeType.create(NodeTypeRegistry ntReg, NodeTypeDef ntd)
          Factory method: creates an effective node type representation of a node type definition.
static NodeTypeDefDiff NodeTypeDefDiff.create(NodeTypeDef oldDef, NodeTypeDef newDef)
           
 

Uses of NodeTypeDef in org.apache.jackrabbit.core.nodetype.xml
 

Methods in org.apache.jackrabbit.core.nodetype.xml that return NodeTypeDef
static NodeTypeDef[] NodeTypeReader.read(InputStream xml)
          Reads a node type definition file.
 NodeTypeDef[] NodeTypeReader.getNodeTypeDefs()
          Returns all node type definitions specified by node type elements under the current element.
 

Methods in org.apache.jackrabbit.core.nodetype.xml with parameters of type NodeTypeDef
static void NodeTypeWriter.write(OutputStream xml, NodeTypeDef[] types, NamespaceRegistry registry)
          Writes a node type definition file.
 



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