Uses of Class
com.xpn.xwiki.wysiwyg.client.diff.Revision

Packages that use Revision
com.xpn.xwiki.wysiwyg.client.diff   
com.xpn.xwiki.wysiwyg.client.diff.myers   
com.xpn.xwiki.wysiwyg.client.plugin.sync   
com.xpn.xwiki.wysiwyg.server.plugin.sync   
 

Uses of Revision in com.xpn.xwiki.wysiwyg.client.diff
 

Methods in com.xpn.xwiki.wysiwyg.client.diff that return Revision
 Revision Diff.diff(java.lang.Object[] rev)
          compute the difference between the original and a revision.
 Revision SimpleDiff.diff(java.lang.Object[] orig, java.lang.Object[] rev)
          Compute the difference between original and revised sequences.
static Revision Diff.diff(java.lang.Object[] orig, java.lang.Object[] rev)
          compute the difference between an original and a revision.
 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 com.xpn.xwiki.wysiwyg.client.diff with parameters of type Revision
 void RevisionVisitor.visit(Revision revision)
           
 

Uses of Revision in com.xpn.xwiki.wysiwyg.client.diff.myers
 

Methods in com.xpn.xwiki.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 com.xpn.xwiki.wysiwyg.client.plugin.sync
 

Fields in com.xpn.xwiki.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 com.xpn.xwiki.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 com.xpn.xwiki.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.
 

Uses of Revision in com.xpn.xwiki.wysiwyg.server.plugin.sync
 

Methods in com.xpn.xwiki.wysiwyg.server.plugin.sync with parameters of type Revision
 SyncResult SyncEngine.sync(SyncStatus syncStatus, Revision revision, int version)
          Commits the given revision and updates the status.
 SyncResult XWikiSyncService.syncEditorContent(Revision revision, java.lang.String pageName, int version, boolean syncReset)
          Synchronizes this editor with others that edit the same page.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.