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.
MathFunction() - Method in class adql.parser.ADQLParser
MathFunction - Class in adql.query.operand.function
It represents any basic mathematical function.
MathFunction(MathFunctionType) - Constructor for class adql.query.operand.function.MathFunction
Creates a mathematical function without parameter.
MathFunction(MathFunctionType, ADQLOperand) - Constructor for class adql.query.operand.function.MathFunction
Creates a mathematical function with only one parameter.
MathFunction(MathFunctionType, ADQLOperand, ADQLOperand) - Constructor for class adql.query.operand.function.MathFunction
Creates a mathematical function with two parameters.
MathFunction(MathFunction) - Constructor for class adql.query.operand.function.MathFunction
Builds a mathematical function by copying the given one.
MathFunctionType - Enum in adql.query.operand.function
All types of managed mathematical functions.
MAX - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
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.
maxNextCharInd - Variable in class adql.parser.SimpleCharStream
MaxRecController - Class in tap.parameters
Let controlling the maximum number of rows that can be output by a TAP service.
MaxRecController(ServiceConnection) - Constructor for class tap.parameters.MaxRecController
Build a controller for the MaxRec parameter.
maxTime - Variable in class uws.job.parameters.DestructionTimeController
The maximum destruction time.
maxValue - Variable in class uws.job.parameters.NumericParamController
The maximum value.
memoryThreshold - Variable in class cds.util.LargeAsciiTable
Maximum number of lines that can be hold in memory.
mergeTAPSchemaDefs(TAPMetadata) - Method in class tap.db.JDBCConnection
Merge the definition of TAP_SCHEMA tables given in parameter with the definition provided in the TAP standard.
message - Variable in class uws.job.ErrorSummary
[Required] A short description of the error.
MIME_TYPE - Static variable in class tap.resource.Examples
MIME type of this resource.
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 tap.formatter.SVFormat
MIME type associated with this format.
mimeType - Variable in class tap.formatter.VOTableFormat
MIME type associated with this format.
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
MIN - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
minLogLevel - Variable in class uws.service.log.DefaultUWSLog
Minimum level that a message must have in order to be logged.
MINUS - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
minValue - Variable in class uws.job.parameters.NumericParamController
The maximum value.
mixedCaseQuoted - Variable in class tap.db.JDBCConnection
Indicate whether the quoted identifiers are stored in mixed case in the DBMS.
MOD - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
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
mustEscape(Token, Token) - Method in class adql.parser.ADQLParser
Tell whether the given token must be double quoted.
MySQLTranslator - Class in adql.translator
Translates all ADQL objects into an SQL interrogation query designed for
MySQL.
MySQLTranslator() - Constructor for class adql.translator.MySQLTranslator
Build a MySQLTranslator which always translates in SQL all identifiers
(schema, table and column) in a case sensitive manner ; in other words,
schema, table and column names will be surrounded by back-quotes in the
SQL translation.
MySQLTranslator(boolean) - Constructor for class adql.translator.MySQLTranslator
Build a MySQLTranslator which always translates in SQL all identifiers
(schema, table and column) in the specified case sensitivity ; in other
words, schema, table and column names will all be surrounded or not by
back-quotes in the SQL translation.
MySQLTranslator(boolean, boolean, boolean, boolean) - Constructor for class adql.translator.MySQLTranslator
Build a MySQLTranslator which will always translate in SQL identifiers
with the defined case sensitivity.