|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeStateEx | |
|---|---|
| org.apache.jackrabbit.core.version | The versioning framework in jackrabbit consists of 3 layers. |
| Uses of NodeStateEx in org.apache.jackrabbit.core.version |
|---|
| Methods in org.apache.jackrabbit.core.version that return NodeStateEx | |
|---|---|
NodeStateEx |
NodeStateEx.addNode(Name nodeName,
Name nodeTypeName,
NodeId id,
boolean referenceable)
Adds a new child node with the given name |
NodeStateEx[] |
NodeStateEx.getChildNodes()
returns all child nodes |
NodeStateEx |
NodeStateEx.getNode(Name name,
int index)
retrieves the child node with the given name and 1-base index or null if the node does not exist. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||