|
||||||||||
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 |
Node.addMixin(String mixinName)
Adds the specified mixin node type to this node. |
Node |
Node.addNode(String relPath,
String primaryNodeTypeName)
Creates a new node at relPath of the specified node type. |
boolean |
Node.canAddMixin(String mixinName)
Returns true if the specified mixin node type, mixinName ,
can be added to this node. |
void |
Node.removeMixin(String mixinName)
Removes the specified mixin node type from this node. |
void |
Session.save()
Validates all pending changes currently recorded in this Session . |
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(String nodeTypeName)
Returns the named node type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |