public interface DataMinerPortletServiceAsync
| Modifier and Type | Field and Description |
|---|---|
static DataMinerPortletServiceAsync |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelComputation(ComputationId computationId,
com.google.gwt.user.client.rpc.AsyncCallback<String> asyncCallback) |
void |
cancelComputation(ItemDescription itemDescription,
com.google.gwt.user.client.rpc.AsyncCallback<String> asyncCallback) |
void |
deleteItem(ItemDescription itemDescription,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
getComputationData(ItemDescription itemDescription,
com.google.gwt.user.client.rpc.AsyncCallback<ComputationData> callback) |
void |
getComputationStatus(ComputationId computationId,
com.google.gwt.user.client.rpc.AsyncCallback<ComputationStatus> asyncCallback) |
void |
getDataMinerWorkArea(com.google.gwt.user.client.rpc.AsyncCallback<DataMinerWorkArea> asyncCallback) |
void |
getOperatorsClassifications(com.google.gwt.user.client.rpc.AsyncCallback<List<OperatorsClassification>> callback) |
void |
getOutputDataByComputationId(ComputationId computationId,
com.google.gwt.user.client.rpc.AsyncCallback<OutputData> callback) |
void |
getParameters(Operator operator,
com.google.gwt.user.client.rpc.AsyncCallback<List<Parameter>> callback) |
void |
getPublicLink(ItemDescription itemDescription,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
hello(com.google.gwt.user.client.rpc.AsyncCallback<UserInfo> callback) |
void |
resubmit(ItemDescription itemDescription,
com.google.gwt.user.client.rpc.AsyncCallback<ComputationId> callback) |
void |
retrieveTableInformation(org.gcube.portlets.widgets.wsexplorer.shared.Item item,
com.google.gwt.user.client.rpc.AsyncCallback<TableItemSimple> callback) |
void |
startComputation(Operator op,
com.google.gwt.user.client.rpc.AsyncCallback<ComputationId> asyncCallback) |
static final DataMinerPortletServiceAsync INSTANCE
void hello(com.google.gwt.user.client.rpc.AsyncCallback<UserInfo> callback)
void getOperatorsClassifications(com.google.gwt.user.client.rpc.AsyncCallback<List<OperatorsClassification>> callback)
void getParameters(Operator operator, com.google.gwt.user.client.rpc.AsyncCallback<List<Parameter>> callback)
void startComputation(Operator op, com.google.gwt.user.client.rpc.AsyncCallback<ComputationId> asyncCallback)
void getComputationStatus(ComputationId computationId, com.google.gwt.user.client.rpc.AsyncCallback<ComputationStatus> asyncCallback)
void resubmit(ItemDescription itemDescription, com.google.gwt.user.client.rpc.AsyncCallback<ComputationId> callback)
void retrieveTableInformation(org.gcube.portlets.widgets.wsexplorer.shared.Item item,
com.google.gwt.user.client.rpc.AsyncCallback<TableItemSimple> callback)
void getDataMinerWorkArea(com.google.gwt.user.client.rpc.AsyncCallback<DataMinerWorkArea> asyncCallback)
void getPublicLink(ItemDescription itemDescription, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void cancelComputation(ComputationId computationId, com.google.gwt.user.client.rpc.AsyncCallback<String> asyncCallback)
void deleteItem(ItemDescription itemDescription, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getOutputDataByComputationId(ComputationId computationId, com.google.gwt.user.client.rpc.AsyncCallback<OutputData> callback)
void getComputationData(ItemDescription itemDescription, com.google.gwt.user.client.rpc.AsyncCallback<ComputationData> callback)
void cancelComputation(ItemDescription itemDescription, com.google.gwt.user.client.rpc.AsyncCallback<String> asyncCallback)
Copyright © 2016. All Rights Reserved.