Uses of Interface
org.camunda.bpm.engine.batch.history.HistoricBatch
Packages that use HistoricBatch
Package
Description
-
Uses of HistoricBatch in org.camunda.bpm.engine.impl.batch.history
Classes in org.camunda.bpm.engine.impl.batch.history that implement HistoricBatchMethods in org.camunda.bpm.engine.impl.batch.history that return types with arguments of type HistoricBatchModifier and TypeMethodDescriptionHistoricBatchQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of HistoricBatch in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricBatchModifier and TypeMethodDescriptionHistoricBatchManager.findBatchesByQueryCriteria
(HistoricBatchQueryImpl historicBatchQuery, Page page) -
Uses of HistoricBatch in org.camunda.bpm.engine.rest.dto.history.batch
Methods in org.camunda.bpm.engine.rest.dto.history.batch with parameters of type HistoricBatchModifier and TypeMethodDescriptionstatic HistoricBatchDto
HistoricBatchDto.fromBatch
(HistoricBatch historicBatch)