Package org.cyclos.services.system
Interface SetupService
-
- All Superinterfaces:
Service
- All Known Subinterfaces:
SetupServiceLocal
- All Known Implementing Classes:
SetupServiceImpl,SetupServiceSecurity
public interface SetupService extends Service
Service used to perform the initial instance setup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetup(@NotNull SetupDTO params)Performs the Cyclos instance setup
-
-
-
Method Detail
-
setup
void setup(@NotNull @NotNull SetupDTO params) throws FrameworkException, LicenseServerOfflineException, LicenseAuthenticationExceptionPerforms the Cyclos instance setup- Throws:
IllegalActionException- If the instance setup has already been performedFrameworkExceptionLicenseServerOfflineExceptionLicenseAuthenticationException
-
-