Uses of Interface
org.operaton.bpm.engine.batch.history.HistoricBatchQuery
Packages that use HistoricBatchQuery
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Classes related to the
HistoryService.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricBatchQuery in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return HistoricBatchQueryModifier and TypeMethodDescriptionHistoryService.createHistoricBatchQuery()Creates a query to search forHistoricBatchinstances. -
Uses of HistoricBatchQuery in org.operaton.bpm.engine.batch.history
Methods in org.operaton.bpm.engine.batch.history that return HistoricBatchQueryModifier and TypeMethodDescriptionOnly select historic batch instances for the given batch id.HistoricBatchQuery.completed(boolean completed) Only select historic batches which are completed or not.HistoricBatchQuery.orderByEndTime()Returns historic batches sorted by end time; must be followed by an invocation ofQuery.asc()orQuery.desc().HistoricBatchQuery.orderById()Returns historic batches sorted by id; must be followed by an invocation ofQuery.asc()orQuery.desc().HistoricBatchQuery.orderByStartTime()Returns historic batches sorted by start time; must be followed by an invocation ofQuery.asc()orQuery.desc().HistoricBatchQuery.orderByTenantId()Returns historic batches sorted by tenant id; must be followed by an invocation ofQuery.asc()orQuery.desc().HistoricBatchQuery.tenantIdIn(String... tenantIds) Only selects historic batches with one of the given tenant ids.Only select historic batches of the given type.HistoricBatchQuery.withoutTenantId()Only selects historic batches which have no tenant id. -
Uses of HistoricBatchQuery in org.operaton.bpm.engine.history
Methods in org.operaton.bpm.engine.history with parameters of type HistoricBatchQueryModifier and TypeMethodDescriptionSetRemovalTimeToHistoricBatchesBuilder.byQuery(HistoricBatchQuery historicBatchQuery) Selects historic batches by the given query. -
Uses of HistoricBatchQuery in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return HistoricBatchQuery -
Uses of HistoricBatchQuery in org.operaton.bpm.engine.impl.batch.history
Classes in org.operaton.bpm.engine.impl.batch.history that implement HistoricBatchQueryMethods in org.operaton.bpm.engine.impl.batch.history that return HistoricBatchQueryModifier and TypeMethodDescriptionHistoricBatchQueryImpl.completed(boolean completed) HistoricBatchQueryImpl.orderByEndTime()HistoricBatchQueryImpl.orderById()HistoricBatchQueryImpl.orderByStartTime()HistoricBatchQueryImpl.orderByTenantId()HistoricBatchQueryImpl.tenantIdIn(String... tenantIds) HistoricBatchQueryImpl.withoutTenantId() -
Uses of HistoricBatchQuery in org.operaton.bpm.engine.impl.cmd.batch.removaltime
Methods in org.operaton.bpm.engine.impl.cmd.batch.removaltime that return HistoricBatchQueryModifier and TypeMethodDescriptionprotected HistoricBatchQuerySetRemovalTimeToHistoricBatchesCmd.createHistoricBatchQuery(CommandContext commandContext) -
Uses of HistoricBatchQuery in org.operaton.bpm.engine.impl.history
Fields in org.operaton.bpm.engine.impl.history declared as HistoricBatchQueryModifier and TypeFieldDescriptionprotected HistoricBatchQuerySetRemovalTimeToHistoricBatchesBuilderImpl.queryMethods in org.operaton.bpm.engine.impl.history that return HistoricBatchQueryMethods in org.operaton.bpm.engine.impl.history with parameters of type HistoricBatchQueryModifier and TypeMethodDescriptionSetRemovalTimeToHistoricBatchesBuilderImpl.byQuery(HistoricBatchQuery query) -
Uses of HistoricBatchQuery in org.operaton.bpm.engine.rest.dto.history.batch
Methods in org.operaton.bpm.engine.rest.dto.history.batch that return HistoricBatchQueryModifier and TypeMethodDescriptionprotected HistoricBatchQueryHistoricBatchQueryDto.createNewQuery(ProcessEngine engine) Methods in org.operaton.bpm.engine.rest.dto.history.batch with parameters of type HistoricBatchQueryModifier and TypeMethodDescriptionprotected voidHistoricBatchQueryDto.applyFilters(HistoricBatchQuery query) protected voidHistoricBatchQueryDto.applySortBy(HistoricBatchQuery query, String sortBy, Map<String, Object> parameters, ProcessEngine engine)