org.gcube.data.analysis.statisticalmanager.proxies
Class StatisticalManagerDefaultFactory
java.lang.Object
org.gcube.data.analysis.statisticalmanager.proxies.StatisticalManagerDefaultFactory
- All Implemented Interfaces:
- StatisticalManagerAsyncFactory, StatisticalManagerFactory
public class StatisticalManagerDefaultFactory
- extends Object
- implements StatisticalManagerFactory, StatisticalManagerAsyncFactory
|
Constructor Summary |
StatisticalManagerDefaultFactory(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.statisticalmanager.stubs.FactoryPortType> delegate)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticalManagerDefaultFactory
public StatisticalManagerDefaultFactory(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.statisticalmanager.stubs.FactoryPortType> delegate)
serviceConnect
public W3CEndpointReference serviceConnect(String token)
- Specified by:
serviceConnect in interface StatisticalManagerFactory
serviceConnectAsync
public Future<W3CEndpointReference> serviceConnectAsync(String token)
- Specified by:
serviceConnectAsync in interface StatisticalManagerAsyncFactory
serviceConnectAsync
public Future<?> serviceConnectAsync(String name,
org.gcube.common.clients.delegates.Callback<W3CEndpointReference> callback)
- Specified by:
serviceConnectAsync in interface StatisticalManagerAsyncFactory
getFeatures
public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.Features getFeatures()
- Specified by:
getFeatures in interface StatisticalManagerFactory
getFeaturesAsync
public Future<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.Features> getFeaturesAsync()
- Specified by:
getFeaturesAsync in interface StatisticalManagerAsyncFactory
getFeaturesAsync
public Future<?> getFeaturesAsync(org.gcube.common.clients.delegates.Callback<org.gcube_system.namespaces.data.analysis.statisticalmanager.types.Features> callback)
- Specified by:
getFeaturesAsync in interface StatisticalManagerAsyncFactory
getComputationInfos
public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ComputationInfos getComputationInfos(String computationId,
String user)
- Specified by:
getComputationInfos in interface StatisticalManagerFactory
getAlgorithmParameters
public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ParametersList getAlgorithmParameters(org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMComputation computation)
- Specified by:
getAlgorithmParameters in interface StatisticalManagerFactory
getFeaturesForInputParameters
public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.Features getFeaturesForInputParameters(org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTypeParameter typeParameter)
- Specified by:
getFeaturesForInputParameters in interface StatisticalManagerFactory
getUserHistory
public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ItemHistoryList getUserHistory(String user)
- Specified by:
getUserHistory in interface StatisticalManagerFactory
getUserHistory
public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ItemHistoryList getUserHistory(org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMHistoryRequest request)
- Specified by:
getUserHistory in interface StatisticalManagerFactory
getUserHistoryByTypeParameter
public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ItemHistoryList getUserHistoryByTypeParameter(String user,
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTypeParameter... typeParameters)
- Specified by:
getUserHistoryByTypeParameter in interface StatisticalManagerFactory
Copyright © 2012. All Rights Reserved.