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 Summary
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Modifier 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.AbstractRemoteService
setThreadRequestMethods inherited from class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
getSerializationPolicy, init, processCall, processCall, processPostMethods inherited from class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
doPostMethods inherited from class jakarta.servlet.http.HttpServlet
serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
SetupServiceImpl
public SetupServiceImpl()
-
-
Method Details
-
setup
Description copied from interface:SetupServicePerforms a system setup.- Specified by:
setupin interfaceSetupService- Parameters:
data- The intallation data- Throws:
ServerException- an error happened in the server applications
-
makeWorkingDir
- Throws:
IOException
-
securityCheck
Description copied from interface:SetupServicePerforms simple security check to enforce that only the admin can go through the setup- Specified by:
securityCheckin interfaceSetupService- Throws:
ServerException- an error happened in the server applications
-