Interface OnlyOfficeService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
@RemoteServiceRelativePath("onlyoffice")
public interface OnlyOfficeService
extends com.google.gwt.user.client.rpc.RemoteService
The client side stub for the OnlyOffice Service.
- Since:
- 9.0.1
- Author:
- Marco Meschieri - LogicalDOC
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionvoidendEditing(long docId) Starts the editing of a document with Only OfficevoidstartEditing(long docId) Starts the editing of a document with Only OfficevoidstartFilling(long docId) Starts the filling of a form with Only Office
- 
Method Details- 
startEditingStarts the editing of a document with Only Office- Parameters:
- docId- ID of the document to edit
- Throws:
- ServerException- an error happened in the server application
 
- 
startFillingStarts the filling of a form with Only Office- Parameters:
- docId- ID of the form to take as model
- Throws:
- ServerException- an error happened in the server application
 
- 
endEditingStarts the editing of a document with Only Office- Parameters:
- docId- ID of the document being edited
- Throws:
- ServerException- an error happened in the server application
 
 
-