public class VariableInstanceBaseResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BpmnRestApiInterceptor |
restApiInterceptor |
protected RestResponseFactory |
restResponseFactory |
protected RuntimeService |
runtimeService |
| Constructor and Description |
|---|
VariableInstanceBaseResource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addVariables(org.flowable.variable.api.runtime.VariableInstanceQuery variableInstanceQuery,
List<QueryVariable> variables) |
protected DataResponse<VariableInstanceResponse> |
getQueryResponse(VariableInstanceQueryRequest queryRequest,
Map<String,String> allRequestParams) |
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected RuntimeService runtimeService
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
protected DataResponse<VariableInstanceResponse> getQueryResponse(VariableInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)
protected void addVariables(org.flowable.variable.api.runtime.VariableInstanceQuery variableInstanceQuery,
List<QueryVariable> variables)
Copyright © 2022 Flowable. All rights reserved.