Uses of Class
io.camunda.optimize.dto.zeebe.variable.ZeebeVariableRecordDto
Packages that use ZeebeVariableRecordDto
Package
Description
-
Uses of ZeebeVariableRecordDto 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 ZeebeVariableRecordDtoModifier and TypeMethodDescriptionprotected List<ProcessInstanceDto> ZeebeVariableImportService.filterAndMapZeebeRecordsToOptimizeEntities(List<ZeebeVariableRecordDto> zeebeRecords) -
Uses of ZeebeVariableRecordDto in io.camunda.optimize.service.importing.zeebe.db
Methods in io.camunda.optimize.service.importing.zeebe.db that return types with arguments of type ZeebeVariableRecordDtoModifier and TypeMethodDescriptionZeebeVariableFetcher.getZeebeRecordsForPrefixAndPartitionFrom(PositionBasedImportPage positionBasedImportPage) -
Uses of ZeebeVariableRecordDto 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 ZeebeVariableRecordDtoModifier and TypeMethodDescriptionprotected Class<ZeebeVariableRecordDto> ZeebeVariableFetcherES.getRecordDtoClass() -
Uses of ZeebeVariableRecordDto 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 ZeebeVariableRecordDtoModifier and TypeMethodDescriptionprotected Class<ZeebeVariableRecordDto> ZeebeVariableFetcherOS.getRecordDtoClass()