| Package | Description |
|---|---|
| org.flowable.batch.service.impl | |
| org.flowable.batch.service.impl.persistence.entity | |
| org.flowable.batch.service.impl.persistence.entity.data.impl |
| Modifier and Type | Method and Description |
|---|---|
BatchEntity |
BatchServiceImpl.getBatch(String id) |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
BatchEntity |
BatchEntityManagerImpl.createBatch(BatchBuilder batchBuilder) |
| Modifier and Type | Method and Description |
|---|---|
BatchPartEntity |
BatchPartEntityManagerImpl.createBatchPart(BatchEntity parentBatch,
String status,
String scopeId,
String subScopeId,
String scopeType) |
BatchPartEntity |
BatchPartEntityManager.createBatchPart(BatchEntity parentBatch,
String status,
String scopeId,
String subScopeId,
String scopeType) |
| Modifier and Type | Method and Description |
|---|---|
BatchEntity |
MybatisBatchDataManager.create() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends BatchEntity> |
MybatisBatchDataManager.getManagedEntityClass() |
Copyright © 2021 Flowable. All rights reserved.