Uses of Class
org.flowable.rest.service.api.history.HistoricVariableInstanceResponse
-
Packages that use HistoricVariableInstanceResponse Package Description org.flowable.rest.service.api org.flowable.rest.service.api.history -
-
Uses of HistoricVariableInstanceResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return HistoricVariableInstanceResponse Modifier and Type Method Description HistoricVariableInstanceResponseRestResponseFactory. createHistoricVariableInstanceResponse(org.flowable.variable.api.history.HistoricVariableInstance variableInstance)HistoricVariableInstanceResponseRestResponseFactory. createHistoricVariableInstanceResponse(org.flowable.variable.api.history.HistoricVariableInstance variableInstance, RestUrlBuilder urlBuilder)Methods in org.flowable.rest.service.api that return types with arguments of type HistoricVariableInstanceResponse Modifier and Type Method Description List<HistoricVariableInstanceResponse>RestResponseFactory. createHistoricVariableInstanceResponseList(List<org.flowable.variable.api.history.HistoricVariableInstance> variableInstances) -
Uses of HistoricVariableInstanceResponse in org.flowable.rest.service.api.history
Methods in org.flowable.rest.service.api.history that return types with arguments of type HistoricVariableInstanceResponse Modifier and Type Method Description DataResponse<HistoricVariableInstanceResponse>HistoricVariableInstanceCollectionResource. getHistoricActivityInstances(Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)protected DataResponse<HistoricVariableInstanceResponse>HistoricVariableInstanceBaseResource. getQueryResponse(HistoricVariableInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)DataResponse<HistoricVariableInstanceResponse>HistoricVariableInstanceQueryResource. queryVariableInstances(HistoricVariableInstanceQueryRequest queryRequest, Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)
-