| Package | Description |
|---|---|
| org.flowable.rest.service.api | |
| org.flowable.rest.service.api.management |
| Modifier and Type | Method and Description |
|---|---|
BatchPartResponse |
RestResponseFactory.createBatchPartResponse(org.flowable.batch.api.BatchPart batchPart) |
BatchPartResponse |
RestResponseFactory.createBatchPartResponse(org.flowable.batch.api.BatchPart batchPart,
RestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchPartResponse> |
RestResponseFactory.createBatchPartResponse(List<org.flowable.batch.api.BatchPart> batchParts) |
| Modifier and Type | Method and Description |
|---|---|
BatchPartResponse |
BatchPartResource.getBatchPart(String batchPartId,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchPartResponse> |
BatchPartCollectionResource.getBatches(String batchId,
Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2022 Flowable. All rights reserved.