|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NoSuchNodeTypeException | |
| 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 NoSuchNodeTypeException in javax.jcr |
| Methods in javax.jcr that throw NoSuchNodeTypeException | |
void |
Session.save()
Validates all pending changes currently recorded in this Session. |
Node |
Node.addNode(java.lang.String relPath,
java.lang.String primaryNodeTypeName)
Creates a new node at relPath of the specified node type. |
void |
Node.addMixin(java.lang.String mixinName)
Adds the specified mixin node type to this node. |
void |
Node.removeMixin(java.lang.String mixinName)
Removes the specified mixin node type from this node. |
boolean |
Node.canAddMixin(java.lang.String mixinName)
Returns true if the specified mixin node type, mixinName,
can be added to this node. |
void |
Item.save()
Validates all pending changes currently recorded in this Session that apply to this Item
or any of its descendants (that is, the subtree rooted at this Item). |
| Uses of NoSuchNodeTypeException in javax.jcr.nodetype |
| Methods in javax.jcr.nodetype that throw NoSuchNodeTypeException | |
NodeType |
NodeTypeManager.getNodeType(java.lang.String nodeTypeName)
Returns the named node type. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||