|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.storage.util.ChangeManager
| Constructor Summary | |
ChangeManager(MMBase mmbase)
Constructor. |
|
| Method Summary | |
void |
commit(java.util.Map changes)
Commit all changes stored in a Changes map. |
void |
commit(MMObjectNode node,
java.lang.String change)
Commits the change to a node. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChangeManager(MMBase mmbase)
mmbase - the MMbase instance on which the changes are made| Method Detail |
public void commit(java.util.Map changes)
changes - a map wityh node/change value pairs
public void commit(MMObjectNode node,
java.lang.String change)
node - the node to commit the change ofchange - the type of change: "n": new, "c": commit, "d": delete, "r" : relation changed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||