Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<SetExpiryCheckResponseDTO> |
ChangeSettingsController.checkIfLogsWillBeDeleted(@DecimalMin(value="0.00",inclusive=false,message="The expiry time must be bigger than 0!") double daysUntilExpiry)
Request to check whether changing setting to a given value would automatically prune any logs.
|
Modifier and Type | Method and Description |
---|---|
SetExpiryCheckResponseDTO |
UpdateSettingsService.checkIfSomeLogsWillBePruned(double updatedPruningValue)
Get the amount of logs that would be pruned if prune settings was changed to this value.
|
Modifier and Type | Method and Description |
---|---|
SetExpiryCheckResponseDTO |
UpdateSettingsServiceImpl.checkIfSomeLogsWillBePruned(double updatedPruningValue) |
Copyright © 2020. All rights reserved.