public interface LicenseRpcService
| Modifier and Type | Method and Description | 
|---|---|
| LicenseInformationDto | loadLicenseInformation() | 
| void | updateLicense(java.lang.String license) | 
LicenseInformationDto loadLicenseInformation() throws ServerCallFailedException
ServerCallFailedExceptionvoid updateLicense(java.lang.String license)
            throws ServerCallFailedException
ServerCallFailedException