Uses of Interface
org.flowable.batch.api.BatchPartQuery
Packages that use BatchPartQuery
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such 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.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
: Manages Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: Exposes information about ongoing and past process instances.FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of BatchPartQuery in org.flowable.batch.api
Methods in org.flowable.batch.api that return BatchPartQueryModifier and TypeMethodDescriptionOnly select batch parts with the given batch idBatchPartQuery.batchSearchKey
(String searchKey) Only select batch parts with the given batch search key.BatchPartQuery.batchSearchKey2
(String searchKey2) Only select batch parts with the batch given search key.Only select batch parts with the given batch type.BatchPartQuery.completed()
Only select batch parts that have been completed.Only select batch parts with the given idBatchPartQuery.orderByBatchId()
Order by batch id (needs to be followed byQuery.asc()
orQuery.desc()
).BatchPartQuery.orderByCreateTime()
Order by batch part create time (needs to be followed byQuery.asc()
orQuery.desc()
).Only select batch parts with the given scope id.Only select batch parts with the given scope type.Only select batch parts with the given search key.BatchPartQuery.searchKey2
(String searchKey2) Only select batch parts with the given search key.Only select batch parts with the given status.BatchPartQuery.subScopeId
(String subScopeId) Only select batch parts with the given sub scope id.Only select batch parts with the given tenant id.BatchPartQuery.tenantIdLike
(String tenantIdLike) Only select batch parts with a tenant id like the given one.Only select batch parts with the given type.BatchPartQuery.withoutTenantId()
Only select batch parts that do not have a tenant id. -
Uses of BatchPartQuery in org.flowable.batch.service.impl
Classes in org.flowable.batch.service.impl that implement BatchPartQueryMethods in org.flowable.batch.service.impl that return BatchPartQueryModifier and TypeMethodDescriptionBatchPartQueryImpl.batchSearchKey
(String searchKey) BatchPartQueryImpl.batchSearchKey2
(String searchKey2) BatchPartQueryImpl.completed()
BatchPartQueryImpl.orderByBatchId()
BatchPartQueryImpl.orderByCreateTime()
BatchPartQueryImpl.searchKey2
(String searchKey2) BatchPartQueryImpl.subScopeId
(String subScopeId) BatchPartQueryImpl.tenantIdLike
(String tenantIdLike) BatchPartQueryImpl.withoutTenantId()
-
Uses of BatchPartQuery in org.flowable.batch.service.impl.persistence.entity
Methods in org.flowable.batch.service.impl.persistence.entity with parameters of type BatchPartQueryModifier and TypeMethodDescriptionlong
BatchPartEntityManager.findBatchPartCountByQueryCriteria
(BatchPartQuery batchPartQuery) long
BatchPartEntityManagerImpl.findBatchPartCountByQueryCriteria
(BatchPartQuery batchPartQuery) BatchPartEntityManager.findBatchPartsByQueryCriteria
(BatchPartQuery batchPartQuery) BatchPartEntityManagerImpl.findBatchPartsByQueryCriteria
(BatchPartQuery batchPartQuery) -
Uses of BatchPartQuery in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return BatchPartQueryModifier and TypeMethodDescriptionCmmnManagementService.createBatchPartQuery()
Returns a new BatchPartQuery implementation, that can be used to dynamically query the batch parts. -
Uses of BatchPartQuery in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return BatchPartQuery -
Uses of BatchPartQuery in org.flowable.cmmn.engine.impl.delete
Methods in org.flowable.cmmn.engine.impl.delete that return BatchPartQueryModifier and TypeMethodDescriptionprotected BatchPartQuery
ComputeDeleteHistoricCaseInstanceStatusJobHandler.createStatusQuery
(Batch batch, CmmnManagementService managementService) protected BatchPartQuery
DeleteHistoricCaseInstanceIdsStatusJobHandler.createStatusQuery
(Batch batch, CmmnManagementService managementService) -
Uses of BatchPartQuery in org.flowable.engine
Methods in org.flowable.engine that return BatchPartQueryModifier and TypeMethodDescriptionManagementService.createBatchPartQuery()
Returns a new BatchPartQuery implementation, that can be used to dynamically query the batch parts. -
Uses of BatchPartQuery in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return BatchPartQuery -
Uses of BatchPartQuery in org.flowable.engine.impl.delete
Methods in org.flowable.engine.impl.delete that return BatchPartQueryModifier and TypeMethodDescriptionprotected BatchPartQuery
ComputeDeleteHistoricProcessInstanceStatusJobHandler.createStatusQuery
(Batch batch, ManagementService managementService) protected BatchPartQuery
DeleteHistoricProcessInstanceIdsStatusJobHandler.createStatusQuery
(Batch batch, ManagementService managementService)