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 SummaryModifier and TypeMethodDescriptionvoidPerforms simple security check to enforce that only the admin can go through the setupvoidPerforms a system setup.
- 
Method Details- 
securityCheckPerforms simple security check to enforce that only the admin can go through the setup- Throws:
- ServerException- an error happened in the server applications
 
- 
setupPerforms a system setup.- Parameters:
- data- The intallation data
- Throws:
- ServerException- an error happened in the server applications
 
 
-