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 Detail

      • 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