Uses of Class
org.flowable.rest.service.api.history.HistoricProcessInstanceResponse
Packages that use HistoricProcessInstanceResponse
-
Uses of HistoricProcessInstanceResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return HistoricProcessInstanceResponseModifier and TypeMethodDescriptionRestResponseFactory.createHistoricProcessInstanceResponse(HistoricProcessInstance processInstance) RestResponseFactory.createHistoricProcessInstanceResponse(HistoricProcessInstance processInstance, RestUrlBuilder urlBuilder) Methods in org.flowable.rest.service.api that return types with arguments of type HistoricProcessInstanceResponseModifier and TypeMethodDescriptionRestResponseFactory.createHistoricProcessInstanceResponseList(List<HistoricProcessInstance> processInstances) -
Uses of HistoricProcessInstanceResponse in org.flowable.rest.service.api.history
Methods in org.flowable.rest.service.api.history that return HistoricProcessInstanceResponseModifier and TypeMethodDescriptionHistoricProcessInstanceResource.getProcessInstance(String processInstanceId) Methods in org.flowable.rest.service.api.history that return types with arguments of type HistoricProcessInstanceResponseModifier and TypeMethodDescriptionHistoricProcessInstanceCollectionResource.getHistoricProcessInstances(Map<String, String> allRequestParams) protected DataResponse<HistoricProcessInstanceResponse>HistoricProcessInstanceBaseResource.getQueryResponse(HistoricProcessInstanceQueryRequest queryRequest, Map<String, String> allRequestParams) HistoricProcessInstanceQueryResource.queryProcessInstances(HistoricProcessInstanceQueryRequest queryRequest, Map<String, String> allRequestParams)