Skip navigation links
B C D F G I O P S T U W 

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 batches with the given 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
 
BatchPartQuery - Interface in org.flowable.batch.api
 
BatchQuery - Interface in org.flowable.batch.api
 
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 batches which exist for the given type.
batchType(String) - Method in interface org.flowable.batch.api.BatchQuery
Only select batches which exist for the given type.

C

completeBatchPart(String, String, String) - Method in interface org.flowable.batch.api.BatchService
 
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
 
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(String) - Method in interface org.flowable.batch.api.Batch
 
getBatchDocumentJson() - Method in interface org.flowable.batch.api.BatchBuilder
 
getBatchId() - Method in interface org.flowable.batch.api.BatchPart
 
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
 
getBatchSearchKey2() - Method in interface org.flowable.batch.api.Batch
 
getBatchSearchKey2() - Method in interface org.flowable.batch.api.BatchPart
 
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
 
getCompleteTime() - Method in interface org.flowable.batch.api.Batch
 
getCompleteTime() - Method in interface org.flowable.batch.api.BatchPart
 
getCreateTime() - Method in interface org.flowable.batch.api.Batch
 
getCreateTime() - Method in interface org.flowable.batch.api.BatchPart
 
getId() - Method in interface org.flowable.batch.api.Batch
 
getId() - Method in interface org.flowable.batch.api.BatchPart
 
getResultDocumentJson(String) - Method in interface org.flowable.batch.api.BatchPart
 
getScopeId() - Method in interface org.flowable.batch.api.BatchPart
 
getScopeType() - Method in interface org.flowable.batch.api.BatchPart
 
getSearchKey() - Method in interface org.flowable.batch.api.BatchBuilder
 
getSearchKey2() - Method in interface org.flowable.batch.api.BatchBuilder
 
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
 
getSubScopeId() - Method in interface org.flowable.batch.api.BatchPart
 
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
 

I

insertBatch(Batch) - Method in interface org.flowable.batch.api.BatchService
 
isCompleted() - Method in interface org.flowable.batch.api.BatchPart
 

O

orderByBatchCreateTime() - Method in interface org.flowable.batch.api.BatchPartQuery
Order by batch create time (needs to be followed by Query.asc() or Query.desc()).
orderByBatchCreateTime() - Method in interface org.flowable.batch.api.BatchQuery
Order by batch create time (needs to be followed by Query.asc() or Query.desc()).
orderByBatchId() - Method in interface org.flowable.batch.api.BatchPartQuery
Order by batch id (needs to be followed by Query.asc() or Query.desc()).
orderByBatchId() - Method in interface org.flowable.batch.api.BatchQuery
Order by batch id (needs to be followed by Query.asc() or Query.desc()).
orderByBatchTenantId() - Method in interface org.flowable.batch.api.BatchPartQuery
Order by batch create time (needs to be followed by Query.asc() or Query.desc()).
orderByBatchTenantId() - Method in interface org.flowable.batch.api.BatchQuery
Order by batch create time (needs to be followed by Query.asc() or Query.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.BatchPartQuery
Only select batches which exist for the given scope id.
scopeType(String) - Method in interface org.flowable.batch.api.BatchPartQuery
Only select batches which exist for the given scope type.
searchKey(String) - Method in interface org.flowable.batch.api.BatchBuilder
 
searchKey(String) - Method in interface org.flowable.batch.api.BatchPartQuery
Only select batches which exist for 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.BatchPartQuery
Only select batches which exist for 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.BatchQuery
Only select batches which exist for the given status.
subScopeId(String) - Method in interface org.flowable.batch.api.BatchPartQuery
Only select batches which exist for 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 batches which exist for 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 batches 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.

U

updateBatch(Batch) - Method in interface org.flowable.batch.api.BatchService
 

W

withoutTenantId() - Method in interface org.flowable.batch.api.BatchPartQuery
Only select batches 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.
B C D F G I O P S T U W 
Skip navigation links

Copyright © 2021 Flowable. All rights reserved.