Uses of Class
org.gcube.data.analysis.dataminermanagercl.shared.exception.ServiceException
-
-
Uses of ServiceException in org.gcube.data.analysis.dataminermanagercl.server.dmservice
Methods in org.gcube.data.analysis.dataminermanagercl.server.dmservice that throw ServiceException Modifier and Type Method Description voidSClient4WPSBuilder. buildSClient()StringSClient4WPS. cancelComputation(ComputationId computationId)ComputationDataSClient4WPS. getComputationDataByComputationProperties(Map<String,String> computationProperties)ComputationStatusSClient4WPS. getComputationStatus(ComputationId computationId)List<Parameter>SClient4WPS. getInputParameters(Operator operator)List<OperatorsClassification>SClient4WPS. getOperatorsClassifications()List<OperatorsClassification>SClient4WPS. getOperatorsClassifications(boolean refresh)OutputDataSClient4WPS. getOutputDataByComputationId(ComputationId computationId)ServiceInfoSClient4WPS. getServiceInfo()ComputationIdSClient4WPS. resubmitComputation(Map<String,String> computationProperties)ComputationIdSClient4WPS. startComputation(Operator operator)Constructors in org.gcube.data.analysis.dataminermanagercl.server.dmservice that throw ServiceException Constructor Description SClient4WPS(ServiceCredentials serviceCredentials)SClient4WPS(ServiceCredentials serviceCredentials, String serviceAddress) -
Uses of ServiceException in org.gcube.data.analysis.dataminermanagercl.server.dmservice.wps
Methods in org.gcube.data.analysis.dataminermanagercl.server.dmservice.wps that throw ServiceException Modifier and Type Method Description static ParameterWPS2DM. convert2DMType(net.opengis.wps.x100.InputDescriptionType wpsType) -
Uses of ServiceException in org.gcube.data.analysis.dataminermanagercl.server.storage
Methods in org.gcube.data.analysis.dataminermanagercl.server.storage that throw ServiceException Modifier and Type Method Description static StringStorageUtil. saveOnStorageInTemporalFile(InputStream is) -
Uses of ServiceException in org.gcube.data.analysis.dataminermanagercl.server.uriresolver
Methods in org.gcube.data.analysis.dataminermanagercl.server.uriresolver that throw ServiceException Modifier and Type Method Description StringUriResolverUtils. getFileName(String publicLink)
-