Uses of Class
com.gooddata.executeafm.response.ExecutionResponse
-
Packages that use ExecutionResponse Package Description com.gooddata.executeafm -
-
Uses of ExecutionResponse in com.gooddata.executeafm
Methods in com.gooddata.executeafm that return ExecutionResponse Modifier and Type Method Description ExecutionResponseExecuteAfmService. execute(Project project, Execution execution)Deprecated.ExecutionResponseExecuteAfmService. executeAfm(Project project, Execution execution)Executes the given AFM execution returning the execution responseExecutionResponseExecuteAfmService. executeVisualization(Project project, VisualizationExecution execution)Executes the given execution returning the execution responseMethods in com.gooddata.executeafm with parameters of type ExecutionResponse Modifier and Type Method Description FutureResult<ExecutionResult>ExecuteAfmService. getResult(ExecutionResponse executionResponse)Get for result of given response.FutureResult<ExecutionResult>ExecuteAfmService. getResult(ExecutionResponse executionResponse, ResultPage page)Get for page of result of given response.
-