public class SClient4WPS extends SClient
| Constructor and Description |
|---|
SClient4WPS(ServiceCredential serviceCredential) |
| Modifier and Type | Method and Description |
|---|---|
String |
cancelComputation(ComputationId computationId) |
ComputationData |
getComputationDataByComputationProperties(Map<String,String> computationProperties) |
ComputationStatus |
getComputationStatus(ComputationId computationId) |
List<Parameter> |
getInputParameters(Operator operator) |
List<OperatorsClassification> |
getOperatorsClassifications() |
OutputData |
getOutputDataByComputationId(ComputationId computationId) |
ComputationId |
resubmitComputation(Map<String,String> computationProperties) |
ComputationId |
startComputation(Operator operator) |
public SClient4WPS(ServiceCredential serviceCredential) throws Exception
Exceptionpublic List<OperatorsClassification> getOperatorsClassifications() throws Exception
getOperatorsClassifications in class SClientExceptionpublic List<Parameter> getInputParameters(Operator operator) throws Exception
getInputParameters in class SClientExceptionpublic ComputationId startComputation(Operator operator) throws Exception
startComputation in class SClientExceptionpublic ComputationStatus getComputationStatus(ComputationId computationId) throws Exception
getComputationStatus in class SClientExceptionpublic OutputData getOutputDataByComputationId(ComputationId computationId) throws Exception
getOutputDataByComputationId in class SClientExceptionpublic String cancelComputation(ComputationId computationId) throws Exception
cancelComputation in class SClientExceptionpublic ComputationId resubmitComputation(Map<String,String> computationProperties) throws Exception
resubmitComputation in class SClientExceptionpublic ComputationData getComputationDataByComputationProperties(Map<String,String> computationProperties) throws Exception
getComputationDataByComputationProperties in class SClientExceptionCopyright © 2016. All Rights Reserved.