Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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). |
Modifier and Type | Method and Description |
---|---|
NodeType |
NodeTypeManager.getNodeType(String nodeTypeName)
Returns the named node type.
|
Copyright © 2004–2013 Day Management AG. All rights reserved.