Package com.logicaldoc.web.service
Class SetupServiceImpl
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.web.service.SetupServiceImpl
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService,- com.google.gwt.user.server.rpc.SerializationPolicyProvider,- SetupService,- jakarta.servlet.Servlet,- jakarta.servlet.ServletConfig,- Serializable
Implements the
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Field SummaryFields inherited from class jakarta.servlet.http.HttpServletLEGACY_DO_HEAD
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidmakeWorkingDir(File repoFolder) voidPerforms simple security check to enforce that only the admin can go through the setupvoidPerforms a system setup.Methods 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- 
SetupServiceImplpublic SetupServiceImpl()
 
- 
- 
Method Details- 
setupDescription copied from interface:SetupServicePerforms a system setup.- Specified by:
- setupin interface- SetupService
- Parameters:
- data- The intallation data
- Throws:
- ServerException- an error happened in the server applications
 
- 
makeWorkingDir- Throws:
- IOException
 
- 
securityCheckDescription copied from interface:SetupServicePerforms simple security check to enforce that only the admin can go through the setup- Specified by:
- securityCheckin interface- SetupService
- Throws:
- ServerException- an error happened in the server applications
 
 
-