@Service public class BatchService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FlowableClientService |
clientUtil |
| Constructor and Description |
|---|
BatchService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteBatch(ServerConfig serverConfig,
String batchId) |
com.fasterxml.jackson.databind.JsonNode |
getBatch(ServerConfig serverConfig,
String batchId) |
String |
getBatchDocument(ServerConfig serverConfig,
String batchId) |
com.fasterxml.jackson.databind.JsonNode |
getBatchPart(ServerConfig serverConfig,
String batchPartId) |
String |
getBatchPartDocument(ServerConfig serverConfig,
String batchPartId) |
com.fasterxml.jackson.databind.JsonNode |
listBatches(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
com.fasterxml.jackson.databind.JsonNode |
listBatchParts(ServerConfig serverConfig,
String batchId,
Map<String,String[]> parameterMap) |
@Autowired protected FlowableClientService clientUtil
public com.fasterxml.jackson.databind.JsonNode listBatches(ServerConfig serverConfig, Map<String,String[]> parameterMap)
public com.fasterxml.jackson.databind.JsonNode getBatch(ServerConfig serverConfig, String batchId)
public String getBatchDocument(ServerConfig serverConfig, String batchId)
public void deleteBatch(ServerConfig serverConfig, String batchId)
public com.fasterxml.jackson.databind.JsonNode listBatchParts(ServerConfig serverConfig, String batchId, Map<String,String[]> parameterMap)
public com.fasterxml.jackson.databind.JsonNode getBatchPart(ServerConfig serverConfig, String batchPartId)
public String getBatchPartDocument(ServerConfig serverConfig, String batchPartId)
Copyright © 2020 Flowable. All rights reserved.