Class ExecutionResponse


  • public class ExecutionResponse
    extends Object
    Represents response on Execution request. Provides the dimensions with headers and the (polling) uri to ExecutionResult (so called dataResult).
    • Constructor Detail

      • ExecutionResponse

        public ExecutionResponse​(List<ResultDimension> dimensions,
                                 String executionResultUri)
        Creates new instance of given dimensions and execution result uri.
        Parameters:
        dimensions - dimensions
        executionResultUri - execution result uri
    • Method Detail

      • getDimensions

        public List<ResultDimension> getDimensions()
        List of dimensions describing the result.
        Returns:
        dimensions
      • getLinks

        public Map<String,​String> getLinks()
        Map of response's links.
        Returns:
        links
      • getExecutionResultUri

        public String getExecutionResultUri()
        Uri referencing the data result location.
        Returns:
        execution result uri or throws exception in case the link doesn't exist