public class StatisticalManagerDefaultFactory extends Object implements StatisticalManagerFactory
| Modifier and Type | Field and Description |
|---|---|
static org.gcube.common.core.utils.logging.GCUBELog |
logger |
| Constructor and Description |
|---|
StatisticalManagerDefaultFactory(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.statisticalmanager.stubs.ComputationFactoryPortType> delegate) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public StatisticalManagerDefaultFactory(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.statisticalmanager.stubs.ComputationFactoryPortType> delegate)
public org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms getAlgorithms(org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
getAlgorithms in interface StatisticalManagerFactorypublic org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMOperationInfo getComputationInfo(String computationId, String user)
getComputationInfo in interface StatisticalManagerFactorypublic org.gcube.data.analysis.statisticalmanager.stubs.SMParameters getAlgorithmParameters(String algorithm)
getAlgorithmParameters in interface StatisticalManagerFactorypublic org.gcube.data.analysis.statisticalmanager.stubs.SMComputations getComputations(String user, org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
getComputations in interface StatisticalManagerFactorypublic String executeComputation(org.gcube.data.analysis.statisticalmanager.stubs.SMComputationRequest requestComputation)
executeComputation in interface StatisticalManagerFactorypublic org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMComputation getComputation(String computationId)
getComputation in interface StatisticalManagerFactorypublic void removeComputation(String computationId)
removeComputation in interface StatisticalManagerFactorypublic org.gcube.data.analysis.statisticalmanager.stubs.SMListGroupedAlgorithms getAlgorithmsUser(org.gcube.data.analysis.statisticalmanager.stubs.SMTypeParameter... typeParameters)
getAlgorithmsUser in interface StatisticalManagerFactorypublic String resubmitComputation(String computationId)
resubmitComputation in interface StatisticalManagerFactoryCopyright © 2014. All Rights Reserved.