| Package | Description |
|---|---|
| org.flowable.rest.service.api | |
| org.flowable.rest.service.api.management |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse |
RestResponseFactory.createBatchResponse(org.flowable.batch.api.Batch batch) |
BatchResponse |
RestResponseFactory.createBatchResponse(org.flowable.batch.api.Batch batch,
RestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchResponse> |
RestResponseFactory.createBatchResponse(List<org.flowable.batch.api.Batch> batches) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponse |
BatchResource.getBatch(String batchId,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<BatchResponse> |
BatchCollectionResource.getBatches(Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2020 Flowable. All rights reserved.