Uses of Class
org.flowable.cmmn.rest.service.api.history.variable.HistoricVariableInstanceResponse
Packages that use HistoricVariableInstanceResponse
Package
Description
-
Uses of HistoricVariableInstanceResponse in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api that return HistoricVariableInstanceResponseModifier and TypeMethodDescriptionCmmnRestResponseFactory.createHistoricVariableInstanceResponse(org.flowable.variable.api.history.HistoricVariableInstance variableInstance) CmmnRestResponseFactory.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 HistoricVariableInstanceResponseModifier and TypeMethodDescriptionCmmnRestResponseFactory.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 HistoricVariableInstanceResponseModifier and TypeMethodDescriptionHistoricVariableInstanceCollectionResource.getHistoricActivityInstances(Map<String, String> allRequestParams) protected DataResponse<HistoricVariableInstanceResponse>HistoricVariableInstanceBaseResource.getQueryResponse(HistoricVariableInstanceQueryRequest queryRequest, Map<String, String> allRequestParams) HistoricVariableInstanceQueryResource.queryVariableInstances(HistoricVariableInstanceQueryRequest queryRequest, Map<String, String> allRequestParams)