Uses of Class
org.camunda.community.rest.client.dto.SetRemovalTimeToHistoricBatchesDto
Packages that use SetRemovalTimeToHistoricBatchesDto
-
Uses of SetRemovalTimeToHistoricBatchesDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api with parameters of type SetRemovalTimeToHistoricBatchesDtoModifier and TypeMethodDescriptionHistoricBatchApi.setRemovalTimeAsyncHistoricBatch(SetRemovalTimeToHistoricBatchesDto setRemovalTimeToHistoricBatchesDto) Set Removal Time Async (POST) Sets the removal time to multiple historic batches asynchronously (batch).HistoricBatchApi.setRemovalTimeAsyncHistoricBatch(SetRemovalTimeToHistoricBatchesDto setRemovalTimeToHistoricBatchesDto, Map<String, String> additionalHeaders) Set Removal Time Async (POST) Sets the removal time to multiple historic batches asynchronously (batch). -
Uses of SetRemovalTimeToHistoricBatchesDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return SetRemovalTimeToHistoricBatchesDtoModifier and TypeMethodDescriptionSetRemovalTimeToHistoricBatchesDto.absoluteRemovalTime(OffsetDateTime absoluteRemovalTime) SetRemovalTimeToHistoricBatchesDto.addHistoricBatchIdsItem(String historicBatchIdsItem) SetRemovalTimeToHistoricBatchesDto.calculatedRemovalTime(Boolean calculatedRemovalTime) SetRemovalTimeToHistoricBatchesDto.clearedRemovalTime(Boolean clearedRemovalTime) SetRemovalTimeToHistoricBatchesDto.historicBatchIds(List<String> historicBatchIds) SetRemovalTimeToHistoricBatchesDto.historicBatchQuery(Object historicBatchQuery)