org.gcube.data.analysis.statisticalmanager.proxies
Interface StatisticalManagerFactory
- All Known Implementing Classes:
- StatisticalManagerDefaultFactory
public interface StatisticalManagerFactory
|
Method Summary |
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ParametersList |
getAlgorithmParameters(org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMComputation computation)
|
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ComputationInfos |
getComputationInfos(String computationId,
String user)
|
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.Features |
getFeatures()
|
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.Features |
getFeaturesForInputParameters(org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTypeParameter typeParameter)
|
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ItemHistoryList |
getUserHistory(org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMHistoryRequest request)
|
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ItemHistoryList |
getUserHistory(String user)
|
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ItemHistoryList |
getUserHistoryByTypeParameter(String user,
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTypeParameter... typeParameters)
|
W3CEndpointReference |
serviceConnect(String token)
|
serviceConnect
W3CEndpointReference serviceConnect(String token)
getFeatures
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.Features getFeatures()
getAlgorithmParameters
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ParametersList getAlgorithmParameters(org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMComputation computation)
getComputationInfos
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ComputationInfos getComputationInfos(String computationId,
String user)
getUserHistory
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ItemHistoryList getUserHistory(String user)
getUserHistory
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ItemHistoryList getUserHistory(org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMHistoryRequest request)
getFeaturesForInputParameters
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.Features getFeaturesForInputParameters(org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTypeParameter typeParameter)
getUserHistoryByTypeParameter
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ItemHistoryList getUserHistoryByTypeParameter(String user,
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTypeParameter... typeParameters)
Copyright © 2012. All Rights Reserved.