Uses of Class
org.gcube.portlets.user.dataminermanagertester.shared.exception.ServiceException
-
-
Uses of ServiceException in org.gcube.portlets.user.dataminermanagertester.client.rpc
Methods in org.gcube.portlets.user.dataminermanagertester.client.rpc that throw ServiceException Modifier and Type Method Description StringDataMinerTesterService. getCapabilities(String token, DMConfig dmConfig)StringDataMinerTesterService. getOperatorsDiff(String token, DMDiffConfig operatorsDiffConfig)UserInfoDataMinerTesterService. hello(String token)TaskStatusDataMinerTesterService. monitorBatchTest(String token, String operationId)org.gcube.data.analysis.dataminermanagercl.shared.process.ComputationStatus.StatusDataMinerTesterService. monitorSimpleTest(String token, DMConfig dmConfig, org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId)BatchTestResultDataMinerTesterService. retrieveOutputForBatchTest(String token, String operationId)StringDataMinerTesterService. retrieveOutputForSimpleTest(String token, DMConfig dmConfig, org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId)StringDataMinerTesterService. startBatchTest(String token, DMBatchConfig dmBatchConfig)org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationIdDataMinerTesterService. startSimpleTest(String token, DMConfig dmConfig) -
Uses of ServiceException in org.gcube.portlets.user.dataminermanagertester.server
Methods in org.gcube.portlets.user.dataminermanagertester.server that throw ServiceException Modifier and Type Method Description StringDataMinerTesterServiceImpl. getCapabilities(String token, DMConfig dmConfig)StringDataMinerTesterServiceImpl. getOperatorsDiff(String token, DMDiffConfig operatorsDiffConfig)static org.gcube.data.analysis.dataminermanagercl.server.util.ServiceCredentialsSessionUtil. getServiceCredentials(javax.servlet.http.HttpServletRequest httpServletRequest, String token)UserInfoDataMinerTesterServiceImpl. hello(String token)TaskStatusDataMinerTesterServiceImpl. monitorBatchTest(String token, String operationId)org.gcube.data.analysis.dataminermanagercl.shared.process.ComputationStatus.StatusDataMinerTesterServiceImpl. monitorSimpleTest(String token, DMConfig dmConfig, org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId)BatchTestResultDataMinerTesterServiceImpl. retrieveOutputForBatchTest(String token, String operationId)StringDataMinerTesterServiceImpl. retrieveOutputForSimpleTest(String token, DMConfig dmConfig, org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId)StringDataMinerTesterServiceImpl. startBatchTest(String token, DMBatchConfig dmBatchConfig)org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationIdDataMinerTesterServiceImpl. startSimpleTest(String token, DMConfig dmConfig) -
Uses of ServiceException in org.gcube.portlets.user.dataminermanagertester.server.testbatch
Methods in org.gcube.portlets.user.dataminermanagertester.server.testbatch that throw ServiceException Modifier and Type Method Description BatchTestResultTesterCaller. runTest(TaskRequest taskRequest) -
Uses of ServiceException in org.gcube.portlets.user.dataminermanagertester.server.testbuild
Methods in org.gcube.portlets.user.dataminermanagertester.server.testbuild that throw ServiceException Modifier and Type Method Description DMTestTestBuilder. build(TestType testType)
-