@RemoteServiceRelativePath(value="dataminermanagerwidget")
public interface DataMinerPortletService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
String |
cancelComputation(org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId) |
String |
cancelComputation(ItemDescription itemDescription) |
void |
deleteItem(ItemDescription itemDescription) |
org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationData |
getComputationData(ItemDescription itemDescription) |
org.gcube.data.analysis.dataminermanagercl.shared.process.ComputationStatus |
getComputationStatus(org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId) |
DataMinerWorkArea |
getDataMinerWorkArea() |
List<org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification> |
getOperatorsClassifications() |
org.gcube.data.analysis.dataminermanagercl.shared.data.OutputData |
getOutputDataByComputationId(org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId) |
List<org.gcube.data.analysis.dataminermanagercl.shared.parameters.Parameter> |
getParameters(org.gcube.data.analysis.dataminermanagercl.shared.process.Operator operator) |
String |
getPublicLink(ItemDescription itemDescription) |
UserInfo |
hello() |
org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId |
resubmit(ItemDescription itemDescription) |
org.gcube.data.analysis.dataminermanagercl.shared.data.TableItemSimple |
retrieveTableInformation(org.gcube.portlets.widgets.wsexplorer.shared.Item item) |
org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId |
startComputation(org.gcube.data.analysis.dataminermanagercl.shared.process.Operator op) |
UserInfo hello() throws ServiceException
ServiceExceptionList<org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorsClassification> getOperatorsClassifications() throws ServiceException
ServiceExceptionList<org.gcube.data.analysis.dataminermanagercl.shared.parameters.Parameter> getParameters(org.gcube.data.analysis.dataminermanagercl.shared.process.Operator operator) throws ServiceException
ServiceExceptionorg.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId startComputation(org.gcube.data.analysis.dataminermanagercl.shared.process.Operator op)
throws ServiceException
ServiceExceptionorg.gcube.data.analysis.dataminermanagercl.shared.process.ComputationStatus getComputationStatus(org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId)
throws ServiceException
ServiceExceptionorg.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId resubmit(ItemDescription itemDescription) throws ServiceException
ServiceExceptionorg.gcube.data.analysis.dataminermanagercl.shared.data.TableItemSimple retrieveTableInformation(org.gcube.portlets.widgets.wsexplorer.shared.Item item)
throws ServiceException
ServiceExceptionDataMinerWorkArea getDataMinerWorkArea() throws ServiceException
ServiceExceptionString getPublicLink(ItemDescription itemDescription) throws ServiceException
ServiceExceptionString cancelComputation(org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId) throws ServiceException
ServiceExceptionvoid deleteItem(ItemDescription itemDescription) throws ServiceException
ServiceExceptionorg.gcube.data.analysis.dataminermanagercl.shared.data.OutputData getOutputDataByComputationId(org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationId computationId)
throws ServiceException
ServiceExceptionorg.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationData getComputationData(ItemDescription itemDescription) throws ServiceException
ServiceExceptionString cancelComputation(ItemDescription itemDescription) throws ServiceException
ServiceExceptionCopyright © 2018. All Rights Reserved.