org.xwiki.gwt.wysiwyg.client.plugin.sync
Interface SyncService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
@ComponentRole
@RemoteServiceRelativePath(value="SyncService.gwtrpc")
public interface SyncService
- extends com.google.gwt.user.client.rpc.RemoteService
The service interface used on the server.
- Version:
- $Id$
syncEditorContent
SyncResult syncEditorContent(Revision syncedRevision,
String pageName,
int version,
boolean syncReset)
- Synchronizes this editor with others that edit the same page.
- Parameters:
syncedRevision - the changes to this editor's content, since the last updatepageName - the page being editedversion - the version affected by syncedRevisionsyncReset - resets the sync server for this page
- Returns:
- the result of synchronizing this editor with others editing the same page
Copyright © 2004-2012 XWiki. All Rights Reserved.