org.gcube.data.analysis.tabulardata.clientlibrary.proxy
Interface OperationManagerProxy

All Known Implementing Classes:
DefaultOperationManagerProxy

public interface OperationManagerProxy


Method Summary
 org.gcube.data.td.commons.webservice.types.TaskInfo execute(List<org.gcube.data.analysis.tabulardata.operation.invocation.OperationInvocation> invocation, long tabularResourceId)
           
 org.gcube.data.td.commons.webservice.types.TaskInfo execute(org.gcube.data.analysis.tabulardata.operation.invocation.OperationInvocation invocation, long tabularResourceId)
           
 List<org.gcube.data.analysis.tabulardata.operation.OperationDescriptor> getCapabilities()
           
 

Method Detail

getCapabilities

List<org.gcube.data.analysis.tabulardata.operation.OperationDescriptor> getCapabilities()

execute

org.gcube.data.td.commons.webservice.types.TaskInfo execute(org.gcube.data.analysis.tabulardata.operation.invocation.OperationInvocation invocation,
                                                            long tabularResourceId)
                                                            throws org.gcube.data.td.commons.webservice.exception.NoSuchTabularResourceException,
                                                                   org.gcube.data.td.commons.webservice.exception.InvalidInvocationException,
                                                                   org.gcube.data.td.commons.webservice.exception.OperationNotFoundException
Throws:
org.gcube.data.td.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.td.commons.webservice.exception.InvalidInvocationException
org.gcube.data.td.commons.webservice.exception.OperationNotFoundException

execute

org.gcube.data.td.commons.webservice.types.TaskInfo execute(List<org.gcube.data.analysis.tabulardata.operation.invocation.OperationInvocation> invocation,
                                                            long tabularResourceId)
                                                            throws org.gcube.data.td.commons.webservice.exception.NoSuchTabularResourceException,
                                                                   org.gcube.data.td.commons.webservice.exception.InvalidInvocationException,
                                                                   org.gcube.data.td.commons.webservice.exception.OperationNotFoundException
Throws:
org.gcube.data.td.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.td.commons.webservice.exception.InvalidInvocationException
org.gcube.data.td.commons.webservice.exception.OperationNotFoundException


Copyright © 2013. All Rights Reserved.