public interface Edit<T extends Diff>
| Modifier and Type | Method and Description |
|---|---|
String |
checksum()
A checksum of the opposing sides shadow document.
|
long |
clientVersion()
The client version that edit is related to.
|
T |
diff()
The
Diff for this edit. |
long |
serverVersion()
The server version that edit is related to.
|
long clientVersion()
long the client version that this edit is based on.long serverVersion()
long the server version that this edit is based on.String checksum()
String the opposing side's checksum of the shadow documentCopyright © 2015 JBoss by Red Hat. All Rights Reserved.