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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endEditing
(long docId) Starts the editing of a document with Only Officevoid
startEditing
(long docId) Starts the editing of a document with Only Officevoid
startFilling
(long docId) Starts the filling of a form with Only Office
-
Method Details
-
startEditing
Starts 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
-
startFilling
Starts 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
-
endEditing
Starts 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
-