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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    endEditing(long docId)
    Starts the editing of a document with Only Office
    void
    startEditing(long docId)
    Starts the editing of a document with Only Office
    void
    startFilling(long docId)
    Starts the filling of a form with Only Office
  • Method Details

    • startEditing

      void startEditing(long docId) throws ServerException
      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

      void startFilling(long docId) throws ServerException
      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

      void endEditing(long docId) throws ServerException
      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