match(UWSUrl, JobOwner, 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, JobOwner, 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, JobOwner, 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, JobOwner, 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 yet 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 (
UWSJob.PARAM_PARAMETERS
/{parameter_name})
and there are at least two parameters
match(UWSUrl, JobOwner, HttpServletRequest) - Method in class uws.service.actions.SetUWSParameter
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 yet checked),
the job attribute "phase", "runID", "executionduration" or "destruction" is used in the UWS URL,
the HTTP method is HTTP-POST or HTTP-PUT.
match(UWSUrl, JobOwner, HttpServletRequest) - Method in class uws.service.actions.ShowHomePage
Checks whether there is no jobs list name.
match(UWSUrl, JobOwner, HttpServletRequest) - Method in class uws.service.actions.UWSAction
Indicates whether the given request corresponds to this UWS action.
maxBlockedThreadsByUser - Variable in class uws.service.wait.UserLimitedBlockingPolicy
The maximum number of blocked threads for a given job and user.
maxDuration - Variable in class uws.job.parameters.ExecutionDurationController
The maximum duration (in seconds).
maxInterval - Variable in class uws.job.parameters.DestructionTimeController
The maximum interval from the initialization to the destruction of the concerned job.
maxIntervalField - Variable in class uws.job.parameters.DestructionTimeController
The date-time field on which the maximum interval applies.
maxTime - Variable in class uws.job.parameters.DestructionTimeController
The maximum destruction time.
maxValue - Variable in class uws.job.parameters.NumericParamController
The maximum value.
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
mimeType - Variable in class uws.job.Result
[Optional] The MIME type of the result.
mimeType - Variable in class uws.service.request.UploadFile
MIME type of the file.
mimeTypes - Static variable in class uws.UWSToolBox
minLogLevel - Variable in class uws.service.log.DefaultUWSLog
Minimum level that a message must have in order to be logged.
minValue - Variable in class uws.job.parameters.NumericParamController
The maximum value.
move(UWSJob) - Method in class uws.service.request.UploadFile
Move this uploaded file in a location related to the given
UWSJob
.
moveUpload(UploadFile, UWSJob) - Method in class uws.service.file.LocalUWSFileManager
moveUpload(UploadFile, UWSJob) - Method in interface uws.service.file.UWSFileManager
Move the specified file from its current location to a location related
to the given job.
MULT_DAYS - Static variable in class uws.job.parameters.DurationParamController
Multiplication factor between milliseconds and days.
MULT_HOURS - Static variable in class uws.job.parameters.DurationParamController
Multiplication factor between milliseconds and hours.
MULT_MIN - Static variable in class uws.job.parameters.DurationParamController
Multiplication factor between milliseconds and minutes.
MULT_MONTHS - Static variable in class uws.job.parameters.DurationParamController
Multiplication factor between milliseconds and months.
MULT_SEC - Static variable in class uws.job.parameters.DurationParamController
Multiplication factor between milliseconds and seconds.
MULT_WEEKS - Static variable in class uws.job.parameters.DurationParamController
Multiplication factor between milliseconds and weeks.
MULT_YEARS - Static variable in class uws.job.parameters.DurationParamController
Multiplication factor between milliseconds and years.
MultipartParser - Class in uws.service.request
Extract parameters encoded using the Content-type
multipart/form-data
in an HttpServletRequest
.
MultipartParser() - Constructor for class uws.service.request.MultipartParser
MultipartParser(UWSFileManager) - Constructor for class uws.service.request.MultipartParser
MultipartParser(boolean, UWSFileManager) - Constructor for class uws.service.request.MultipartParser
MultipartParser(boolean, UWSFileManager, long, long) - Constructor for class uws.service.request.MultipartParser