public class ExecuteAfmService extends AbstractService
AbstractService.OutputStreamResponseExtractormapper, restTemplate| Constructor and Description |
|---|
ExecuteAfmService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Service for executeAfm resource
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionResponse |
execute(Project project,
Execution execution)
Executes the given execution returning the execution response
|
FutureResult<ExecutionResult> |
getResult(ExecutionResponse executionResponse)
Get for result of given response.
|
FutureResult<ExecutionResult> |
getResult(ExecutionResponse executionResponse,
ResultPage page)
Get for page of result of given response.
|
extractDatapublic ExecuteAfmService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
restTemplate - rest templatesettings - settingspublic ExecutionResponse execute(Project project, Execution execution)
project - project of the executionexecution - executionpublic FutureResult<ExecutionResult> getResult(ExecutionResponse executionResponse)
executionResponse - response to get the resultpublic FutureResult<ExecutionResult> getResult(ExecutionResponse executionResponse, ResultPage page)
executionResponse - response to get the resultpage - desired result page specificationCopyright © 2018. All rights reserved.