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