Index
All Classes and Interfaces|All Packages|Constant Field Values
B
- Batch - Interface in org.flowable.batch.api
- BatchBuilder - Interface in org.flowable.batch.api
- batchDocumentJson(String) - Method in interface org.flowable.batch.api.BatchBuilder
- batchId(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with the given batch id
- batchId(String) - Method in interface org.flowable.batch.api.BatchQuery
-
Only select batches with the given id
- BatchPart - Interface in org.flowable.batch.api
- BatchPartBuilder - Interface in org.flowable.batch.api
- BatchPartQuery - Interface in org.flowable.batch.api
- BatchQuery - Interface in org.flowable.batch.api
- batchSearchKey(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with the given batch search key.
- batchSearchKey2(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with the batch given search key.
- BatchService - Interface in org.flowable.batch.api
-
Service which provides access to batch entities.
- batchType(String) - Method in interface org.flowable.batch.api.BatchBuilder
- batchType(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with the given batch type.
- batchType(String) - Method in interface org.flowable.batch.api.BatchQuery
-
Only select batches which exist for the given type.
- batchTypes(Collection<String>) - Method in interface org.flowable.batch.api.BatchQuery
-
Only select batches which exist for the given types.
C
- CASE_MIGRATION_TYPE - Static variable in interface org.flowable.batch.api.Batch
- completeBatch(String, String) - Method in interface org.flowable.batch.api.BatchService
- completeBatchPart(String, String, String) - Method in interface org.flowable.batch.api.BatchService
- completed() - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts that have been completed.
- completeTimeHigherThan(Date) - Method in interface org.flowable.batch.api.BatchQuery
-
Only select batches where the complete time is higher then the given date.
- completeTimeLowerThan(Date) - Method in interface org.flowable.batch.api.BatchQuery
-
Only select batches where the complete time is lower than the given date.
- create() - Method in interface org.flowable.batch.api.BatchBuilder
- create() - Method in interface org.flowable.batch.api.BatchPartBuilder
- createBatchBuilder() - Method in interface org.flowable.batch.api.BatchService
- createBatchPart(Batch, String, String, String, String) - Method in interface org.flowable.batch.api.BatchService
- createTimeHigherThan(Date) - Method in interface org.flowable.batch.api.BatchQuery
-
Only select batches where the create time is higher then the given date.
- createTimeLowerThan(Date) - Method in interface org.flowable.batch.api.BatchQuery
-
Only select batches where the create time is lower than the given date.
D
- deleteBatch(String) - Method in interface org.flowable.batch.api.BatchService
F
- findBatchCountByQueryCriteria(BatchQuery) - Method in interface org.flowable.batch.api.BatchService
- findBatchesByQueryCriteria(BatchQuery) - Method in interface org.flowable.batch.api.BatchService
- findBatchesBySearchKey(String) - Method in interface org.flowable.batch.api.BatchService
- findBatchPartsByBatchId(String) - Method in interface org.flowable.batch.api.BatchService
- findBatchPartsByBatchIdAndStatus(String, String) - Method in interface org.flowable.batch.api.BatchService
- findBatchPartsByScopeIdAndType(String, String) - Method in interface org.flowable.batch.api.BatchService
G
- getAllBatches() - Method in interface org.flowable.batch.api.BatchService
- getBatch(String) - Method in interface org.flowable.batch.api.BatchService
- getBatchDocumentJson() - Method in interface org.flowable.batch.api.BatchBuilder
- getBatchDocumentJson(String) - Method in interface org.flowable.batch.api.Batch
- getBatchId() - Method in interface org.flowable.batch.api.BatchPart
-
The id of the batch that this batch part is linked to
- getBatchPart(String) - Method in interface org.flowable.batch.api.BatchService
- getBatchSearchKey() - Method in interface org.flowable.batch.api.Batch
- getBatchSearchKey() - Method in interface org.flowable.batch.api.BatchPart
-
The search key of the batch that this batch part is linked to
- getBatchSearchKey2() - Method in interface org.flowable.batch.api.Batch
- getBatchSearchKey2() - Method in interface org.flowable.batch.api.BatchPart
-
The second search key of the batch that this batch part is linked to
- getBatchType() - Method in interface org.flowable.batch.api.Batch
- getBatchType() - Method in interface org.flowable.batch.api.BatchBuilder
- getBatchType() - Method in interface org.flowable.batch.api.BatchPart
-
The type of the batch that this batch part is linked to
- getCompleteTime() - Method in interface org.flowable.batch.api.Batch
- getCompleteTime() - Method in interface org.flowable.batch.api.BatchPart
-
The time the batch part was completed
- getCreateTime() - Method in interface org.flowable.batch.api.Batch
- getCreateTime() - Method in interface org.flowable.batch.api.BatchPart
-
The time the batch part was created
- getId() - Method in interface org.flowable.batch.api.Batch
- getId() - Method in interface org.flowable.batch.api.BatchPart
-
The technical id of the batch part
- getResultDocumentJson(String) - Method in interface org.flowable.batch.api.BatchPart
-
The result document of the batch part
- getScopeId() - Method in interface org.flowable.batch.api.BatchPart
-
The scope id of the batch part
- getScopeType() - Method in interface org.flowable.batch.api.BatchPart
-
The scope type of the batch part
- getSearchKey() - Method in interface org.flowable.batch.api.BatchBuilder
- getSearchKey() - Method in interface org.flowable.batch.api.BatchPart
-
The search key of the batch part
- getSearchKey2() - Method in interface org.flowable.batch.api.BatchBuilder
- getSearchKey2() - Method in interface org.flowable.batch.api.BatchPart
-
The second search key of the batch part
- getStatus() - Method in interface org.flowable.batch.api.Batch
- getStatus() - Method in interface org.flowable.batch.api.BatchBuilder
- getStatus() - Method in interface org.flowable.batch.api.BatchPart
-
The status of the batch part
- getSubScopeId() - Method in interface org.flowable.batch.api.BatchPart
-
The sub scope id of the batch part
- getTenantId() - Method in interface org.flowable.batch.api.Batch
- getTenantId() - Method in interface org.flowable.batch.api.BatchBuilder
- getTenantId() - Method in interface org.flowable.batch.api.BatchPart
-
The tenant id of the batch part
- getType() - Method in interface org.flowable.batch.api.BatchPart
-
The type of the batch part
H
- HISTORIC_CASE_DELETE_TYPE - Static variable in interface org.flowable.batch.api.Batch
- HISTORIC_PROCESS_DELETE_TYPE - Static variable in interface org.flowable.batch.api.Batch
I
- id(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with the given id
- insertBatch(Batch) - Method in interface org.flowable.batch.api.BatchService
- isCompleted() - Method in interface org.flowable.batch.api.BatchPart
-
Whether the batch part is completed
O
- orderByBatchCreateTime() - Method in interface org.flowable.batch.api.BatchQuery
-
Order by batch create time (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByBatchId() - Method in interface org.flowable.batch.api.BatchPartQuery
-
Order by batch id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByBatchId() - Method in interface org.flowable.batch.api.BatchQuery
-
Order by batch id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByBatchTenantId() - Method in interface org.flowable.batch.api.BatchQuery
-
Order by batch create time (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByCreateTime() - Method in interface org.flowable.batch.api.BatchPartQuery
-
Order by batch part create time (needs to be followed by
Query.asc()
orQuery.desc()
). - org.flowable.batch.api - package org.flowable.batch.api
P
- PROCESS_MIGRATION_TYPE - Static variable in interface org.flowable.batch.api.Batch
S
- scopeId(String) - Method in interface org.flowable.batch.api.BatchPartBuilder
- scopeId(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with the given scope id.
- scopeType(String) - Method in interface org.flowable.batch.api.BatchPartBuilder
- scopeType(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with the given scope type.
- searchKey(String) - Method in interface org.flowable.batch.api.BatchBuilder
- searchKey(String) - Method in interface org.flowable.batch.api.BatchPartBuilder
- searchKey(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with the given search key.
- searchKey(String) - Method in interface org.flowable.batch.api.BatchQuery
-
Only select batches which exist for the given search key.
- searchKey2(String) - Method in interface org.flowable.batch.api.BatchBuilder
- searchKey2(String) - Method in interface org.flowable.batch.api.BatchPartBuilder
- searchKey2(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with the given search key.
- searchKey2(String) - Method in interface org.flowable.batch.api.BatchQuery
-
Only select batches which exist for the given search key.
- status(String) - Method in interface org.flowable.batch.api.BatchBuilder
- status(String) - Method in interface org.flowable.batch.api.BatchPartBuilder
- status(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with the given status.
- status(String) - Method in interface org.flowable.batch.api.BatchQuery
-
Only select batches which exist for the given status.
- subScopeId(String) - Method in interface org.flowable.batch.api.BatchPartBuilder
- subScopeId(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with the given sub scope id.
T
- tenantId(String) - Method in interface org.flowable.batch.api.BatchBuilder
- tenantId(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with the given tenant id.
- tenantId(String) - Method in interface org.flowable.batch.api.BatchQuery
-
Only select batches which exist for the given tenant id.
- tenantIdLike(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with a tenant id like the given one.
- tenantIdLike(String) - Method in interface org.flowable.batch.api.BatchQuery
-
Only select batches with a tenant id like the given one.
- type(String) - Method in interface org.flowable.batch.api.BatchPartBuilder
- type(String) - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts with the given type.
U
- updateBatch(Batch) - Method in interface org.flowable.batch.api.BatchService
W
- withoutTenantId() - Method in interface org.flowable.batch.api.BatchPartQuery
-
Only select batch parts that do not have a tenant id.
- withoutTenantId() - Method in interface org.flowable.batch.api.BatchQuery
-
Only select batches that do not have a tenant id.
All Classes and Interfaces|All Packages|Constant Field Values