Uses of Interface
org.operaton.bpm.engine.batch.BatchQuery
Packages that use BatchQuery
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 BatchQuery in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return BatchQueryModifier and TypeMethodDescriptionManagementService.createBatchQuery()Creates a query to search forBatchinstances. -
Uses of BatchQuery in org.operaton.bpm.engine.batch
Methods in org.operaton.bpm.engine.batch that return BatchQueryModifier and TypeMethodDescriptionBatchQuery.active()Only selects batches which are activeOnly select batch instances for the given batch id.BatchQuery.orderById()Returns batches sorted by id; must be followed by an invocation ofQuery.asc()orQuery.desc().BatchQuery.orderByTenantId()Returns batches sorted by tenant id; must be followed by an invocation ofQuery.asc()orQuery.desc().BatchQuery.suspended()Only selects batches which are suspendedBatchQuery.tenantIdIn(String... tenantIds) Only selects batches with one of the given tenant ids.Only select batches of the given type.BatchQuery.withoutTenantId()Only selects batches which have no tenant id. -
Uses of BatchQuery in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return BatchQuery -
Uses of BatchQuery in org.operaton.bpm.engine.impl.batch
Classes in org.operaton.bpm.engine.impl.batch that implement BatchQueryMethods in org.operaton.bpm.engine.impl.batch that return BatchQueryModifier and TypeMethodDescriptionBatchQueryImpl.active()BatchQueryImpl.orderById()BatchQueryImpl.orderByTenantId()BatchQueryImpl.suspended()BatchQueryImpl.tenantIdIn(String... tenantIds) BatchQueryImpl.withoutTenantId() -
Uses of BatchQuery in org.operaton.bpm.engine.rest.dto.batch
Methods in org.operaton.bpm.engine.rest.dto.batch that return BatchQueryModifier and TypeMethodDescriptionprotected BatchQueryBatchQueryDto.createNewQuery(ProcessEngine engine) Methods in org.operaton.bpm.engine.rest.dto.batch with parameters of type BatchQueryModifier and TypeMethodDescriptionprotected voidBatchQueryDto.applyFilters(BatchQuery query) protected voidBatchQueryDto.applySortBy(BatchQuery query, String sortBy, Map<String, Object> parameters, ProcessEngine engine)