Uses of Class
org.flowable.cmmn.rest.service.api.history.variable.HistoricVariableInstanceResponse
-
Packages that use HistoricVariableInstanceResponse Package Description org.flowable.cmmn.rest.service.api org.flowable.cmmn.rest.service.api.history.variable -
-
Uses of HistoricVariableInstanceResponse in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api that return HistoricVariableInstanceResponse Modifier and Type Method Description HistoricVariableInstanceResponseCmmnRestResponseFactory. createHistoricVariableInstanceResponse(org.flowable.variable.api.history.HistoricVariableInstance variableInstance)HistoricVariableInstanceResponseCmmnRestResponseFactory. createHistoricVariableInstanceResponse(org.flowable.variable.api.history.HistoricVariableInstance variableInstance, RestUrlBuilder urlBuilder)Methods in org.flowable.cmmn.rest.service.api that return types with arguments of type HistoricVariableInstanceResponse Modifier and Type Method Description List<HistoricVariableInstanceResponse>CmmnRestResponseFactory. createHistoricVariableInstanceResponseList(List<org.flowable.variable.api.history.HistoricVariableInstance> variableInstances) -
Uses of HistoricVariableInstanceResponse in org.flowable.cmmn.rest.service.api.history.variable
Methods in org.flowable.cmmn.rest.service.api.history.variable 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)
-