Class VariableInstanceBaseResource
- java.lang.Object
-
- org.flowable.rest.service.api.runtime.VariableInstanceBaseResource
-
- Direct Known Subclasses:
VariableInstanceCollectionResource,VariableInstanceQueryResource
public class VariableInstanceBaseResource extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected BpmnRestApiInterceptorrestApiInterceptorprotected RestResponseFactoryrestResponseFactoryprotected RuntimeServiceruntimeService
-
Constructor Summary
Constructors Constructor Description VariableInstanceBaseResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddVariables(org.flowable.variable.api.runtime.VariableInstanceQuery variableInstanceQuery, List<QueryVariable> variables)protected DataResponse<VariableInstanceResponse>getQueryResponse(VariableInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)
-
-
-
Field Detail
-
restResponseFactory
@Autowired protected RestResponseFactory restResponseFactory
-
runtimeService
@Autowired protected RuntimeService runtimeService
-
restApiInterceptor
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
-
-
Method Detail
-
getQueryResponse
protected DataResponse<VariableInstanceResponse> getQueryResponse(VariableInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)
-
addVariables
protected void addVariables(org.flowable.variable.api.runtime.VariableInstanceQuery variableInstanceQuery, List<QueryVariable> variables)
-
-