org.apache.jackrabbit.mk.model
Class MutableNode
java.lang.Object
org.apache.jackrabbit.mk.model.AbstractNode
org.apache.jackrabbit.mk.model.MutableNode
- All Implemented Interfaces:
- Node, PersistHook
public class MutableNode
- extends AbstractNode
- implements PersistHook
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MutableNode
public MutableNode(RevisionProvider provider)
MutableNode
public MutableNode(Node other,
RevisionProvider provider)
add
public ChildNodeEntry add(ChildNodeEntry newEntry)
remove
public ChildNodeEntry remove(String name)
rename
public ChildNodeEntry rename(String oldName,
String newName)
prePersist
public void prePersist(RevisionStore store,
RevisionStore.PutToken token)
throws Exception
- Specified by:
prePersist in interface PersistHook
- Throws:
Exception
postPersist
public void postPersist(RevisionStore store,
RevisionStore.PutToken token)
throws Exception
- Specified by:
postPersist in interface PersistHook
- Throws:
Exception
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.