public class Commit extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
applyToCache()
Apply the changes to the MongoMK (to update the cache).
|
void |
copyNode(String sourcePath,
String targetPath) |
org.apache.jackrabbit.mk.json.JsopWriter |
getDiff() |
Revision |
getRevision() |
void |
moveNode(String sourcePath,
String targetPath) |
void |
removeNode(String path) |
void |
removeNodeDiff(String path) |
void |
touchNode(String path) |
void |
updatePropertyDiff(String path,
String propertyName,
String value) |
public Revision getRevision()
public void touchNode(String path)
public void applyToCache()
public org.apache.jackrabbit.mk.json.JsopWriter getDiff()
public void removeNodeDiff(String path)
public void removeNode(String path)
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.