public class ExecuteAfmService extends AbstractService
/executeAfm/executeVisualizationAbstractService.OutputStreamResponseExtractormapper, restTemplate| Constructor and Description |
|---|
ExecuteAfmService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionResponse |
execute(Project project,
Execution execution)
Deprecated.
|
ExecutionResponse |
executeAfm(Project project,
Execution execution)
Executes the given AFM execution returning the execution response
|
ExecutionResponse |
executeVisualization(Project project,
VisualizationExecution 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 - settings@Deprecated public ExecutionResponse execute(Project project, Execution execution)
executeAfm(Project, Execution)public ExecutionResponse executeAfm(Project project, Execution execution)
project - project of the executionexecution - executionpublic ExecutionResponse executeVisualization(Project project, VisualizationExecution 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 © 2019. All rights reserved.