Class OnlyOfficeServiceImpl

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
com.logicaldoc.web.service.AbstractRemoteService
com.logicaldoc.onlyoffice.OnlyOfficeServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, com.logicaldoc.gui.frontend.client.onlyoffice.OnlyOfficeService, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class OnlyOfficeServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements com.logicaldoc.gui.frontend.client.onlyoffice.OnlyOfficeService
Implementation of OnlyOfficeService
Since:
9.0.1
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.logicaldoc.gui.frontend.client.onlyoffice.OnlyOfficeService

    com.logicaldoc.gui.frontend.client.onlyoffice.OnlyOfficeService.Instance
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    endEditing(long docId)
     
    static boolean
    isEditing(com.logicaldoc.core.security.Session session, long docId)
     
    static boolean
    isFilling(com.logicaldoc.core.security.Session session, long docId)
     
    static void
    removeFilling(com.logicaldoc.core.security.Session session, long docId)
     
    void
    startEditing(long docId)
     
    void
    startFilling(long docId)
     

    Methods inherited from class com.logicaldoc.web.service.AbstractRemoteService

    setThreadRequest

    Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet

    getSerializationPolicy, init, processCall, processCall, processPost

    Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet

    doPost

    Methods inherited from class javax.servlet.http.HttpServlet

    service

    Methods inherited from class javax.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OnlyOfficeServiceImpl

      public OnlyOfficeServiceImpl()
  • Method Details

    • startEditing

      public void startEditing(long docId) throws com.logicaldoc.gui.common.client.ServerException
      Specified by:
      startEditing in interface com.logicaldoc.gui.frontend.client.onlyoffice.OnlyOfficeService
      Throws:
      com.logicaldoc.gui.common.client.ServerException
    • startFilling

      public void startFilling(long docId) throws com.logicaldoc.gui.common.client.ServerException
      Specified by:
      startFilling in interface com.logicaldoc.gui.frontend.client.onlyoffice.OnlyOfficeService
      Throws:
      com.logicaldoc.gui.common.client.ServerException
    • endEditing

      public void endEditing(long docId) throws com.logicaldoc.gui.common.client.ServerException
      Specified by:
      endEditing in interface com.logicaldoc.gui.frontend.client.onlyoffice.OnlyOfficeService
      Throws:
      com.logicaldoc.gui.common.client.ServerException
    • isEditing

      public static boolean isEditing(com.logicaldoc.core.security.Session session, long docId)
    • isFilling

      public static boolean isFilling(com.logicaldoc.core.security.Session session, long docId)
    • removeFilling

      public static void removeFilling(com.logicaldoc.core.security.Session session, long docId)