Uses of Interface
org.operaton.bpm.engine.batch.BatchStatisticsQuery
Packages that use BatchStatisticsQuery
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.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of BatchStatisticsQuery in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return BatchStatisticsQueryModifier and TypeMethodDescriptionManagementService.createBatchStatisticsQuery()Query for the statistics of the batch execution jobs of a batch. -
Uses of BatchStatisticsQuery in org.operaton.bpm.engine.batch
Methods in org.operaton.bpm.engine.batch that return BatchStatisticsQueryModifier and TypeMethodDescriptionBatchStatisticsQuery.active()Only selects batches which are activeOnly select batch statistics for the given batch id.Only selects batches that are started by the given user idBatchStatisticsQuery.orderById()Returns batch statistics sorted by batch id; must be followed by an invocation ofQuery.asc()orQuery.desc().BatchStatisticsQuery.orderByStartTime()Returns batch statistics sorted by start time; must be followed by an invocation ofQuery.asc()orQuery.desc().BatchStatisticsQuery.orderByTenantId()Returns batch statistics sorted by tenant id; must be followed by an invocation ofQuery.asc()orQuery.desc().BatchStatisticsQuery.startedAfter(Date date) Only select historic activity instances that were started after the given date.BatchStatisticsQuery.startedBefore(Date date) Only select historic activity instances that were started before the given date.BatchStatisticsQuery.suspended()Only selects batches which are suspendedBatchStatisticsQuery.tenantIdIn(String... tenantIds) Only selects batch statistics with one of the given tenant ids.Only select batch statistics of the given type.BatchStatisticsQuery.withFailures()Only selects batches with failed jobsBatchStatisticsQuery.withoutFailures()Only selects batches without failed jobsBatchStatisticsQuery.withoutTenantId()Only selects batch statistics which have no tenant id. -
Uses of BatchStatisticsQuery in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return BatchStatisticsQuery -
Uses of BatchStatisticsQuery in org.operaton.bpm.engine.impl.batch
Classes in org.operaton.bpm.engine.impl.batch that implement BatchStatisticsQueryMethods in org.operaton.bpm.engine.impl.batch that return BatchStatisticsQueryModifier and TypeMethodDescriptionBatchStatisticsQueryImpl.active()BatchStatisticsQueryImpl.orderById()BatchStatisticsQueryImpl.orderByStartTime()BatchStatisticsQueryImpl.orderByTenantId()BatchStatisticsQueryImpl.startedAfter(Date date) BatchStatisticsQueryImpl.startedBefore(Date date) BatchStatisticsQueryImpl.suspended()BatchStatisticsQueryImpl.tenantIdIn(String... tenantIds) BatchStatisticsQueryImpl.withFailures()BatchStatisticsQueryImpl.withoutFailures()BatchStatisticsQueryImpl.withoutTenantId() -
Uses of BatchStatisticsQuery in org.operaton.bpm.engine.rest.dto.batch
Methods in org.operaton.bpm.engine.rest.dto.batch that return BatchStatisticsQueryModifier and TypeMethodDescriptionprotected BatchStatisticsQueryBatchStatisticsQueryDto.createNewQuery(ProcessEngine engine) Methods in org.operaton.bpm.engine.rest.dto.batch with parameters of type BatchStatisticsQueryModifier and TypeMethodDescriptionprotected voidBatchStatisticsQueryDto.applyFilters(BatchStatisticsQuery query) protected voidBatchStatisticsQueryDto.applySortBy(BatchStatisticsQuery query, String sortBy, Map<String, Object> parameters, ProcessEngine engine)