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.getMixinNodeTypes()
          Returns an array of NodeType objects representing the mixin node types assigned to this node.
 NodeType Node.getPrimaryNodeType()
          Returns the primary node type of this node.
 

Uses of NodeType in javax.jcr.nodetype
 

Methods in javax.jcr.nodetype that return NodeType
 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 ItemDefinition.getDeclaringNodeType()
          Gets the node type that contains the declaration of this ItemDefinition.
 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 NodeTypeManager.getNodeType(String nodeTypeName)
          Returns the named node type.
 NodeType[] NodeDefinition.getRequiredPrimaryTypes()
          Gets the minimum set of primary node types that the child node must have.
 NodeType[] NodeType.getSupertypes()
          Returns all supertypes of this node type in the node type inheritance hierarchy.
 NodeType NodeTypeIterator.nextNodeType()
          Returns the next NodeType in the iteration.
 



Copyright © 2004-2011 Day Management AG. All Rights Reserved.