Package com.logicaldoc.sharefile
Class ShareFileServiceImpl
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
com.logicaldoc.web.service.AbstractRemoteService
com.logicaldoc.sharefile.ShareFileServiceImpl
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService,- com.google.gwt.user.server.rpc.SerializationPolicyProvider,- com.logicaldoc.gui.frontend.client.services.ShareFileService,- jakarta.servlet.Servlet,- jakarta.servlet.ServletConfig,- Serializable
public class ShareFileServiceImpl
extends com.logicaldoc.web.service.AbstractRemoteService
implements com.logicaldoc.gui.frontend.client.services.ShareFileService
Implementation of the ShareFileService
- Since:
- 7.2.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.logicaldoc.gui.frontend.client.services.ShareFileServicecom.logicaldoc.gui.frontend.client.services.ShareFileService.Instance
- 
Field SummaryFields inherited from class jakarta.servlet.http.HttpServletLEGACY_DO_HEAD
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanintimportDocuments(long targetFolder, List<String> elementIds) booleanMethods inherited from class com.logicaldoc.web.service.AbstractRemoteServicesetThreadRequestMethods inherited from class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServletgetSerializationPolicy, init, processCall, processCall, processPostMethods inherited from class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServletdoPostMethods inherited from class jakarta.servlet.http.HttpServletserviceMethods inherited from class jakarta.servlet.GenericServletdestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
- 
Constructor Details- 
ShareFileServiceImplpublic ShareFileServiceImpl()
 
- 
- 
Method Details- 
exportDocumentspublic boolean exportDocuments(String targetFolder, List<Long> folderIds, List<Long> docIds) throws com.logicaldoc.gui.common.client.ServerException - Specified by:
- exportDocumentsin interface- com.logicaldoc.gui.frontend.client.services.ShareFileService
- Throws:
- com.logicaldoc.gui.common.client.ServerException
 
- 
loadSettings- Specified by:
- loadSettingsin interface- com.logicaldoc.gui.frontend.client.services.ShareFileService
- Throws:
- com.logicaldoc.gui.common.client.ServerException
 
- 
isAuthorizedpublic boolean isAuthorized() throws com.logicaldoc.gui.common.client.ServerException- Specified by:
- isAuthorizedin interface- com.logicaldoc.gui.frontend.client.services.ShareFileService
- Throws:
- com.logicaldoc.gui.common.client.ServerException
 
- 
importDocumentspublic int importDocuments(long targetFolder, List<String> elementIds) throws com.logicaldoc.gui.common.client.ServerException - Specified by:
- importDocumentsin interface- com.logicaldoc.gui.frontend.client.services.ShareFileService
- Throws:
- com.logicaldoc.gui.common.client.ServerException
 
- 
authorizepublic String authorize(String clientId, String clientSecret) throws com.logicaldoc.gui.common.client.ServerException - Specified by:
- authorizein interface- com.logicaldoc.gui.frontend.client.services.ShareFileService
- Throws:
- com.logicaldoc.gui.common.client.ServerException
 
 
-