|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.mk.model.AbstractNode
org.apache.jackrabbit.mk.model.MutableNode
public class MutableNode
| Field Summary |
|---|
| Fields inherited from class org.apache.jackrabbit.mk.model.AbstractNode |
|---|
childEntries, properties, provider |
| Constructor Summary | |
|---|---|
MutableNode(Node other,
RevisionProvider provider,
String path)
|
|
MutableNode(RevisionProvider provider,
String path)
|
|
| Method Summary | |
|---|---|
ChildNode |
add(ChildNode newEntry)
|
void |
postPersist(RevisionStore store,
RevisionStore.PutToken token)
|
void |
prePersist(RevisionStore store,
RevisionStore.PutToken token)
|
ChildNode |
remove(String name)
|
ChildNode |
rename(String oldName,
String newName)
|
String |
toString()
|
| Methods inherited from class org.apache.jackrabbit.mk.model.AbstractNode |
|---|
diff, getChildNodeCount, getChildNodeEntries, getChildNodeEntry, getChildNodeNames, getProperties, serialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MutableNode(RevisionProvider provider,
String path)
public MutableNode(Node other,
RevisionProvider provider,
String path)
| Method Detail |
|---|
public ChildNode add(ChildNode newEntry)
public ChildNode remove(String name)
public ChildNode rename(String oldName,
String newName)
public void prePersist(RevisionStore store,
RevisionStore.PutToken token)
throws Exception
prePersist in interface PersistHookException
public void postPersist(RevisionStore store,
RevisionStore.PutToken token)
throws Exception
postPersist in interface PersistHookExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||