Uses of Class
org.flowable.rest.service.api.management.BatchResponse
-
Packages that use BatchResponse Package Description org.flowable.rest.service.api org.flowable.rest.service.api.management -
-
Uses of BatchResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return BatchResponse Modifier and Type Method Description BatchResponseRestResponseFactory. createBatchResponse(org.flowable.batch.api.Batch batch)BatchResponseRestResponseFactory. createBatchResponse(org.flowable.batch.api.Batch batch, RestUrlBuilder urlBuilder)Methods in org.flowable.rest.service.api that return types with arguments of type BatchResponse Modifier and Type Method Description List<BatchResponse>RestResponseFactory. createBatchResponse(List<org.flowable.batch.api.Batch> batches) -
Uses of BatchResponse in org.flowable.rest.service.api.management
Methods in org.flowable.rest.service.api.management that return BatchResponse Modifier and Type Method Description BatchResponseBatchResource. getBatch(String batchId, javax.servlet.http.HttpServletRequest request)Methods in org.flowable.rest.service.api.management that return types with arguments of type BatchResponse Modifier and Type Method Description DataResponse<BatchResponse>BatchCollectionResource. getBatches(Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)
-