Uses of Class
org.camunda.community.rest.client.dto.HistoricBatchDto
Packages that use HistoricBatchDto
-
Uses of HistoricBatchDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return HistoricBatchDtoModifier and TypeMethodDescriptionHistoricBatchApi.getHistoricBatch(String id) Get Historic Batch Retrieves a historic batch by id, according to the `HistoricBatch` interface in the engine.HistoricBatchApi.getHistoricBatch(String id, Map<String, String> additionalHeaders) Get Historic Batch Retrieves a historic batch by id, according to the `HistoricBatch` interface in the engine.Methods in org.camunda.community.rest.client.api that return types with arguments of type HistoricBatchDtoModifier and TypeMethodDescriptionHistoricBatchApi.getHistoricBatches(String batchId, String type, Boolean completed, String tenantIdIn, Boolean withoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Historic Batches Queries for historic batches that fulfill given parameters.HistoricBatchApi.getHistoricBatches(String batchId, String type, Boolean completed, String tenantIdIn, Boolean withoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Historic Batches Queries for historic batches that fulfill given parameters. -
Uses of HistoricBatchDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return HistoricBatchDtoModifier and TypeMethodDescriptionHistoricBatchDto.batchJobDefinitionId(String batchJobDefinitionId) HistoricBatchDto.batchJobsPerSeed(Integer batchJobsPerSeed) HistoricBatchDto.createUserId(String createUserId) HistoricBatchDto.endTime(OffsetDateTime endTime) HistoricBatchDto.executionStartTime(OffsetDateTime executionStartTime) HistoricBatchDto.invocationsPerBatchJob(Integer invocationsPerBatchJob) HistoricBatchDto.monitorJobDefinitionId(String monitorJobDefinitionId) HistoricBatchDto.removalTime(OffsetDateTime removalTime) HistoricBatchDto.seedJobDefinitionId(String seedJobDefinitionId) HistoricBatchDto.startTime(OffsetDateTime startTime)