Package io.camunda.webapps.backup
Interface BackupService
- All Known Implementing Classes:
BackupServiceImpl
public interface BackupService
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteBackup(Long backupId) getBackupState(Long backupId) takeBackup(TakeBackupRequestDto request)
-
Method Details
-
deleteBackup
-
takeBackup
-
getBackupState
-
getBackups
List<GetBackupStateResponseDto> getBackups()
-