| Modifier and Type | Method and Description |
|---|---|
BatchServiceConfiguration |
BatchServiceConfiguration.getIdentityLinkServiceConfiguration() |
BatchServiceConfiguration |
BatchServiceConfiguration.setBatchDataManager(BatchDataManager batchDataManager) |
BatchServiceConfiguration |
BatchServiceConfiguration.setBatchEntityManager(BatchEntityManager batchEntityManager) |
BatchServiceConfiguration |
BatchServiceConfiguration.setBatchPartDataManager(BatchPartDataManager batchPartDataManager) |
BatchServiceConfiguration |
BatchServiceConfiguration.setBatchPartEntityManager(BatchPartEntityManager batchPartEntityManager) |
BatchServiceConfiguration |
BatchServiceConfiguration.setBatchService(BatchService batchService) |
BatchServiceConfiguration |
BatchServiceConfiguration.setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Field and Description |
|---|---|
protected BatchServiceConfiguration |
BatchBuilderImpl.batchServiceConfiguration |
protected BatchServiceConfiguration |
BatchQueryImpl.batchServiceConfiguration |
| Constructor and Description |
|---|
BatchBuilderImpl(BatchServiceConfiguration batchServiceConfiguration) |
BatchBuilderImpl(CommandExecutor commandExecutor,
BatchServiceConfiguration batchServiceConfiguration) |
BatchQueryImpl(CommandContext commandContext,
BatchServiceConfiguration batchServiceConfiguration) |
BatchQueryImpl(CommandExecutor commandExecutor,
BatchServiceConfiguration batchServiceConfiguration) |
BatchServiceImpl(BatchServiceConfiguration batchServiceConfiguration) |
| Modifier and Type | Field and Description |
|---|---|
protected BatchServiceConfiguration |
AbstractManager.batchServiceConfiguration |
| Modifier and Type | Method and Description |
|---|---|
protected BatchServiceConfiguration |
AbstractManager.getBatchServiceConfiguration() |
| Constructor and Description |
|---|
AbstractManager(BatchServiceConfiguration batchServiceConfiguration) |
| Constructor and Description |
|---|
BatchEntityManagerImpl(BatchServiceConfiguration batchServiceConfiguration,
BatchDataManager batchDataManager) |
BatchPartEntityManagerImpl(BatchServiceConfiguration batchServiceConfiguration,
BatchPartDataManager batchPartDataManager) |
| Modifier and Type | Field and Description |
|---|---|
protected BatchServiceConfiguration |
MybatisBatchPartDataManager.batchServiceConfiguration |
protected BatchServiceConfiguration |
MybatisBatchDataManager.batchServiceConfiguration |
| Constructor and Description |
|---|
MybatisBatchDataManager(BatchServiceConfiguration batchServiceConfiguration) |
MybatisBatchPartDataManager(BatchServiceConfiguration batchServiceConfiguration) |
Copyright © 2021 Flowable. All rights reserved.