Uses of Class
io.camunda.webapps.backup.GetBackupStateResponseDto
Packages that use GetBackupStateResponseDto
Package
Description
-
Uses of GetBackupStateResponseDto in io.camunda.webapps.backup
Methods in io.camunda.webapps.backup that return GetBackupStateResponseDtoModifier and TypeMethodDescriptionBackupRepository.getBackupState(String repositoryName, Long backupId) BackupService.getBackupState(Long backupId) BackupServiceImpl.getBackupState(Long backupId) GetBackupStateResponseDto.setBackupId(Long backupId) GetBackupStateResponseDto.setDetails(List<GetBackupStateResponseDetailDto> details) GetBackupStateResponseDto.setFailureReason(String failureReason) GetBackupStateResponseDto.setState(BackupStateDto state) Methods in io.camunda.webapps.backup that return types with arguments of type GetBackupStateResponseDtoModifier and TypeMethodDescriptionBackupRepository.getBackups(String repositoryName, boolean verbose, String pattern) default List<GetBackupStateResponseDto> BackupService.getBackups()BackupService.getBackups(boolean verbose, String pattern) BackupServiceImpl.getBackups(boolean verbose, String pattern) -
Uses of GetBackupStateResponseDto in io.camunda.webapps.backup.repository.elasticsearch
Methods in io.camunda.webapps.backup.repository.elasticsearch that return GetBackupStateResponseDtoModifier and TypeMethodDescriptionElasticsearchBackupRepository.getBackupState(String repositoryName, Long backupId) Methods in io.camunda.webapps.backup.repository.elasticsearch that return types with arguments of type GetBackupStateResponseDtoModifier and TypeMethodDescriptionElasticsearchBackupRepository.getBackups(String repositoryName, boolean verbose, String pattern) -
Uses of GetBackupStateResponseDto in io.camunda.webapps.backup.repository.opensearch
Methods in io.camunda.webapps.backup.repository.opensearch that return GetBackupStateResponseDtoModifier and TypeMethodDescriptionOpensearchBackupRepository.getBackupState(String repositoryName, Long backupId) Methods in io.camunda.webapps.backup.repository.opensearch that return types with arguments of type GetBackupStateResponseDtoModifier and TypeMethodDescriptionOpensearchBackupRepository.getBackups(String repositoryName, boolean verbose, String pattern)