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.RemoteServiceThe 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsecurityCheck()Performs simple security check to enforce that only the admin can go through the setupvoidsetup(SetupInfo data)Performs a system setup.
-
-
-
Method Detail
-
securityCheck
void securityCheck() throws ServerExceptionPerforms simple security check to enforce that only the admin can go through the setup- Throws:
ServerException- an error happened in the server applications
-
setup
void setup(SetupInfo data) throws ServerException
Performs a system setup.- Parameters:
data- The intallation data- Throws:
ServerException- an error happened in the server applications
-
-