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

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

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

Methods in com.xpn.xwiki.wysiwyg.client with parameters of type Revision
 SyncResult WysiwygService.syncEditorContent(Revision syncedRevision, java.lang.String pageName, int version)
           
 void WysiwygServiceAsync.syncEditorContent(Revision syncedRevision, java.lang.String pageName, int version, com.google.gwt.user.client.rpc.AsyncCallback<SyncResult> async)
           
 

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 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)
          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.
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.sync
 

Fields in com.xpn.xwiki.wysiwyg.client.sync declared as Revision
protected  Revision SyncResult.revision
           
 

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

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

Methods in com.xpn.xwiki.wysiwyg.server with parameters of type Revision
 SyncResult DefaultWysiwygService.syncEditorContent(Revision revision, java.lang.String pageName, int version)
          
 

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

Methods in com.xpn.xwiki.wysiwyg.server.sync with parameters of type Revision
 SyncResult SyncEngine.sync(SyncStatus syncStatus, Revision revision, int version)
           
 SyncResult DefaultSyncEngine.sync(SyncStatus syncStatus, Revision revision, int version)
           
 



Copyright © 2004-2008 XWiki. All Rights Reserved.