public class ExecutionBaseResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RestResponseFactory |
restResponseFactory |
protected RuntimeService |
runtimeService |
| Constructor and Description |
|---|
ExecutionBaseResource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addVariables(ExecutionQuery processInstanceQuery,
List<QueryVariable> variables,
boolean process) |
protected Execution |
getExecutionFromRequest(String executionId) |
protected DataResponse<ExecutionResponse> |
getQueryResponse(ExecutionQueryRequest queryRequest,
Map<String,String> requestParams,
String serverRootUrl) |
protected Map<String,Object> |
getVariablesToSet(List<RestVariable> restVariables) |
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected RuntimeService runtimeService
protected DataResponse<ExecutionResponse> getQueryResponse(ExecutionQueryRequest queryRequest, Map<String,String> requestParams, String serverRootUrl)
protected void addVariables(ExecutionQuery processInstanceQuery, List<QueryVariable> variables, boolean process)
protected Map<String,Object> getVariablesToSet(List<RestVariable> restVariables)
Copyright © 2018 Flowable. All rights reserved.