Uses of Class
org.flowable.rest.service.api.history.HistoricTaskInstanceResponse
Packages that use HistoricTaskInstanceResponse
-
Uses of HistoricTaskInstanceResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return HistoricTaskInstanceResponseModifier and TypeMethodDescriptionRestResponseFactory.createHistoricTaskInstanceResponse
(HistoricTaskInstance taskInstance) RestResponseFactory.createHistoricTaskInstanceResponse
(HistoricTaskInstance taskInstance, RestUrlBuilder urlBuilder) Methods in org.flowable.rest.service.api that return types with arguments of type HistoricTaskInstanceResponseModifier and TypeMethodDescriptionRestResponseFactory.createHistoricTaskInstanceResponseList
(List<HistoricTaskInstance> taskInstances) -
Uses of HistoricTaskInstanceResponse in org.flowable.rest.service.api.history
Methods in org.flowable.rest.service.api.history that return HistoricTaskInstanceResponseMethods in org.flowable.rest.service.api.history that return types with arguments of type HistoricTaskInstanceResponseModifier and TypeMethodDescriptionHistoricTaskInstanceCollectionResource.getHistoricProcessInstances
(Map<String, String> allRequestParams) protected DataResponse<HistoricTaskInstanceResponse>
HistoricTaskInstanceBaseResource.getQueryResponse
(HistoricTaskInstanceQueryRequest queryRequest, Map<String, String> allRequestParams) HistoricTaskInstanceQueryResource.queryProcessInstances
(HistoricTaskInstanceQueryRequest queryRequest, Map<String, String> allRequestParams)