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 Type
    Method
    Description
    void
    Performs simple security check to enforce that only the admin can go through the setup
    void
    Performs a system setup.
  • Method Details

    • securityCheck

      void securityCheck() throws ServerException
      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

      void setup(SetupInfo data) throws ServerException
      Performs a system setup.
      Parameters:
      data - The intallation data
      Throws:
      ServerException - an error happened in the server applications