| 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 |
|---|---|
BatchPartEntity |
BatchServiceImpl.getBatchPart(String id) |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchPartEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
BatchPartEntity |
BatchPartEntityManagerImpl.completeBatchPart(String batchPartId,
String status,
String resultJson) |
BatchPartEntity |
BatchPartEntityManager.completeBatchPart(String batchPartId,
String status,
String resultJson) |
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 |
|---|---|
void |
BatchPartEntityManagerImpl.deleteBatchPartEntityAndResources(BatchPartEntity batchPartEntity) |
void |
BatchPartEntityManager.deleteBatchPartEntityAndResources(BatchPartEntity batchPartEntity) |
| Modifier and Type | Method and Description |
|---|---|
BatchPartEntity |
MybatisBatchPartDataManager.create() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends BatchPartEntity> |
MybatisBatchPartDataManager.getManagedEntityClass() |
Copyright © 2020 Flowable. All rights reserved.