Interface SetupService
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
SetupServiceImpl
@RemoteServiceRelativePath("setup")
public interface SetupService
extends com.google.gwt.user.client.rpc.RemoteService
The client side stub for the Setup Service. This service allows the
installation of an instance of LogicalDOC.
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Performs simple security check to enforce that only the admin can go through the setupvoid
Performs a system setup.
-
Method Details
-
securityCheck
Performs simple security check to enforce that only the admin can go through the setup- Throws:
ServerException
- an error happened in the server applications
-
setup
Performs a system setup.- Parameters:
data
- The intallation data- Throws:
ServerException
- an error happened in the server applications
-