Uses of Interface
org.operaton.bpm.engine.batch.history.HistoricBatch
Packages that use HistoricBatch
Package
Description
-
Uses of HistoricBatch in org.operaton.bpm.engine.impl.batch.history
Classes in org.operaton.bpm.engine.impl.batch.history that implement HistoricBatchMethods in org.operaton.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.operaton.bpm.engine.impl.persistence.entity
Methods in org.operaton.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.operaton.bpm.engine.rest.dto.history.batch
Methods in org.operaton.bpm.engine.rest.dto.history.batch with parameters of type HistoricBatchModifier and TypeMethodDescriptionstatic HistoricBatchDtoHistoricBatchDto.fromBatch(HistoricBatch historicBatch) -
Uses of HistoricBatch in org.operaton.bpm.engine.test.api.runtime
Methods in org.operaton.bpm.engine.test.api.runtime that return HistoricBatch