Interface DataMinerTesterServiceAsync
-
public interface DataMinerTesterServiceAsync- Author:
- Giancarlo Panichi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetCapabilities(String token, DMConfig dmConfig, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)voidgetOperatorsDiff(String token, DMDiffConfig operatorsDiffConfig, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)voidhello(String token, com.google.gwt.user.client.rpc.AsyncCallback<UserInfo> callback)voidmonitorBatchTest(String token, String operationId, com.google.gwt.user.client.rpc.AsyncCallback<TaskStatus> callback)voidmonitorSimpleTest(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)voidretrieveOutputForBatchTest(String token, String operationId, com.google.gwt.user.client.rpc.AsyncCallback<BatchTestResult> callback)voidretrieveOutputForSimpleTest(String token, DMConfig dmConfig, org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)voidstartBatchTest(String token, DMBatchConfig dmBatchConfig, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)voidstartSimpleTest(String token, DMConfig dmConfig, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId> callback)
-
-
-
Method Detail
-
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)
-
-