Uses of Class
org.flowable.rest.service.api.history.HistoricVariableInstanceResponse
Packages that use HistoricVariableInstanceResponse
-
Uses of HistoricVariableInstanceResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return HistoricVariableInstanceResponseModifier and TypeMethodDescriptionRestResponseFactory.createHistoricVariableInstanceResponse
(HistoricVariableInstance variableInstance) RestResponseFactory.createHistoricVariableInstanceResponse
(HistoricVariableInstance variableInstance, RestUrlBuilder urlBuilder) Methods in org.flowable.rest.service.api that return types with arguments of type HistoricVariableInstanceResponseModifier and TypeMethodDescriptionRestResponseFactory.createHistoricVariableInstanceResponseList
(List<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 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)