Uses of Class
org.gcube.portlets.user.dataminermanagertester.shared.config.DMBatchConfig
-
-
Uses of DMBatchConfig in org.gcube.portlets.user.dataminermanagertester.client.application.testbatchconfig
Methods in org.gcube.portlets.user.dataminermanagertester.client.application.testbatchconfig with parameters of type DMBatchConfig Modifier and Type Method Description voidTestBatchConfPresenter. executeBatchTest(DMBatchConfig dmBatchConfig) -
Uses of DMBatchConfig in org.gcube.portlets.user.dataminermanagertester.client.rpc
Methods in org.gcube.portlets.user.dataminermanagertester.client.rpc with parameters of type DMBatchConfig Modifier and Type Method Description StringDataMinerTesterService. startBatchTest(String token, DMBatchConfig dmBatchConfig)voidDataMinerTesterServiceAsync. startBatchTest(String token, DMBatchConfig dmBatchConfig, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) -
Uses of DMBatchConfig in org.gcube.portlets.user.dataminermanagertester.server
Methods in org.gcube.portlets.user.dataminermanagertester.server with parameters of type DMBatchConfig Modifier and Type Method Description StringDataMinerTesterServiceImpl. startBatchTest(String token, DMBatchConfig dmBatchConfig) -
Uses of DMBatchConfig in org.gcube.portlets.user.dataminermanagertester.server.task
Methods in org.gcube.portlets.user.dataminermanagertester.server.task that return DMBatchConfig Modifier and Type Method Description DMBatchConfigTaskRequest. getDmBatchConfig()Methods in org.gcube.portlets.user.dataminermanagertester.server.task with parameters of type DMBatchConfig Modifier and Type Method Description voidTaskRequest. setDmBatchConfig(DMBatchConfig dmBatchConfig)Constructors in org.gcube.portlets.user.dataminermanagertester.server.task with parameters of type DMBatchConfig Constructor Description TaskRequest(String operationId, javax.servlet.http.HttpSession httpSession, org.gcube.data.analysis.dataminermanagercl.server.util.ServiceCredentials serviceCredentials, DMBatchConfig dmBatchConfig)
-