Class SplitServiceImpl

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.split.SplitServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, com.logicaldoc.gui.frontend.client.services.SplitService, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SplitServiceImpl extends com.logicaldoc.web.service.AbstractRemoteService implements com.logicaldoc.gui.frontend.client.services.SplitService
Implementation of the SplitService
Since:
8.4
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.logicaldoc.gui.frontend.client.services.SplitService

    com.logicaldoc.gui.frontend.client.services.SplitService.Instance
  • Field Summary

    Fields inherited from interface com.logicaldoc.gui.frontend.client.services.SplitService

    POLICY_ALLPAGES, POLICY_BARCODE, POLICY_BLANKPAGE, POLICY_SELECTION, POLICY_TEXT, SEPARATOR_CURRENTSEG, SEPARATOR_NEXTSEG, SEPARATOR_SKIP
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    split(long docId, int policy, int separator, String expression)
     

    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

    • SplitServiceImpl

      public SplitServiceImpl()
  • Method Details

    • split

      public void split(long docId, int policy, int separator, String expression) throws com.logicaldoc.gui.common.client.ServerException
      Specified by:
      split in interface com.logicaldoc.gui.frontend.client.services.SplitService
      Throws:
      com.logicaldoc.gui.common.client.ServerException