Uses of Class
org.flowable.rest.service.api.management.BatchPartResponse
-
Packages that use BatchPartResponse Package Description org.flowable.rest.service.api org.flowable.rest.service.api.management -
-
Uses of BatchPartResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return BatchPartResponse Modifier and Type Method Description BatchPartResponseRestResponseFactory. createBatchPartResponse(org.flowable.batch.api.BatchPart batchPart)BatchPartResponseRestResponseFactory. createBatchPartResponse(org.flowable.batch.api.BatchPart batchPart, RestUrlBuilder urlBuilder)Methods in org.flowable.rest.service.api that return types with arguments of type BatchPartResponse Modifier and Type Method Description List<BatchPartResponse>RestResponseFactory. createBatchPartResponse(List<org.flowable.batch.api.BatchPart> batchParts) -
Uses of BatchPartResponse in org.flowable.rest.service.api.management
Methods in org.flowable.rest.service.api.management that return BatchPartResponse Modifier and Type Method Description BatchPartResponseBatchPartResource. getBatchPart(String batchPartId, javax.servlet.http.HttpServletRequest request)Methods in org.flowable.rest.service.api.management that return types with arguments of type BatchPartResponse Modifier and Type Method Description List<BatchPartResponse>BatchPartCollectionResource. getBatches(String batchId, Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)
-