Class Results


  • public class Results
    extends Object
    API class for retrieving experiment results.
    • Constructor Detail

      • Results

        public Results()
    • Method Detail

      • getResults

        public javax.ws.rs.core.Response getResults()
        Gets all experiment results.
        Returns:
        a JSON array containing information about all experiment results
      • getResult

        public javax.ws.rs.core.Response getResult​(String id)
        Gets the results for the specified experiment.
        Parameters:
        id - the ID of the experiment
        Returns:
        an octet stream containing a ZIP file with the experiment results
      • deleteResult

        public javax.ws.rs.core.Response deleteResult​(String id)
        Deletes the results of the specified experiment.
        Parameters:
        id - the ID of the experiment
        Returns:
        an HTTP 204 response of the results were deleted successfully