Interface DataMinerTesterServiceAsync


  • public interface DataMinerTesterServiceAsync
    Author:
    Giancarlo Panichi
    • Method Detail

      • hello

        void hello​(String token,
                   com.google.gwt.user.client.rpc.AsyncCallback<UserInfo> callback)
      • getCapabilities

        void getCapabilities​(String token,
                             DMConfig dmConfig,
                             com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
      • getOperatorsDiff

        void getOperatorsDiff​(String token,
                              DMDiffConfig operatorsDiffConfig,
                              com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
      • startSimpleTest

        void startSimpleTest​(String token,
                             DMConfig dmConfig,
                             com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId> callback)
      • retrieveOutputForSimpleTest

        void retrieveOutputForSimpleTest​(String token,
                                         DMConfig dmConfig,
                                         org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId,
                                         com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
      • monitorSimpleTest

        void monitorSimpleTest​(String token,
                               DMConfig dmConfig,
                               org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId,
                               com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.data.analysis.dataminermanagercl.shared.process.ComputationStatus.Status> callback)
      • startBatchTest

        void startBatchTest​(String token,
                            DMBatchConfig dmBatchConfig,
                            com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
      • monitorBatchTest

        void monitorBatchTest​(String token,
                              String operationId,
                              com.google.gwt.user.client.rpc.AsyncCallback<TaskStatus> callback)
      • retrieveOutputForBatchTest

        void retrieveOutputForBatchTest​(String token,
                                        String operationId,
                                        com.google.gwt.user.client.rpc.AsyncCallback<BatchTestResult> callback)