|
Deprecated Methods |
uws.job.AbstractJob.checkPhaseParam()
AbstractJob.applyPhaseParam(). |
uws.job.AbstractJob.getNbOtherParameters()
Replaced by AbstractJob.getNbAdditionalParameters(). |
uws.job.AbstractJob.getOtherParameters()
Replaced by AbstractJob.getAdditionalParameters() |
uws.job.AbstractJob.getOtherParameterValue(String)
Replaced by AbstractJob.getAdditionalParameterValue(String). |
uws.UWSToolBox.getUWSNamespace()
Replaced by a non-static function in XMLSerializer: XMLSerializer.getUWSNamespace().
It is totally discouraged to use this function. |
uws.UWSToolBox.publishErrorSummary(AbstractJob, Exception, ErrorType, URL, String, String)
Replaced by UWSToolBox.publishErrorSummary(AbstractJob, Exception, ErrorType, String, String, String) |
uws.job.AbstractJob.publishExecutionError(UWSException)
Replaced by AbstractJob.error(UWSException). |
uws.job.AbstractJob.removeAllOtherParameter()
Replaced by AbstractJob.removeAllAdditionalParameter(). |
uws.job.AbstractJob.removeOtherParameter(String)
Replaced by AbstractJob.removeAdditionalParameter(String). |