|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Revision | |
|---|---|
| org.xwiki.gwt.wysiwyg.client.diff | |
| org.xwiki.gwt.wysiwyg.client.diff.myers | |
| org.xwiki.gwt.wysiwyg.client.plugin.sync | |
| Uses of Revision in org.xwiki.gwt.wysiwyg.client.diff |
|---|
| Methods in org.xwiki.gwt.wysiwyg.client.diff that return Revision | |
|---|---|
Revision |
Diff.diff(java.lang.Object[] rev)
compute the difference between the original and a revision. |
static Revision |
Diff.diff(java.lang.Object[] orig,
java.lang.Object[] rev)
compute the difference between an original and a revision. |
Revision |
SimpleDiff.diff(java.lang.Object[] orig,
java.lang.Object[] rev)
Compute the difference between original and revised sequences. |
Revision |
DiffAlgorithm.diff(java.lang.Object[] orig,
java.lang.Object[] rev)
Computes the difference between the original sequence and the revised sequence and returns it as a Revision object. |
static Revision |
Diff.diff(java.lang.Object[] orig,
java.lang.Object[] rev,
DiffAlgorithm algorithm)
compute the difference between an original and a revision. |
| Methods in org.xwiki.gwt.wysiwyg.client.diff with parameters of type Revision | |
|---|---|
void |
RevisionVisitor.visit(Revision revision)
|
| Uses of Revision in org.xwiki.gwt.wysiwyg.client.diff.myers |
|---|
| Methods in org.xwiki.gwt.wysiwyg.client.diff.myers that return Revision | |
|---|---|
static Revision |
MyersDiff.buildRevision(PathNode path,
java.lang.Object[] orig,
java.lang.Object[] rev)
Constructs a Revision from a difference path. |
Revision |
MyersDiff.diff(java.lang.Object[] orig,
java.lang.Object[] rev)
Computes the difference between the original sequence and the revised sequence and returns it as a Revision object. |
| Uses of Revision in org.xwiki.gwt.wysiwyg.client.plugin.sync |
|---|
| Fields in org.xwiki.gwt.wysiwyg.client.plugin.sync declared as Revision | |
|---|---|
protected Revision |
SyncResult.revision
The revision that needs to be applied on the client in order to update its content to the latest version. |
| Methods in org.xwiki.gwt.wysiwyg.client.plugin.sync that return Revision | |
|---|---|
Revision |
SyncResult.getRevision()
|
static Revision |
SyncTools.relocateRevision(Revision rev2,
Revision rev1)
This will relocate the patches on rev2 based on changes in rev1. |
| Methods in org.xwiki.gwt.wysiwyg.client.plugin.sync with parameters of type Revision | |
|---|---|
static Revision |
SyncTools.relocateRevision(Revision rev2,
Revision rev1)
This will relocate the patches on rev2 based on changes in rev1. |
void |
SyncResult.setRevision(Revision revision)
Sets the SyncResult.revision. |
SyncResult |
SyncService.syncEditorContent(Revision syncedRevision,
java.lang.String pageName,
int version,
boolean syncReset)
Synchronizes this editor with others that edit the same page. |
void |
SyncServiceAsync.syncEditorContent(Revision syncedRevision,
java.lang.String pageName,
int version,
boolean syncReset,
com.google.gwt.user.client.rpc.AsyncCallback<SyncResult> async)
Synchronizes this editor with others that edit the same page. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||