A B C D E F G H I J L M N O P Q R S T U V W X

M

mapJobLists - Variable in class uws.service.AbstractUWS
List of all managed jobs lists.
match(UWSUrl, String, HttpServletRequest) - Method in class uws.service.actions.AddJob
Checks whether: a job list name is specified in the given UWS URL (note: by default, the existence of the jobs list is not checked), the UWS URL does not make a reference to a job (so: no job ID), the HTTP method is HTTP-POST.
match(UWSUrl, String, HttpServletRequest) - Method in class uws.service.actions.DestroyJob
Checks whether: a job list name is specified in the given UWS URL (note: the existence of the jobs list is not checked), a job ID is given in the UWS URL (note: the existence of the job is not checked), the HTTP method is HTTP-DELETE...
match(UWSUrl, String, HttpServletRequest) - Method in class uws.service.actions.GetJobParam
Checks whether: a job list name is specified in the given UWS URL (note: the existence of the jobs list is not checked), a job ID is given in the UWS URL (note: the existence of the job is not checked), there is a job attribute, the HTTP method is HTTP-GET.
match(UWSUrl, String, HttpServletRequest) - Method in class uws.service.actions.JobSummary
Checks whether: a job list name is specified in the given UWS URL (note: the existence of the jobs list is not checked), a job ID is given in the UWS URL (note: the existence of the job is not checked), there is no job attribute, the HTTP method is HTTP-GET.
match(UWSUrl, String, HttpServletRequest) - Method in class uws.service.actions.ListJobs
Checks whether: a job list name is specified in the given UWS URL (note: the existence of the jobs list is not checked), the UWS URL does not make a reference to a job (so: no job ID), the HTTP method is HTTP-GET.
match(UWSUrl, String, HttpServletRequest) - Method in class uws.service.actions.SetJobParam
Checks whether: a job list name is specified in the given UWS URL (note: by default, the existence of the jobs list is not checked), a job ID is given in the UWS URL (note: by default, the existence of the job is not checked), if the HTTP method is HTTP-POST: there is exactly one attribute and at least one parameter if the HTTP method is HTTP-PUT: there are at least two attributes (AbstractJob.PARAM_PARAMETERS/{parameter_name}) and there are at least two parameters
match(UWSUrl, String, HttpServletRequest) - Method in class uws.service.actions.ShowHomePage
Checks whether there is no jobs list name.
match(UWSUrl, String, HttpServletRequest) - Method in class uws.service.actions.UWSAction
Indicates whether the given request corresponds to this UWS action.
maxDuration - Variable in class uws.service.controller.ExecutionDurationController
The maximum duration.
maxInterval - Variable in class uws.service.controller.DestructionTimeController
The maximum interval from the initialization to the destruction of the concerned job.
maxIntervalField - Variable in class uws.service.controller.DestructionTimeController
The date-time field on which the maximum interval applies.
maxTime - Variable in class uws.service.controller.DestructionTimeController
The maximum destruction time.
message - Variable in class uws.job.ErrorSummary
[Required] A short description of the error.
MIME_TYPE_HTML - Static variable in class uws.job.serializer.UWSSerializer
MIME type for HTML: text/html
MIME_TYPE_JSON - Static variable in class uws.job.serializer.UWSSerializer
MIME type for JSON: application/json
MIME_TYPE_TEXT - Static variable in class uws.job.serializer.UWSSerializer
MIME type for TEXT: text/plain
MIME_TYPE_XML - Static variable in class uws.job.serializer.UWSSerializer
MIME type for XML: application/xml

A B C D E F G H I J L M N O P Q R S T U V W X