Uses of Class
io.camunda.optimize.dto.zeebe.incident.ZeebeIncidentRecordDto
Packages that use ZeebeIncidentRecordDto
Package
Description
-
Uses of ZeebeIncidentRecordDto in io.camunda.optimize.service.importing.engine.service.zeebe
Method parameters in io.camunda.optimize.service.importing.engine.service.zeebe with type arguments of type ZeebeIncidentRecordDtoModifier and TypeMethodDescriptionprotected List<ProcessInstanceDto> ZeebeIncidentImportService.filterAndMapZeebeRecordsToOptimizeEntities(List<ZeebeIncidentRecordDto> zeebeRecords) -
Uses of ZeebeIncidentRecordDto in io.camunda.optimize.service.importing.zeebe.db
Methods in io.camunda.optimize.service.importing.zeebe.db that return types with arguments of type ZeebeIncidentRecordDtoModifier and TypeMethodDescriptionZeebeIncidentFetcher.getZeebeRecordsForPrefixAndPartitionFrom(PositionBasedImportPage positionBasedImportPage) -
Uses of ZeebeIncidentRecordDto in io.camunda.optimize.service.importing.zeebe.fetcher.es
Methods in io.camunda.optimize.service.importing.zeebe.fetcher.es that return types with arguments of type ZeebeIncidentRecordDtoModifier and TypeMethodDescriptionprotected Class<ZeebeIncidentRecordDto> ZeebeIncidentFetcherES.getRecordDtoClass() -
Uses of ZeebeIncidentRecordDto in io.camunda.optimize.service.importing.zeebe.fetcher.os
Methods in io.camunda.optimize.service.importing.zeebe.fetcher.os that return types with arguments of type ZeebeIncidentRecordDtoModifier and TypeMethodDescriptionprotected Class<ZeebeIncidentRecordDto> ZeebeIncidentFetcherOS.getRecordDtoClass()