Interface DataMinerTesterService
-
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
DataMinerTesterServiceImpl
@RemoteServiceRelativePath("dmtester") public interface DataMinerTesterService extends com.google.gwt.user.client.rpc.RemoteServiceThe client side stub for the RPC service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCapabilities(String token, DMConfig dmConfig)StringgetOperatorsDiff(String token, DMDiffConfig operatorsDiffConfig)UserInfohello(String token)TaskStatusmonitorBatchTest(String token, String operationId)org.gcube.data.analysis.dataminermanagercl.shared.process.ComputationStatus.StatusmonitorSimpleTest(String token, DMConfig dmConfig, org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId)BatchTestResultretrieveOutputForBatchTest(String token, String operationId)StringretrieveOutputForSimpleTest(String token, DMConfig dmConfig, org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId)StringstartBatchTest(String token, DMBatchConfig dmBatchConfig)org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationIdstartSimpleTest(String token, DMConfig dmConfig)
-
-
-
Method Detail
-
hello
UserInfo hello(String token) throws ServiceException
- Throws:
ServiceException
-
getCapabilities
String getCapabilities(String token, DMConfig dmConfig) throws ServiceException
- Throws:
ServiceException
-
getOperatorsDiff
String getOperatorsDiff(String token, DMDiffConfig operatorsDiffConfig) throws ServiceException
- Throws:
ServiceException
-
startSimpleTest
org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId startSimpleTest(String token, DMConfig dmConfig) throws ServiceException
- Throws:
ServiceException
-
retrieveOutputForSimpleTest
String retrieveOutputForSimpleTest(String token, DMConfig dmConfig, org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId) throws ServiceException
- Throws:
ServiceException
-
monitorSimpleTest
org.gcube.data.analysis.dataminermanagercl.shared.process.ComputationStatus.Status monitorSimpleTest(String token, DMConfig dmConfig, org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId) throws ServiceException
- Throws:
ServiceException
-
startBatchTest
String startBatchTest(String token, DMBatchConfig dmBatchConfig) throws ServiceException
- Throws:
ServiceException
-
monitorBatchTest
TaskStatus monitorBatchTest(String token, String operationId) throws ServiceException
- Throws:
ServiceException
-
retrieveOutputForBatchTest
BatchTestResult retrieveOutputForBatchTest(String token, String operationId) throws ServiceException
- Throws:
ServiceException
-
-