org.gcube.data.analysis.tabulardata.clientlibrary.proxy
Class DefaultOperationManagerProxy

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.clientlibrary.proxy.DefaultOperationManagerProxy
All Implemented Interfaces:
OperationManagerProxy

public class DefaultOperationManagerProxy
extends Object
implements OperationManagerProxy


Constructor Summary
DefaultOperationManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.td.commons.webservice.OperationManager> config)
           
 
Method Summary
 org.gcube.data.td.commons.webservice.types.TaskInfo execute(long targetTabularResourceId, org.gcube.data.analysis.tabulardata.operation.invocation.OperationInvocation... invocations)
           
 List<org.gcube.data.analysis.tabulardata.operation.OperationDescriptor> getCapabilities()
           
 org.gcube.data.analysis.tabulardata.operation.OperationDescriptor getCapabilities(org.gcube.data.analysis.tabulardata.operation.OperationId operationId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultOperationManagerProxy

public DefaultOperationManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.td.commons.webservice.OperationManager> config)
Method Detail

getCapabilities

public List<org.gcube.data.analysis.tabulardata.operation.OperationDescriptor> getCapabilities()
Specified by:
getCapabilities in interface OperationManagerProxy

getCapabilities

public org.gcube.data.analysis.tabulardata.operation.OperationDescriptor getCapabilities(org.gcube.data.analysis.tabulardata.operation.OperationId operationId)
                                                                                  throws org.gcube.data.td.commons.webservice.exception.OperationNotFoundException
Specified by:
getCapabilities in interface OperationManagerProxy
Throws:
org.gcube.data.td.commons.webservice.exception.OperationNotFoundException

execute

public org.gcube.data.td.commons.webservice.types.TaskInfo execute(long targetTabularResourceId,
                                                                   org.gcube.data.analysis.tabulardata.operation.invocation.OperationInvocation... invocations)
                                                            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
Specified by:
execute in interface OperationManagerProxy
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.