org.gcube.data.analysis.statisticalmanager.proxies
Class StatisticalManagerDefaultFactory

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.proxies.StatisticalManagerDefaultFactory
All Implemented Interfaces:
StatisticalManagerFactory

public class StatisticalManagerDefaultFactory
extends Object
implements StatisticalManagerFactory


Constructor Summary
StatisticalManagerDefaultFactory(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.statisticalmanager.stubs.ComputationFactoryPortType> delegate)
           
 
Method Summary
 String executeComputation(org.gcube.data.analysis.statisticalmanager.stubs.SMComputationRequest requestComputation)
           
 org.gcube.data.analysis.statisticalmanager.stubs.SMParameters getAlgorithmParameters(String algorithm)
           
 org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms getAlgorithms(org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
           
 org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms getAlgorithmsUser(org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
           
 org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMComputation getComputation(String computationId)
           
 org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMOperationInfo getComputationInfo(String computationId, String user)
           
 org.gcube.data.analysis.statisticalmanager.stubs.SMComputations getComputations(String user, org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
           
 void removeComputation(String computationId)
           
 String resubmitComputation(String computationId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticalManagerDefaultFactory

public StatisticalManagerDefaultFactory(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.statisticalmanager.stubs.ComputationFactoryPortType> delegate)
Method Detail

getAlgorithms

public org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms getAlgorithms(org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
Specified by:
getAlgorithms in interface StatisticalManagerFactory

getComputationInfo

public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMOperationInfo getComputationInfo(String computationId,
                                                                                                             String user)
Specified by:
getComputationInfo in interface StatisticalManagerFactory

getAlgorithmParameters

public org.gcube.data.analysis.statisticalmanager.stubs.SMParameters getAlgorithmParameters(String algorithm)
Specified by:
getAlgorithmParameters in interface StatisticalManagerFactory

getComputations

public org.gcube.data.analysis.statisticalmanager.stubs.SMComputations getComputations(String user,
                                                                                       org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
Specified by:
getComputations in interface StatisticalManagerFactory

executeComputation

public String executeComputation(org.gcube.data.analysis.statisticalmanager.stubs.SMComputationRequest requestComputation)
Specified by:
executeComputation in interface StatisticalManagerFactory

getComputation

public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMComputation getComputation(String computationId)
Specified by:
getComputation in interface StatisticalManagerFactory

removeComputation

public void removeComputation(String computationId)
Specified by:
removeComputation in interface StatisticalManagerFactory

getAlgorithmsUser

public org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms getAlgorithmsUser(org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
Specified by:
getAlgorithmsUser in interface StatisticalManagerFactory

resubmitComputation

public String resubmitComputation(String computationId)
Specified by:
resubmitComputation in interface StatisticalManagerFactory


Copyright © 2013. All Rights Reserved.