Uses of Class
io.camunda.optimize.dto.optimize.rest.ConflictResponseDto
Packages that use ConflictResponseDto
Package
Description
-
Uses of ConflictResponseDto in io.camunda.optimize.rest
Methods in io.camunda.optimize.rest that return ConflictResponseDtoModifier and TypeMethodDescriptionReportRestService.getDeleteConflicts(String reportId, jakarta.servlet.http.HttpServletRequest request) CollectionRestService.getScopeDeleteConflicts(String collectionId, String scopeEntryId, jakarta.servlet.http.HttpServletRequest request) -
Uses of ConflictResponseDto in io.camunda.optimize.rest.providers
Methods in io.camunda.optimize.rest.providers that return types with arguments of type ConflictResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ConflictResponseDto> OptimizeExceptionMapper.handleOptimizeConflictException(OptimizeConflictException conflictException) -
Uses of ConflictResponseDto in io.camunda.optimize.service.collection
Methods in io.camunda.optimize.service.collection that return ConflictResponseDtoModifier and TypeMethodDescriptionCollectionService.getDeleteConflictingItems(String userId, String collectionId) -
Uses of ConflictResponseDto in io.camunda.optimize.service.report
Methods in io.camunda.optimize.service.report that return ConflictResponseDtoModifier and TypeMethodDescriptionReportService.getReportDeleteConflictingItems(String userId, String reportId)