Uses of Interface
javax.jcr.nodetype.NodeType

Packages that use NodeType
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology. 
javax.jcr.nodetype Provides interfaces and classes for content repository node type functionality. 
 

Uses of NodeType in javax.jcr
 

Methods in javax.jcr that return NodeType
 NodeType Node.getPrimaryNodeType()
          Returns the primary node type of this node.
 NodeType[] Node.getMixinNodeTypes()
          Returns an array of NodeType objects representing the mixin node types assigned to this node.
 

Uses of NodeType in javax.jcr.nodetype
 

Methods in javax.jcr.nodetype that return NodeType
 NodeType NodeTypeManager.getNodeType(java.lang.String nodeTypeName)
          Returns the named node type.
 NodeType NodeTypeIterator.nextNodeType()
          Returns the next NodeType in the iteration.
 NodeType[] NodeType.getSupertypes()
          Returns all supertypes of this node type in the node type inheritance hierarchy.
 NodeType[] NodeType.getDeclaredSupertypes()
          Returns the direct supertypes of this node type in the node type inheritance hierarchy, that is, those actually declared in this node type.
 NodeType[] NodeDefinition.getRequiredPrimaryTypes()
          Gets the minimum set of primary node types that the child node must have.
 NodeType NodeDefinition.getDefaultPrimaryType()
          Gets the default primary node type that will be assigned to the child node if it is created without an explicitly specified primary node type.
 NodeType ItemDefinition.getDeclaringNodeType()
          Gets the node type that contains the declaration of this ItemDefinition.
 



Copyright © 2004-2005 Day Software Management AG. All Rights Reserved.