- saveAll() - Method in class uws.service.backup.DefaultUWSBackupManager
-
- saveAll() - Method in interface uws.service.backup.UWSBackupManager
-
Save all jobs lists and all information about the jobs owners.
- saveOwner(JobOwner) - Method in class uws.service.backup.DefaultUWSBackupManager
-
- saveOwner(JobOwner, boolean) - Method in class uws.service.backup.DefaultUWSBackupManager
-
- saveOwner(JobOwner) - Method in interface uws.service.backup.UWSBackupManager
-
Save ONLY the jobs of the given user and all information about this user.
- schemas - Variable in class tap.metadata.TAPMetadata
-
List of all schemas available through the TAP service.
- SCIENTIFIC_NUMBER - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- search(S, T[]) - Method in class adql.db.DBChecker.BinarySearch
-
Search the given item in the given array.
- search(String) - Method in class adql.db.SearchColumnList
-
Searches all
DBColumn
elements which has the given name (case insensitive).
- search(String, String, String, String) - Method in class adql.db.SearchColumnList
-
Searches all
DBColumn
elements which have the given catalog, schema, table and column name (case insensitive).
- search(ADQLColumn) - Method in class adql.db.SearchColumnList
-
- search(String, String, String, String, byte) - Method in class adql.db.SearchColumnList
-
Searches all
DBColumn
elements which have the given catalog, schema, table and column name, with the specified case sensitivity.
- search(ADQLTable) - Method in interface adql.db.SearchTableApi
-
Searches all
DBTable
elements corresponding to the given
ADQLTable
(case insensitive).
- search(String) - Method in class adql.db.SearchTableList
-
Searches all
DBTable
elements which has the given name (case insensitive).
- search(String, String, String) - Method in class adql.db.SearchTableList
-
Searches all
DBTable
elements which have the given catalog, schema, and table name (case insensitive).
- search(ADQLTable) - Method in class adql.db.SearchTableList
-
Searches all
DBTable
elements corresponding to the given
ADQLTable
(case insensitive).
- search(String, String, String, byte) - Method in class adql.db.SearchTableList
-
Searches all
DBTable
elements which have the given catalog, schema, and table name, with the specified case sensitivity.
- search(ISearchHandler) - Method in class adql.query.ADQLQuery
-
Lets searching ADQL objects into this ADQL query thanks to the given search handler.
- search(ADQLObject) - Method in interface adql.search.ISearchHandler
-
Searches all matching ADQL objects from the given ADQL object (included).
- search(ADQLObject) - Method in class adql.search.SimpleSearchHandler
-
- searchAndReplace(ADQLObject) - Method in interface adql.search.IReplaceHandler
-
Searches all matching ADQL objects from the given ADQL object (included)
and replaces them by their corresponding ADQL object.
- searchAndReplace(ADQLObject) - Method in class adql.search.SimpleReplaceHandler
-
- searchByAlias(String) - Method in class adql.query.ClauseSelect
-
Gets the operand which is associated with the given alias (case sensitive).
- searchByAlias(String, boolean) - Method in class adql.query.ClauseSelect
-
Gets all the select items which are associated with the given alias.
- searchByIndex(int) - Method in class adql.query.ClauseSelect
-
Gets the specified operand.
- SearchColumnHandler - Class in adql.search
-
- SearchColumnHandler() - Constructor for class adql.search.SearchColumnHandler
-
- SearchColumnHandler(boolean, boolean) - Constructor for class adql.search.SearchColumnHandler
-
- SearchColumnHandler(boolean) - Constructor for class adql.search.SearchColumnHandler
-
- SearchColumnList - Class in adql.db
-
A list of
DBColumn
elements ordered by their ADQL name in an ascending manner.
- SearchColumnList() - Constructor for class adql.db.SearchColumnList
-
Void constructor.
- SearchColumnList(Collection<DBColumn>) - Constructor for class adql.db.SearchColumnList
-
Constructor by copy: all the elements of the given collection of
DBColumn
are copied ordered into this list.
- SearchColumnList(int) - Constructor for class adql.db.SearchColumnList
-
Constructor with the initial capacity.
- searchFile(String, ServletConfig) - Method in class tap.config.ConfigurableTAPServlet
-
Search the given file name/path in the directories of the classpath, then inside WEB-INF and finally inside META-INF.
- searchFile(String, ServletConfig) - Method in class uws.config.ConfigurableUWSServlet
-
Search the given file name/path in the directories of the classpath, then inside WEB-INF and finally inside META-INF.
- searchJobs(String) - Method in class uws.job.JobList
-
Gets all job whose the runID is equals (not case sensitive) to the given
runID.
- searchTable(String, TAPMetadata, String) - Method in class tap.metadata.TableSetParser
-
Search for the specified table in the given TAP metadata.
- SearchTableApi - Interface in adql.db
-
Simple interface about a class which allows to search for a specified
ADQLTable
.
- SearchTableList - Class in adql.db
-
A list of
DBTable
elements ordered by their ADQL name in an ascending manner.
- SearchTableList() - Constructor for class adql.db.SearchTableList
-
Void constructor.
- SearchTableList(Collection<? extends DBTable>) - Constructor for class adql.db.SearchTableList
-
Constructor by copy: all the elements of the given collection of
DBTable
are copied ordered into this list.
- SearchTableList(int) - Constructor for class adql.db.SearchTableList
-
Constructor with the initial capacity.
- SEE_OTHER - Static variable in exception uws.UWSException
-
- Select() - Method in class adql.parser.ADQLParser
-
- SELECT - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- SelectAllColumns - Class in adql.query
-
In ADQL it corresponds to the '*' and '{tableName}.*' items in the SELECT clause.
- SelectAllColumns(ADQLQuery) - Constructor for class adql.query.SelectAllColumns
-
Builds a
SelectItem
which selects all columns available in the given ADQL query.
- SelectAllColumns(ADQLTable) - Constructor for class adql.query.SelectAllColumns
-
Builds a
SelectItem
which selects all columns available in the given table.
- SelectAllColumns(SelectAllColumns) - Constructor for class adql.query.SelectAllColumns
-
- SelectItem() - Method in class adql.parser.ADQLParser
-
- SelectItem - Class in adql.query
-
Represents an item of a SELECT clause.
- SelectItem(ADQLOperand) - Constructor for class adql.query.SelectItem
-
Builds a SELECT item just with an operand.
- SelectItem(ADQLOperand, String) - Constructor for class adql.query.SelectItem
-
Builds a SELECT item with an operand and its alias.
- SelectItem(SelectItem) - Constructor for class adql.query.SelectItem
-
Builds a SELECT item by copying the given one.
- SEMI_COLON_SEPARATOR - Static variable in class tap.formatter.SVFormat
-
Column separator for sCSV format.
- sendError(UWSException, HttpServletRequest, String, JobOwner, String, HttpServletResponse) - Method in class uws.service.UWSService
-
Fills the response with the given error.
- sendError(Throwable, HttpServletRequest, String, JobOwner, String, HttpServletResponse) - Method in class uws.service.UWSService
-
Fills the response with the given error.
- sendError(UWSException, HttpServletRequest, String, JobOwner, String, HttpServletResponse) - Method in class uws.service.UWSServlet
-
Fills the response with the given error.
- sendError(Throwable, HttpServletRequest, String, JobOwner, String, HttpServletResponse) - Method in class uws.service.UWSServlet
-
Fills the response with the given error.
- sep - Variable in class cds.util.LargeAsciiTable
-
Column separator (as string).
- separator - Variable in class tap.formatter.SVFormat
-
Column separator to use.
- SerializableUWSObject - Class in uws.job
-
This class defines the methods that an object of the UWS pattern must implement to be written in any format (by default, XML ; see
XMLSerializer
).
- SerializableUWSObject() - Constructor for class uws.job.SerializableUWSObject
-
- serialize(UWSSerializer, JobOwner) - Method in class uws.job.ErrorSummary
-
- serialize(ServletOutputStream, UWSSerializer, JobOwner, JobListRefiner) - Method in class uws.job.JobList
-
Serializes the while object in the given output stream,
considering the given owner, the given job filters and thanks to the
given serializer.
- serialize(UWSSerializer, JobOwner) - Method in class uws.job.JobList
-
- serialize(UWSSerializer, JobOwner) - Method in class uws.job.Result
-
- serialize(UWSSerializer) - Method in class uws.job.SerializableUWSObject
-
Serializes the whole object thanks to the given serializer.
- serialize(UWSSerializer, JobOwner) - Method in class uws.job.SerializableUWSObject
-
Serializes the whole object considering the given owner (supposed to be the current user)
and thanks to the given serializer.
- serialize(ServletOutputStream, UWSSerializer) - Method in class uws.job.SerializableUWSObject
-
Serializes the whole object in the given output stream and thanks to the given serializer.
- serialize(ServletOutputStream, UWSSerializer, JobOwner) - Method in class uws.job.SerializableUWSObject
-
Serializes the while object in the given output stream,
considering the given owner ID and thanks to the given serializer.
- serialize(UWSSerializer, JobOwner) - Method in class uws.job.UWSJob
-
- serialize(String[], UWSSerializer) - Method in class uws.job.UWSJob
-
Serializes the specified attribute of this job by using the given
serializer.
- serialize(ServletOutputStream, String[], UWSSerializer) - Method in class uws.job.UWSJob
-
Serializes the specified attribute of this job in the given output stream
by using the given serializer.
- serializers - Variable in class uws.service.UWSService
-
List of available serializers.
- service - Variable in class tap.ADQLExecutor
-
Description of the current TAP service.
- service(HttpServletRequest, HttpServletResponse) - Method in class tap.config.ConfigurableTAPServlet
-
- service - Variable in class tap.error.DefaultTAPErrorWriter
-
- service - Variable in class tap.formatter.FITSFormat
-
The
ServiceConnection
to use (for the log and to have some information about the service (particularly: name, description).
- service - Variable in class tap.formatter.HTMLFormat
-
The
ServiceConnection
to use (for the log and to have some information about the service (particularly: name, description).
- service - Variable in class tap.formatter.JSONFormat
-
The
ServiceConnection
to use (for the log and to have some information about the service (particularly: name, description).
- service - Variable in class tap.formatter.SVFormat
-
The
ServiceConnection
to use (for the log and to have some information about the service (particularly: name, description).
- service - Variable in class tap.formatter.TextFormat
-
The
ServiceConnection
to use (for the log and to have some
information about the service (particularly: name, description).
- service - Variable in class tap.formatter.VOTableFormat
-
The
ServiceConnection
to use (for the log and to have some information about the service (particularly: name, description).
- service - Variable in class tap.parameters.FormatController
-
Connection to the service which knows the maximum and default value of this parameter.
- service - Variable in class tap.parameters.MaxRecController
-
Connection to the service which knows the maximum and default value of this parameter.
- service - Variable in class tap.parameters.TAPDestructionTimeController
-
Connection to the service which knows the maximum and default value of this parameter.
- service - Variable in class tap.parameters.TAPExecutionDurationController
-
Connection to the service which knows the maximum and default value of this parameter.
- service - Variable in class tap.resource.ASync
-
Description of the TAP service owning this resource.
- service - Variable in class tap.resource.Availability
-
Description of the TAP service owning this resource.
- service - Variable in class tap.resource.Sync
-
Description of the TAP service owning this resource.
- service - Variable in class tap.resource.TAP
-
Description of the TAP service owning this resource.
- service - Variable in class tap.TAPFactory
-
Connection to the TAP service ; it provides all important service configuration information.
- service - Variable in class tap.TAPSyncJob
-
Description of the TAP service in charge of this synchronous job.
- service - Variable in class tap.upload.Uploader
-
Specification of the TAP service.
- service(HttpServletRequest, HttpServletResponse) - Method in class uws.config.ConfigurableUWSServlet
-
- service(ServletRequest, ServletResponse) - Method in class uws.service.UWSServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class uws.service.UWSServlet
-
- SERVICE_UNAVAILABLE - Static variable in exception uws.UWSException
-
- ServiceConnection - Interface in tap
-
Description and parameters list of a TAP service.
- ServiceConnection.LimitUnit - Enum in tap
-
List of possible limit units.
- ServiceErrorWriter - Interface in uws.service.error
-
Let's writing/formatting any Exception/Throwable in an HttpServletResponse
or in an error summary.
- set(int, T) - Method in class adql.query.ADQLList
-
Replaces the specified ADQL item by the given one.
- set(int, ADQLConstraint) - Method in class adql.query.ClauseConstraints
-
- set(int, String, ADQLConstraint) - Method in class adql.query.ClauseConstraints
-
Replaces the specified constraint by the given one with the given constraint separator.
- set(int, ADQLOperand) - Method in class adql.query.ClauseSelect
-
Replaces the specified operand by the given one.
- set(int, E) - Method in class cds.utils.TextualSearchList
-
Replaces the element at the specified position in this list with the specified element.
- set(String, Object) - Method in class uws.job.parameters.UWSParameters
-
Sets the given value to the specified parameter.
- SET_JOB_PARAM - Static variable in class uws.service.actions.UWSAction
-
- SET_UWS_PARAMETER - Static variable in class uws.service.actions.UWSAction
-
- setAbortedPhase(boolean) - Method in class uws.job.JobPhase
-
Changes the current phase to
ABORTED
.
- setADQLCatalogName(String) - Method in class adql.db.DefaultDBTable
-
- setADQLName(String) - Method in class adql.db.DefaultDBColumn
-
- setADQLName(String) - Method in class adql.db.DefaultDBTable
-
- setADQLSchemaName(String) - Method in class adql.db.DefaultDBTable
-
- setAdqlTable(ADQLTable) - Method in class adql.query.ColumnReference
-
Sets the
ADQLTable
from which this column is supposed to come.
- setAdqlTable(ADQLTable) - Method in class adql.query.operand.ADQLColumn
-
Sets the
ADQLTable
from which this column is supposed to come.
- setAdqlTable(ADQLTable) - Method in class adql.query.SelectAllColumns
-
Sets the table whose all columns must be selected.
- setAlias(String) - Method in class adql.query.from.ADQLTable
-
Sets the label of this table.
- setAlias(String) - Method in class adql.query.SelectItem
-
Changes the alias of the corresponding operand.
- setArchivedPhase(boolean) - Method in class uws.job.JobPhase
-
- setAttributes(String[]) - Method in class uws.service.UWSUrl
-
Sets all the job attributes.
- setAvailable(boolean, String) - Method in class tap.config.ConfigurableServiceConnection
-
- setAvailable(boolean, String) - Method in interface tap.ServiceConnection
-
[MANDATORY]
- setBackupFreq(long) - Method in class uws.service.backup.DefaultUWSBackupManager
-
Sets the backup frequency.
- setBackupManager(UWSBackupManager) - Method in class uws.service.UWSService
-
Sets its backup manager.
- setCaseSensitive(boolean) - Method in class adql.query.ColumnReference
-
Sets the case sensitivity on the column name/alias.
- setCaseSensitive(IdentifierField, boolean) - Method in class adql.query.from.ADQLTable
-
Sets the case sensitivity of the specified field (catalog, schema or table).
- setCaseSensitive(boolean) - Method in class adql.query.from.ADQLTable
-
Sets the case sensitivity of all fields (catalog, schema and table).
- setCaseSensitive(byte) - Method in class adql.query.from.ADQLTable
-
Sets the whole case sensitivity of this ADQL table.
- setCaseSensitive(byte, boolean) - Method in enum adql.query.IdentifierField
-
Sets the case sensitivity of this identifier part in the given global case sensitivity definition.
- setCaseSensitive(IdentifierField, boolean) - Method in class adql.query.operand.ADQLColumn
-
Sets the case sensitivity of the specified field (catalog, schema, table, column).
- setCaseSensitive(boolean) - Method in class adql.query.operand.ADQLColumn
-
Sets the case sensitivity of all fields (catalog, schema, table and column).
- setCaseSensitive(byte) - Method in class adql.query.operand.ADQLColumn
-
Sets the whole case sensitivity of this ADQL column.
- setCaseSensitive(boolean) - Method in class adql.query.SelectItem
-
Sets the case sensitivity on the alias.
- setCatalogName(String) - Method in class adql.query.from.ADQLTable
-
Sets the name of the catalog which contains this table.
- setCatalogName(String) - Method in class adql.query.operand.ADQLColumn
-
Sets the name of the catalog which contains this column.
- setColumn(ADQLColumn) - Method in class adql.query.constraint.IsNull
-
Lets changing the column whose the value must be compared to NULL.
- setColumn(String) - Method in class adql.query.operand.ADQLColumn
-
Updates the whole Column according to the given column reference ({catalog}.{schema}.{table}.{column}).
- setColumn(ADQLColumn) - Method in class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
-
- setColumnIndex(int) - Method in class adql.query.ColumnReference
-
Sets the index of the referenced column.
- setColumnName(String) - Method in class adql.query.ColumnReference
-
Sets the name/alias of the referenced column.
- setColumnName(String) - Method in class adql.query.operand.ADQLColumn
-
Changes the name of the column ({column} in {schema(s)}.{table}.{column}).
- setCompletedPhase(boolean) - Method in class uws.job.JobPhase
-
- setContentLength(HttpServletResponse, long) - Static method in class uws.UWSToolBox
-
Set the content length in the given HttpServletResponse
.
- setCoord1(ADQLOperand) - Method in class adql.query.operand.function.geometry.BoxFunction
-
Sets the first coordinate (i.e.
- setCoord1(ADQLOperand) - Method in class adql.query.operand.function.geometry.CircleFunction
-
Sets the first coordinate of the center (i.e.
- setCoord1(ADQLOperand) - Method in class adql.query.operand.function.geometry.PointFunction
-
Changes the first coordinate of this POINT function.
- setCoord2(ADQLOperand) - Method in class adql.query.operand.function.geometry.BoxFunction
-
Sets the second coordinate (i.e.
- setCoord2(ADQLOperand) - Method in class adql.query.operand.function.geometry.CircleFunction
-
Sets the second coordinate of the center (i.e.
- setCoord2(ADQLOperand) - Method in class adql.query.operand.function.geometry.PointFunction
-
Changes the second coordinate of this POINT function.
- setCoordinateSystem(ADQLOperand) - Method in class adql.query.operand.function.geometry.DistanceFunction
-
- setCoordinateSystem(ADQLOperand) - Method in class adql.query.operand.function.geometry.GeometryFunction
-
Changes the coordinate system.
- setCoosys(TAPCoosys) - Method in class tap.metadata.TAPColumn
-
Set the the coordinate system to use.
- setCustomType(String) - Method in enum adql.db.DBType.DBDatatype
-
- setDatatype(DBType) - Method in class adql.db.DefaultDBColumn
-
Set the type of this column.
- setDatatype(DBType) - Method in class tap.metadata.TAPColumn
-
Set the type of the column's values.
- setDateFormat(DateFormat) - Method in class uws.service.log.DefaultUWSLog
-
Sets the date formatter/parser to use for any date read/write into this logger.
- setDBLink(DBColumn) - Method in class adql.query.ColumnReference
-
- setDBLink(DBTable) - Method in class adql.query.from.ADQLTable
-
- setDBLink(DBColumn) - Method in class adql.query.operand.ADQLColumn
-
- setDBMapping(Map<String, String>) - Method in class tap.db.JDBCConnection
-
Let specify for all item of the standard TAP_SCHEMA a different name in the database.
- setDBName(String) - Method in class tap.metadata.TAPColumn
-
Change the name that this column MUST have in the database (i.e.
- setDBName(String) - Method in class tap.metadata.TAPSchema
-
Set the name this schema MUST have in the database.
- setDBName(String) - Method in class tap.metadata.TAPTable
-
Change the name that this table MUST have in the database (i.e.
- setDebug(boolean) - Method in class adql.parser.ADQLParser
-
- setDebugStream(PrintStream) - Method in class adql.parser.ADQLParserTokenManager
-
Set debug output.
- setDefault(Number) - Method in class uws.job.parameters.DurationParamController
-
- setDefault(Number) - Method in class uws.job.parameters.NumericParamController
-
Set the default value that the parameter must have if none is specified by the user.
- setDefaultDestructionInterval(int) - Method in class uws.job.parameters.DestructionTimeController
-
Sets the default interval in minutes from the initialization to the destruction of the concerned job.
- setDefaultDestructionInterval(int, DestructionTimeController.DateField) - Method in class uws.job.parameters.DestructionTimeController
-
Sets the default interval (in the given unit) from the initialization to the destruction of the concerned job.
- setDefaultDestructionTime(Date) - Method in class uws.job.parameters.DestructionTimeController
-
Sets the default destruction time.
- setDefaultExecutionDuration(int) - Method in class tap.config.ConfigurableServiceConnection
-
Set the default execution duration.
- setDefaultExecutionDuration(long) - Method in class uws.job.parameters.ExecutionDurationController
-
Sets the default execution duration.
- setDefaultHomePage() - Method in class uws.service.UWSService
-
- setDefaultOutputLimit(int) - Method in class tap.config.ConfigurableServiceConnection
-
Set the default output limit.
- setDefaultRetentionPeriod(int) - Method in class tap.config.ConfigurableServiceConnection
-
Set the default retention period.
- setDefaultSerializer(String) - Method in class uws.service.UWSService
-
Sets the MIME of the serializer to use by default.
- setDefaultUploadLimit(int) - Method in class tap.config.ConfigurableServiceConnection
-
- setDefaultUploadLimit(long) - Method in class tap.config.ConfigurableServiceConnection
-
Set the default upload limit.
- setDefaultValue(String) - Method in class uws.job.parameters.StringParamController
-
Sets the default value of the parameter.
- setDefinition(FunctionDef) - Method in class adql.query.operand.function.DefaultUDF
-
Let set the signature/definition/description of this user defined function.
- setDescription(String) - Method in class tap.metadata.TAPColumn
-
Set the description of this column.
- setDescription(String) - Method in class tap.metadata.TAPForeignKey
-
- setDescription(String) - Method in class tap.metadata.TAPSchema
-
Set the description of this schema.
- setDescription(String) - Method in class tap.metadata.TAPTable
-
Set the description of this table.
- setDescription(String) - Method in class uws.service.UWSService
-
Sets the description of this UWS.
- setDestructionManager(DestructionManager) - Method in class uws.job.JobList
-
Sets the destruction manager to use.
- setDestructionPolicy(JobDestructionPolicy) - Method in class uws.job.JobList
-
Set how this job list must behave when a job destruction is asked.
- setDestructionTime(Date) - Method in class uws.job.UWSJob
-
Sets the instant when the job shall be destroyed ONLY IF the job can
updated (considering its current execution phase, see
JobPhase.isJobUpdatable()
).
- setDistinct(boolean) - Method in class adql.db.SearchColumnList
-
Lets indicating that multiple occurrences are allowed.
- setDistinct(boolean) - Method in class adql.db.SearchTableList
-
Lets indicating that multiple occurrences are allowed.
- setDistinct(boolean) - Method in class adql.query.operand.function.SQLFunction
-
Tells if distinct values of the given parameter must be taken.
- setDistinctColumns(boolean) - Method in class adql.query.ClauseSelect
-
Changes the DISTINCT flag of this SELECT clause.
- setDuration(ExecutionProgression, long) - Method in class tap.TAPExecutionReport
-
Set the duration corresponding to the given execution step.
- setEnabled(boolean) - Method in class uws.service.backup.DefaultUWSBackupManager
-
- setEnabled(boolean) - Method in interface uws.service.backup.UWSBackupManager
-
Enables/Disables the backup of the associated UWS.
- setEndTime(Date) - Method in class uws.job.UWSJob
-
Sets the time at which the job execution has finished.
- setEpoch(String) - Method in class tap.metadata.TAPCoosys
-
Set the epoch at which the coordinates were measured.
- setEquinox(String) - Method in class tap.metadata.TAPCoosys
-
Set the equinox of this coordinate system.
- setError(ErrorSummary) - Method in class uws.job.JobThread
-
Published the given error in the job.
- setError(UWSException) - Method in class uws.job.JobThread
-
Publishes the given exception as an error summary.
- setErrorPhase(boolean) - Method in class uws.job.JobPhase
-
Changes the current phase to
ERROR
.
- setErrorSummary(ErrorSummary) - Method in class uws.job.UWSJob
-
Sets the error that occurs during the execution of this job.
- setErrorWriter(ServiceErrorWriter) - Method in class tap.resource.TAP
-
Set the object to use in order to report errors to the user in replacement of the expected result.
- setErrorWriter(ServiceErrorWriter) - Method in class uws.service.UWSService
-
Sets the object used to write/format any error in a HttpServletResponse.
- setErrorWriter(ServiceErrorWriter) - Method in class uws.service.UWSServlet
-
Sets the object used to write/format any error in a HttpServletResponse.
- setExecReport(TAPExecutionReport) - Method in class tap.TAPJob
-
Set the execution report.
- setExecutingPhase(boolean) - Method in class uws.job.JobPhase
-
- setExecutionDuration(long) - Method in class uws.job.UWSJob
-
Sets the duration (in seconds) for which this job shall run ONLY IF the
job can updated (considering its current execution phase, see
JobPhase.isJobUpdatable()
).
- setExecutionManager(ExecutionManager) - Method in class uws.job.JobList
-
Sets the execution manager to use.
- setExpectedType(char) - Method in class adql.query.operand.ADQLColumn
-
- setExpectedType(char) - Method in class adql.query.operand.function.UserDefinedFunction
-
- setExpectedType(char) - Method in interface adql.query.operand.UnknownType
-
Set the type expected for this operand.
- setFetchSize(int) - Method in interface tap.db.DBConnection
-
Set the number of rows to fetch before searching/getting the following.
- setFetchSize(int) - Method in class tap.db.JDBCConnection
-
- setFrom(FromContent) - Method in class adql.query.ADQLQuery
-
Replaces its FROM clause by the given one.
- setGeometry(F) - Method in class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
-
- setGroupBy(ClauseADQL<ADQLColumn>) - Method in class adql.query.ADQLQuery
-
Replaces its GROUP BY clause by the given one.
- setHaving(ClauseConstraints) - Method in class adql.query.ADQLQuery
-
Replaces its HAVING clause by the given one.
- setHeaderPostfix(String) - Method in class cds.util.LargeAsciiTable
-
Set the separator between the header and the table lines.
- setHeight(ADQLOperand) - Method in class adql.query.operand.function.geometry.BoxFunction
-
Sets the height of the box.
- setHeldPhase(boolean) - Method in class uws.job.JobPhase
-
Changes the current phase to
HELD
.
- setHomePage(HomePage) - Method in class tap.resource.TAP
-
Change the whole behavior of the TAP home page.
- setHomePage(URL, boolean) - Method in class uws.service.UWSService
-
Sets the URL of the resource which must be used as home page of this UWS.
- setHomePage(String) - Method in class uws.service.UWSService
-
Sets the URI of the resource which must be used as home page of this UWS.
- setHomePageMimeType(String) - Method in class tap.resource.TAP
-
Set the MIME type of the custom home page.
- setHomePageMimeType(String) - Method in class uws.service.UWSService
-
Set the MIME type of the custom home page.
- setHomePageURI(String) - Method in class tap.resource.TAP
-
Set the URL or the file path of a custom home page.
- setIndex(int) - Method in class tap.metadata.TAPColumn
-
Set the ordering index of this column inside its table.
- setIndex(int) - Method in class tap.metadata.TAPSchema
-
Set the ordering index of this schema inside its whole schema set.
- setIndex(int) - Method in class tap.metadata.TAPTable
-
Set the ordering index of this table inside its schema.
- setIndexed(boolean) - Method in class tap.metadata.TAPColumn
-
Set whether this column is indexed or not.
- setInitiallyQualifed(boolean) - Method in class tap.metadata.TAPTable
-
- setInputParamController(String, InputParamController) - Method in class uws.service.AbstractUWSFactory
-
Sets the controller of the specified input UWS job parameter.
- setInputParamController(String, InputParamController) - Method in class uws.service.UWSServlet
-
Sets the controller of the specified input UWS job parameter.
- setJob(UWSJob) - Method in interface uws.job.jobInfo.JobInfo
-
Notify this
JobInfo
that it is now owned by the given job.
- setJob(UWSJob) - Method in class uws.job.jobInfo.SingleValueJobInfo
-
- setJob(UWSJob) - Method in class uws.job.jobInfo.XMLJobInfo
-
- setJobId(String) - Method in class uws.service.UWSUrl
-
Sets the job ID.
- setJobInfo(JobInfo) - Method in class uws.job.UWSJob
-
Set the additional information about this job.
- setJobList(JobList) - Method in class uws.job.UWSJob
-
Sets its jobs list.
- setJobListName(String) - Method in class uws.service.UWSUrl
-
Sets the jobs list name.
- SetJobParam - Class in uws.service.actions
-
The "Set Job Parameter" action of a UWS.
- SetJobParam(UWSService) - Constructor for class uws.service.actions.SetJobParam
-
- setJoinCondition(ClauseConstraints) - Method in class adql.query.from.ADQLJoin
-
Sets the condition of this join (that's to say: the condition which follows the keyword ON).
- setJoinCondition(ClauseConstraints) - Method in class adql.query.from.CrossJoin
-
Effect-less method: no join condition can be specified to make a CROSS join.
- setJoinedColumns(Collection<ADQLColumn>) - Method in class adql.query.from.ADQLJoin
-
Sets the list of all columns on which the join is done (that's to say: the list of columns given with the keyword USING).
- setJoinedColumns(Collection<ADQLColumn>) - Method in class adql.query.from.CrossJoin
-
Effect-less method: no columns can be joined in a CROSS join.
- setLeftOperand(ADQLOperand) - Method in class adql.query.constraint.Between
-
Replaces the left operand of this BETWEEN constraint.
- setLeftOperand(ADQLOperand) - Method in class adql.query.constraint.Comparison
-
Changes the left operand of this comparison.
- setLeftOperand(ADQLOperand) - Method in class adql.query.operand.Operation
-
Changes the left operand of this operation.
- setLeftParam(GeometryFunction.GeometryValue<GeometryFunction>) - Method in class adql.query.operand.function.geometry.ContainsFunction
-
- setLeftParam(GeometryFunction.GeometryValue<GeometryFunction>) - Method in class adql.query.operand.function.geometry.IntersectsFunction
-
- setLeftTable(FromContent) - Method in class adql.query.from.ADQLJoin
-
Sets the left "table" of this join.
- setLimit(int) - Method in class adql.query.ClauseSelect
-
Changes the maximum number of rows this clause imposes.
- setLogRotationFreq(String) - Method in class uws.service.file.LocalUWSFileManager
-
Set the frequency at which a rotation of the log file must be done.
- setMaxDestructionInterval(int) - Method in class uws.job.parameters.DestructionTimeController
-
Sets the maximum interval in minutes from the initialization to the destruction of the concerned job.
- setMaxDestructionInterval(int, DestructionTimeController.DateField) - Method in class uws.job.parameters.DestructionTimeController
-
Sets the maximum interval (in the given unit) from the initialization to the destruction of the concerned job.
- setMaxDestructionTime(Date) - Method in class uws.job.parameters.DestructionTimeController
-
Sets the maximum destruction time.
- setMaxExecutionDuration(int) - Method in class tap.config.ConfigurableServiceConnection
-
Set the maximum execution duration.
- setMaxExecutionDuration(long) - Method in class uws.job.parameters.ExecutionDurationController
-
Sets the maximum execution duration.
- setMaxFileSize(long) - Method in class uws.service.request.MultipartParser
-
Set the maximum size (in bytes) of a single uploaded file.
- setMaximum(Number) - Method in class uws.job.parameters.DurationParamController
-
- setMaximum(Number) - Method in class uws.job.parameters.NumericParamController
-
Sets the maximum value of this parameter.
- setMaxOperand(ADQLOperand) - Method in class adql.query.constraint.Between
-
Replaces the operand which represents the maximum value.
- setMaxOutputLimit(int) - Method in class tap.config.ConfigurableServiceConnection
-
Set the maximum output limit.
- setMaxRequestSize(long) - Method in class uws.service.request.MultipartParser
-
Set the maximum size (in bytes) of a whole multipart request.
- setMaxRetentionPeriod(int) - Method in class tap.config.ConfigurableServiceConnection
-
Set the maximum retention period.
- setMaxRunningJobs(int) - Method in class uws.job.manager.QueuedExecutionManager
-
Sets the maximum number of running jobs.
- setMaxUploadLimit(int) - Method in class tap.config.ConfigurableServiceConnection
-
- setMaxUploadLimit(long) - Method in class tap.config.ConfigurableServiceConnection
-
Set the maximum upload limit.
- setMaxUploadSize(int) - Method in class tap.config.ConfigurableServiceConnection
-
- setMaxUploadSize(long) - Method in class tap.config.ConfigurableServiceConnection
-
Set the maximum size of a VOTable files set that can be uploaded in once.
- setMimeType(String, String) - Method in class tap.formatter.VOTableFormat
-
Set the MIME type associated with this format.
- setMimeType(String) - Method in class uws.job.Result
-
Sets the MIME type of this result.
- setMimeTypes(Map<String, Float>) - Method in class uws.AcceptHeader
-
Sets the association between MIME types and their quality.
- setMinimum(Number) - Method in class uws.job.parameters.DurationParamController
-
- setMinimum(Number) - Method in class uws.job.parameters.NumericParamController
-
Sets the minimum value of this parameter.
- setMinLogLevel(UWSLog.LogLevel) - Method in class uws.service.log.DefaultUWSLog
-
Set the minimum level that a message must have in order to be logged.
- setMinOperand(ADQLOperand) - Method in class adql.query.constraint.Between
-
Replaces the operand which represents the minimum value.
- setName(String) - Method in class uws.service.UWSService
-
Sets the name of this UWS.
- setNatural(boolean) - Method in class adql.query.from.ADQLJoin
-
Lets indicate that this join is natural (it must use the table keys).
- setNatural(boolean) - Method in class adql.query.from.CrossJoin
-
Effect-less method: a CROSS join can not be NATURAL.
- setNoLimit() - Method in class adql.query.ClauseSelect
-
Sets no maximum number of rows (classic SELECT).
- setNoQueue() - Method in class uws.job.manager.QueuedExecutionManager
-
- setNotBetween(boolean) - Method in class adql.query.constraint.Between
-
Lets indicating the predicate to use (BETWEEN or NOT BETWEEN).
- setNotIn(boolean) - Method in class adql.query.constraint.In
-
Lets telling whether this predicate must be IN or NOT IN.
- setNotNull(boolean) - Method in class adql.query.constraint.IsNull
-
Lets indicating which predicate must be used (IS NULL or IS NOT NULL).
- setNullable(boolean) - Method in class tap.metadata.TAPColumn
-
Set whether this column is nullable or not.
- setOnlyFirstMatch(boolean) - Method in class adql.search.SimpleSearchHandler
-
Lets configuring this handler so that it must stop at the first match.
- setOperand(ADQLOperand) - Method in class adql.query.constraint.In
-
Replaces the left operand of this IN constraint.
- setOperation(ComparisonOperator) - Method in class adql.query.constraint.Comparison
-
Changes the type of this operation.
- setOperation(OperationType) - Method in class adql.query.operand.Operation
-
Changes the type of this operation (SUM, SUB, MULT, DIV).
- setOrder(int, boolean) - Method in class adql.query.ADQLOrder
-
Updates the current order indication.
- setOrder(String, boolean) - Method in class adql.query.ADQLOrder
-
Updates the current order indication.
- setOrderBy(ClauseADQL<ADQLOrder>) - Method in class adql.query.ADQLQuery
-
Replaces its ORDER BY clause by the given one.
- setOtherData(Object) - Method in class tap.metadata.TAPColumn
-
Set the other (piece of) information associated with this column.
- setOtherData(Object) - Method in class tap.metadata.TAPForeignKey
-
- setOtherData(Object) - Method in class tap.metadata.TAPSchema
-
Set the other (piece of) information associated with this schema.
- setOtherData(Object) - Method in class tap.metadata.TAPTable
-
Set the other (piece of) information associated with this table.
- setOwnerID(String) - Method in class uws.service.file.LocalUWSFileManager.OwnerFileFilter
-
Sets the ID of the user whose the backup file must be returned.
- setP1(GeometryFunction.GeometryValue<PointFunction>) - Method in class adql.query.operand.function.geometry.DistanceFunction
-
Sets the first point.
- setP2(GeometryFunction.GeometryValue<PointFunction>) - Method in class adql.query.operand.function.geometry.DistanceFunction
-
Sets the second point.
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.ADQLFunction
-
Replaces the index-th parameter by the given one.
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.DefaultUDF
-
Function to override if you want to check the parameters of this user defined function.
- setParameter(GeometryFunction.GeometryValue<GeometryFunction>) - Method in class adql.query.operand.function.geometry.AreaFunction
-
Sets the parameter of the AREA function (so, a region whose the area must be computed).
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.geometry.AreaFunction
-
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.geometry.BoxFunction
-
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.geometry.CentroidFunction
-
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.geometry.CircleFunction
-
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.geometry.ContainsFunction
-
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.geometry.DistanceFunction
-
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.geometry.ExtractCoord
-
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.geometry.ExtractCoordSys
-
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.geometry.IntersectsFunction
-
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.geometry.PointFunction
-
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.geometry.PolygonFunction
-
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.geometry.RegionFunction
-
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.MathFunction
-
- setParameter(int, ADQLOperand) - Method in class adql.query.operand.function.SQLFunction
-
- setPendingPhase(boolean) - Method in class uws.job.JobPhase
-
Changes the current phase to
PENDING
.
- setPhase(ExecutionPhase) - Method in class uws.job.JobPhase
-
Lets changing the current phase of the associated job considering the
order of execution phases.
- setPhase(ExecutionPhase, boolean) - Method in class uws.job.JobPhase
-
Lets changing the current phase of the associated job considering or
not the order of execution phases.
- setPhase(ExecutionPhase) - Method in class uws.job.UWSJob
-
Sets the current phase of this job.
- setPhase(ExecutionPhase, boolean) - Method in class uws.job.UWSJob
-
Sets the current phase of this job, respecting or not the imposed order.
- setPhaseManager(JobPhase) - Method in class uws.job.UWSJob
-
Sets the phase manager of this job.
- setPosition(TextPosition) - Method in exception adql.db.exception.UnresolvedJoinException
-
Set the position of the invalid JOIN.
- setPosition(TextPosition) - Method in class adql.query.ADQLList
-
Sets the position at which this
ADQLList
has been found in the original ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.ADQLQuery
-
Set the position of this
ADQLQuery
(or sub-query) inside the whole given ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.ColumnReference
-
Sets the position at which this
ColumnReference
has been found in the original ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.constraint.Between
-
Set the position of this
Between
in the given ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.constraint.Comparison
-
Set the position of this
Comparison
in the given ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.constraint.Exists
-
Set the position of this
Exists
in the given ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.constraint.In
-
Set the position of this
In
in the given ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.constraint.IsNull
-
Set the position of this
IsNull
in the given ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.constraint.NotConstraint
-
Set the position of this
NotConstraint
in the given ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.from.ADQLJoin
-
- setPosition(TextPosition) - Method in class adql.query.from.ADQLTable
-
Sets the position at which this
ADQLTable
has been found in the original ADQL query string.
- setPosition(TextPosition) - Method in interface adql.query.from.FromContent
-
Set the position of this
FromContent
in the given ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.operand.ADQLColumn
-
Sets the position at which this
ADQLColumn
has been found in the original ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.operand.function.ADQLFunction
-
Set the position of this
ADQLFunction
in the ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.operand.NegativeOperand
-
Sets the position at which this
NegativeOperand
has been found in the original ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.operand.NumericConstant
-
Sets the position at which this
NumericConstant
has been found in the original ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.operand.Operation
-
Sets the position at which this
WrappedOperand
has been found in the original ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.operand.StringConstant
-
Sets the position at which this
StringConstant
has been found in the original ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.operand.WrappedOperand
-
Sets the position at which this
WrappedOperand
has been found in the original ADQL query string.
- setPosition(TextPosition) - Method in class adql.query.SelectItem
-
Set the position of this
SelectItem
in the given ADQL query string.
- setPossibleValues(String[]) - Method in class uws.job.parameters.StringParamController
-
Sets the list of all allowed values.
- setPrincipal(boolean) - Method in class tap.metadata.TAPColumn
-
Set whether this column should be one of those returned by default.
- setPseudo(String) - Method in class uws.job.user.DefaultJobOwner
-
- setQuery(ADQLQuery) - Method in class adql.query.SelectAllColumns
-
Sets the query whose all available columns must be selected.
- setQueryChecker(QueryChecker) - Method in class adql.parser.ADQLParser
-
- setQueryFactory(ADQLQueryFactory) - Method in class adql.parser.ADQLParser
-
- setQueuedPhase(boolean) - Method in class uws.job.JobPhase
-
Changes the current phase to
QUEUED
.
- setQuote(long) - Method in class uws.job.UWSJob
-
Sets the quote attribute of this job ONLY IF the job is not yet
finished according to its current status (i.e.
- setRadius(ADQLOperand) - Method in class adql.query.operand.function.geometry.CircleFunction
-
Sets the radius of the center.
- setRecursive(boolean) - Method in class adql.search.SimpleSearchHandler
-
Lets configuring this handler so that it must search also in sub-queries or not.
- setRegExp(String) - Method in class uws.job.parameters.StringParamController
-
Sets the Regular Expression that all values of this parameter must match.
- setRightOperand(ADQLOperand) - Method in class adql.query.constraint.Comparison
-
Changes the right operand of this comparison.
- setRightOperand(ADQLOperand) - Method in class adql.query.operand.Operation
-
Changes the right operand of this operation.
- setRightParam(GeometryFunction.GeometryValue<GeometryFunction>) - Method in class adql.query.operand.function.geometry.ContainsFunction
-
- setRightParam(GeometryFunction.GeometryValue<GeometryFunction>) - Method in class adql.query.operand.function.geometry.IntersectsFunction
-
- setRightTable(FromContent) - Method in class adql.query.from.ADQLJoin
-
Sets the right "table" of this join.
- setRunId(String) - Method in class uws.job.UWSJob
-
Sets the RunID of this job ONLY IF the job can updated (considering
its current execution phase, see
JobPhase.isJobUpdatable()
).
- setSchema(TAPSchema) - Method in class tap.metadata.TAPTable
-
Set the schema in which this schema is.
- setSchemaName(String) - Method in class adql.query.from.ADQLTable
-
Sets the name of the schema which contains this table.
- setSchemaName(String) - Method in class adql.query.operand.ADQLColumn
-
Sets the name of the schema which contains this column.
- setSelect(ClauseSelect) - Method in class adql.query.ADQLQuery
-
Replaces its SELECT clause by the given one.
- setSize(long) - Method in class uws.job.Result
-
Sets the size (in bytes) of the corresponding result file.
- setStartTime(Date) - Method in class uws.job.UWSJob
-
Sets the time at which the job execution has started.
- setStd(boolean) - Method in class tap.metadata.TAPColumn
-
Set whether this column is defined by a standard.
- setSubQuery(ADQLQuery) - Method in class adql.query.constraint.Exists
-
Replaces the sub-query of this EXISTS constraint by the given one.
- setSubQuery(ADQLQuery) - Method in class adql.query.constraint.In
-
Replaces the sub-query (right operand) of this IN constraint.
- setSubQuery(ADQLQuery) - Method in class adql.query.from.ADQLTable
-
Sets the sub-query to use as table.
- setSuspendedPhase(boolean) - Method in class uws.job.JobPhase
-
- setTable(DBTable) - Method in class adql.db.DefaultDBColumn
-
- setTable(String) - Method in class adql.query.from.ADQLTable
-
Updates the whole Table according to the given table reference ({catalog}.{schema}.{table}).
- setTable(DBTable) - Method in class tap.metadata.TAPColumn
-
Set the table in which this column is.
- setTableName(String) - Method in class adql.query.from.ADQLTable
-
Sets the name of the table.
- setTableName(String) - Method in class adql.query.operand.ADQLColumn
-
Sets the name of the table which contains this column.
- setTables(Collection<? extends DBTable>) - Method in class adql.db.DBChecker
-
Sets the list of all available tables.
- setTabSize(int) - Method in class adql.parser.SimpleCharStream
-
- setTAPBaseURL(String) - Method in class tap.metadata.TAPMetadata
-
- setTAPBaseURL(String) - Method in class tap.resource.ASync
-
- setTAPBaseURL(String) - Method in class tap.resource.Availability
-
- setTAPBaseURL(String) - Method in class tap.resource.Capabilities
-
- setTAPBaseURL(String) - Method in class tap.resource.Examples
-
- setTAPBaseURL(String) - Method in class tap.resource.HomePage
-
- setTAPBaseURL(String) - Method in class tap.resource.Sync
-
- setTAPBaseURL(String) - Method in class tap.resource.TAP
-
Set the base URL of this TAP service.
- setTAPBaseURL(HttpServletRequest) - Method in class tap.resource.TAP
-
Build the base URL from the given HTTP request, and use it to set the base URL of this TAP service.
- setTAPBaseURL(String) - Method in interface tap.resource.TAPResource
-
Let diffuse the base URL of the TAP service to all its TAP resources.
- setTAPSchema(TAPMetadata) - Method in interface tap.db.DBConnection
-
Empty and then fill all the TAP_SCHEMA tables with the given list of metadata.
- setTAPSchema(TAPMetadata) - Method in class tap.db.JDBCConnection
-
This function is just calling the following functions:
- setTimeToWaitForEnd(long) - Method in class uws.job.UWSJob
-
Sets the time to wait for the end of the thread after an interruption.
- setTitle(String) - Method in class tap.metadata.TAPSchema
-
Set the title of this schema.
- setTitle(String) - Method in class tap.metadata.TAPTable
-
Set the title of this table.
- setTmpDirectory(File) - Method in class uws.service.file.LocalUWSFileManager
-
- setTmpDirectory(File) - Method in interface uws.service.file.UWSFileManager
-
Set the temporary directory to use in this service.
- setTotalDuration(long) - Method in class tap.TAPExecutionReport
-
Set the total duration of the job execution.
- setType(OuterJoin.OuterType) - Method in class adql.query.from.OuterJoin
-
Sets the OUTER join type (left, right or full).
- setType(TAPTable.TableType) - Method in class tap.metadata.TAPTable
-
Set the type of this table.
- setUcd(String) - Method in class tap.metadata.TAPColumn
-
Set the UCD describing the scientific content of this column.
- setUDFClass(Class<T>) - Method in class adql.db.FunctionDef
-
Set the class of the
UserDefinedFunction
able to represent the function defined here in an ADQL tree.
- setUnit(String) - Method in class tap.metadata.TAPColumn
-
Set the unit of the column's values.
- setUnknownPhase(boolean) - Method in class uws.job.JobPhase
-
Changes the current phase to
UNKNOWN
.
- setUploadEnabled(boolean) - Method in class tap.config.ConfigurableServiceConnection
-
- setUploadLimitType(ServiceConnection.LimitUnit) - Method in class tap.config.ConfigurableServiceConnection
-
Set the unit of the upload limit.
- setUrlInterpreter(UWSUrl) - Method in class uws.service.UWSService
-
Sets the UWS URL interpreter to use in this UWS.
- setUrlInterpreter(UWSUrl) - Method in class uws.service.UWSServlet
-
Sets the UWS URL interpreter to use in this UWS.
- setUserIdentifier(UserIdentifier) - Method in class uws.service.UWSService
-
Sets the object which lets extracting the use ID from a received request.
- setUserIdentifier(UserIdentifier) - Method in class uws.service.UWSServlet
-
Sets the object which lets extracting the use ID from a received request.
- setUtype(String) - Method in class tap.metadata.TAPColumn
-
Set the UType associating this column with a data-model.
- setUtype(String) - Method in class tap.metadata.TAPForeignKey
-
- setUtype(String) - Method in class tap.metadata.TAPSchema
-
Set the UType associating this schema with a data-model.
- setUtype(String) - Method in class tap.metadata.TAPTable
-
Set the UType associating this table with a data-model.
- setUWS(UWS) - Method in class uws.job.JobList
-
Sets the UWS which aims to manage this jobs list.
- setUWSAction(int, UWSAction) - Method in class uws.service.UWSService
-
Replaces the specified action by the given action.
- SetUWSParameter - Class in uws.service.actions
-
The UWS action which lets set the phase (RUN or ABORT), the execution duration and the destruction time of a job
with a POST or PUT request on {job-id}/{uws-param}.
- SetUWSParameter(UWSService) - Constructor for class uws.service.actions.SetUWSParameter
-
- setUwsURI(String) - Method in class uws.service.UWSUrl
-
Sets the whole UWS URI (that is to say a URI starting with the jobs list name).
- setValue(long) - Method in class adql.query.operand.NumericConstant
-
Sets the given value.
- setValue(double) - Method in class adql.query.operand.NumericConstant
-
Sets the given value.
- setValue(String) - Method in class adql.query.operand.NumericConstant
-
Sets the given value (it must be convertible in a Double).
- setValue(String, boolean) - Method in class adql.query.operand.NumericConstant
-
Sets the given value.
- setValue(String) - Method in class adql.query.operand.StringConstant
-
- setValue(String) - Method in class uws.job.jobInfo.SingleValueJobInfo
-
Set the value represented by this
JobInfo
.
- setValuesList(ADQLOperand[]) - Method in class adql.query.constraint.In
-
Replaces the values list (right operand) of this IN constraint.
- setValuesList(ADQLList<ADQLOperand>) - Method in class adql.query.constraint.In
-
Replaces the values list (right operand) of this IN constraint.
- setWaitPolicy(BlockingPolicy) - Method in class uws.service.UWSService
-
Set the strategy to use for the blocking behavior of the
Job Summary action.
- setWaitPolicy(BlockingPolicy) - Method in class uws.service.UWSServlet
-
Set the strategy to use for the blocking behavior of the
Job Summary action.
- setWhere(ClauseConstraints) - Method in class adql.query.ADQLQuery
-
Replaces its WHERE clause by the given one.
- setWidth(ADQLOperand) - Method in class adql.query.operand.function.geometry.BoxFunction
-
Sets the width of the box.
- setXSLTPath(String) - Method in class tap.metadata.TAPMetadata
-
Sets the path/URL of the XSLT style-sheet to use.
- setXSLTPath(String) - Method in class tap.resource.Capabilities
-
Sets the path/URL of the XSLT style-sheet to use.
- setXSLTPath(String) - Method in class uws.job.serializer.XMLSerializer
-
Sets the path/URL of the XSLT style-sheet to use.
- setXsltURL(String) - Method in class uws.service.UWSService
-
Sets the URL of the XSLT style-sheet that the XML serializer of this UWS must use.
- setXsltURL(String) - Method in class uws.service.UWSServlet
-
Sets the URL of the XSLT style-sheet that the XML serializer of this UWS must use.
- shortMimeType - Variable in class tap.formatter.SVFormat
-
Alias of the MIME type associated with this format.
- shortMimeType - Variable in class tap.formatter.VOTableFormat
-
Short form of the MIME type associated with this format.
- ShowHomePage - Class in uws.service.actions
-
The "Show UWS Home Page" action of a UWS.
- ShowHomePage(UWSService) - Constructor for class uws.service.actions.ShowHomePage
-
- SignedInteger() - Method in class adql.parser.ADQLParser
-
- SimpleCharStream - Class in adql.parser
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class adql.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class adql.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class adql.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class adql.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class adql.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class adql.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class adql.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class adql.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class adql.parser.SimpleCharStream
-
Constructor.
- SimpleReplaceHandler - Class in adql.search
-
- SimpleReplaceHandler() - Constructor for class adql.search.SimpleReplaceHandler
-
Builds a SimpleReplaceHandler:
- SimpleReplaceHandler(boolean) - Constructor for class adql.search.SimpleReplaceHandler
-
Builds a SimpleReplaceHandler which does not stop at the first match.
- SimpleReplaceHandler(boolean, boolean) - Constructor for class adql.search.SimpleReplaceHandler
-
Builds a SimpleReplaceHandler.
- SimpleSearchHandler - Class in adql.search
-
- SimpleSearchHandler() - Constructor for class adql.search.SimpleSearchHandler
-
Builds a SimpleSearchHandler:
- SimpleSearchHandler(boolean) - Constructor for class adql.search.SimpleSearchHandler
-
Builds a SimpleSearchHandler which does not stop at the first match.
- SimpleSearchHandler(boolean, boolean) - Constructor for class adql.search.SimpleSearchHandler
-
Builds a SimpleSearchHandler.
- SimpleTableRef() - Method in class adql.parser.ADQLParser
-
- SIN - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- SingleInputIterator(InputStream) - Constructor for class uws.service.backup.DefaultUWSBackupManager.SingleInputIterator
-
- SingleValueJobInfo - Class in uws.job.jobInfo
-
Very simple implementation of
JobInfo
.
- SingleValueJobInfo(String) - Constructor for class uws.job.jobInfo.SingleValueJobInfo
-
Build a
JobInfo
representing a single value having the given
name.
- SingleValueJobInfo(String, String) - Constructor for class uws.job.jobInfo.SingleValueJobInfo
-
Build a
JobInfo
representing a single value having the given
name and initial value.
- sink - Variable in class tap.data.VOTableIterator
-
The StarTable consumer which is used to iterate on each row.
- size() - Method in class adql.parser.IdentifierItems
-
- size() - Method in class adql.query.ADQLList
-
Gets the length of this clause.
- size() - Method in class cds.util.LargeAsciiTable
-
- size() - Method in class uws.job.parameters.UWSParameters
-
Gets the number of all stored parameters.
- size - Variable in class uws.job.Result
-
[Optional] The size of the corresponding result file.
- SIZE_BEFORE_DISK_STORAGE - Static variable in class uws.service.request.MultipartParser
-
Size threshold (in bytes) for an individual file before being stored on
disk.
- SIZE_LIMIT - Static variable in class uws.service.request.MultipartParser
-
- SIZE_LIMIT - Static variable in class uws.service.request.NoEncodingParser
-
Maximum allowed size for an HTTP request content.
- SIZE_LIMIT - Static variable in class uws.service.request.XMLRequestParser
-
Maximum allowed size for an HTTP request content.
- sizeExceeded() - Method in class tap.upload.LimitedSizeInputStream
-
Tell whether the limit has already been exceeded or not.
- sizes - Variable in class cds.util.LargeAsciiTable
-
Size of the columns.
- skip(long) - Method in class tap.upload.LimitedSizeInputStream
-
- SLF4J_LOGGER - Static variable in class tap.config.TAPConfiguration
-
SLF4J logger value: "slf4j".
- SLF4J_LOGGER - Static variable in class uws.config.UWSConfiguration
-
SLF4J logger value: "slf4j".
- Slf4jTAPLog - Class in tap.log
-
This implementation of
TAPLog
forwards all log submission to
SLF4J.
- Slf4jTAPLog() - Constructor for class tap.log.Slf4jTAPLog
-
Initialise this logger.
- Slf4jTAPLog(String) - Constructor for class tap.log.Slf4jTAPLog
-
Initialise this logger with the specified SLF4J logger.
- Slf4jUWSLog - Class in uws.service.log
-
This implementation of
UWSLog
forwards all log submission to
SLF4J.
- Slf4jUWSLog() - Constructor for class uws.service.log.Slf4jUWSLog
-
Initialise this logger.
- Slf4jUWSLog(String) - Constructor for class uws.service.log.Slf4jUWSLog
-
Initialise this logger with the specified SLF4J logger.
- SMALL_XML_THRESHOLD - Static variable in class uws.service.request.XMLRequestParser
-
This threshold determines whether an XML request content should be
stored in memory or inside a file.
- sortComp - Variable in class uws.job.serializer.filter.JobListRefiner
-
- SPACES - Variable in class cds.util.LargeAsciiTable
-
Buffer of spaces to use when aligning a column value.
- specialSort(Collection<String>) - Static method in class adql.db.DBChecker
-
Transform the given collection of string elements in a sorted array.
- specialToken - Variable in class adql.parser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- splitTableName(String) - Static method in class adql.db.DefaultDBTable
-
Splits the given table name in 3 parts: catalog, schema, table.
- SQL_RESERVED_WORD - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- SqlFunction() - Method in class adql.parser.ADQLParser
-
- SQLFunction - Class in adql.query.operand.function
-
It represents any SQL function (COUNT, MAX, MIN, AVG, SUM, etc...).
- SQLFunction(SQLFunctionType, ADQLOperand) - Constructor for class adql.query.operand.function.SQLFunction
-
Creates a SQL function with one parameter.
- SQLFunction(SQLFunctionType, ADQLOperand, boolean) - Constructor for class adql.query.operand.function.SQLFunction
-
Creates a SQL function with one parameter.
- SQLFunction(SQLFunction) - Constructor for class adql.query.operand.function.SQLFunction
-
Builds a SQL function by copying the given one.
- SQLFunctionType - Enum in adql.query.operand.function
-
All the types of SQL functions (COUNT, SUM, AVG, etc...).
- SQLServer_ADQLQueryFactory - Class in adql.parser
-
- SQLServer_ADQLQueryFactory() - Constructor for class adql.parser.SQLServer_ADQLQueryFactory
-
- SQLServer_InnerJoin - Class in adql.query.from
-
Special implementation of
InnerJoin
for MS SQL Server.
- SQLServer_InnerJoin(FromContent, FromContent) - Constructor for class adql.query.from.SQLServer_InnerJoin
-
Builds a NATURAL INNER JOIN between the two given "tables".
- SQLServer_InnerJoin(FromContent, FromContent, ClauseConstraints) - Constructor for class adql.query.from.SQLServer_InnerJoin
-
Builds an INNER JOIN between the two given "tables" with the given condition.
- SQLServer_InnerJoin(FromContent, FromContent, Collection<ADQLColumn>) - Constructor for class adql.query.from.SQLServer_InnerJoin
-
Builds an INNER JOIN between the two given "tables" with the given condition.
- SQLServer_InnerJoin(InnerJoin) - Constructor for class adql.query.from.SQLServer_InnerJoin
-
Builds a copy of the given INNER join.
- SQLServer_OuterJoin - Class in adql.query.from
-
Special implementation of
OuterJoin
for MS SQL Server.
- SQLServer_OuterJoin(FromContent, FromContent, OuterJoin.OuterType) - Constructor for class adql.query.from.SQLServer_OuterJoin
-
Builds a NATURAL OUTER join between the two given "tables".
- SQLServer_OuterJoin(FromContent, FromContent, OuterJoin.OuterType, ClauseConstraints) - Constructor for class adql.query.from.SQLServer_OuterJoin
-
Builds an OUTER join between the two given "tables" with the given condition.
- SQLServer_OuterJoin(FromContent, FromContent, OuterJoin.OuterType, Collection<ADQLColumn>) - Constructor for class adql.query.from.SQLServer_OuterJoin
-
Builds an OUTER join between the two given "tables" with a list of columns to join.
- SQLServer_OuterJoin(OuterJoin) - Constructor for class adql.query.from.SQLServer_OuterJoin
-
Builds a copy of the given OUTER join.
- SQLServerTranslator - Class in adql.translator
-
MS SQL Server translator.
- SQLServerTranslator() - Constructor for class adql.translator.SQLServerTranslator
-
Builds an SQLServerTranslator 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 double quotes in the SQL translation.
- SQLServerTranslator(boolean) - Constructor for class adql.translator.SQLServerTranslator
-
Builds an SQLServerTranslator 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 double quotes in the SQL translation.
- SQLServerTranslator(boolean, boolean, boolean, boolean) - Constructor for class adql.translator.SQLServerTranslator
-
Builds an SQLServerTranslator which will always translate in SQL identifiers with the defined case sensitivity.
- SQRT - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- STANDARD_ID - Static variable in class tap.resource.Examples
-
Standard ID of this VOSI resource.
- STANDARD_ID - Static variable in interface uws.service.UWS
-
IVOA standardID of a UWS service currently generated by this library.
- start(AsyncThread) - Method in class tap.ADQLExecutor
-
Start the asynchronous processing of the ADQL query.
- start(Thread, String, TAPParameters, HttpServletResponse) - Method in class tap.ADQLExecutor
-
Start the synchronous processing of the ADQL query.
- start() - Method in class tap.ADQLExecutor
-
Process the ADQL query.
- start(boolean) - Method in class tap.TAPJob
-
- start(HttpServletResponse) - Method in class tap.TAPSyncJob
-
Start the execution of this job in order to execute the given ADQL query.
- start() - Method in class uws.job.UWSJob
-
Starts the job by using the execution manager if any.
- start(boolean) - Method in class uws.job.UWSJob
-
Starts the job.
- startJob(UWSJob) - Method in class uws.job.manager.AbstractQueuedExecutionManager
-
Starts immediately the given job.
- startJob(String, String) - Method in class uws.service.UWSUrl
-
Gets the UWS URL (HTTP-GET ONLY) to start the specified job.
- startTransaction() - Method in class tap.db.JDBCConnection
-
Start a transaction.
- staticFlag - Static variable in class adql.parser.SimpleCharStream
-
Whether parser is static.
- STCS - Class in adql.db
-
This class helps dealing with the subset of STC-S expressions described by the section "6 Use of STC-S in TAP (informative)"
of the TAP Recommendation 1.0 (27th March 2010).
- STCS.CoordSys - Class in adql.db
-
Object representation of an STC coordinate system.
- STCS.Flavor - Enum in adql.db
-
List of all possible flavors in an STC expression.
- STCS.Frame - Enum in adql.db
-
List of all possible frames in an STC expression.
- STCS.RefPos - Enum in adql.db
-
List of all possible reference positions in an STC expression.
- STCS.Region - Class in adql.db
-
Object representation of an STC region.
- STCS.RegionType - Enum in adql.db
-
List all possible region types allowed in an STC-S expression.
- stmt - Variable in class tap.db.JDBCConnection
-
The only
Statement
instance that should be used in this
JDBCConnection
.
- stop() - Method in class tap.data.VOTableIterator.StreamVOTableSink
-
Stop nicely reading the VOTable.
- stop(Throwable) - Method in class tap.data.VOTableIterator.StreamVOTableSink
-
Stop nicely reading the VOTable.
- stop() - Method in class tap.TAPJob
-
- stop() - Method in class uws.job.manager.DefaultDestructionManager
-
- stop() - Method in interface uws.job.manager.DestructionManager
-
Stop watching the destruction of jobs.
- stop() - Method in class uws.job.UWSJob
-
Stops the thread that executes the work of this job.
- stopAll() - Method in class uws.job.manager.AbstractQueuedExecutionManager
-
- stopAll() - Method in class uws.job.manager.DefaultExecutionManager
-
- stopAll() - Method in interface uws.job.manager.ExecutionManager
-
Stop all running jobs.
- stopping - Variable in class uws.job.UWSJob
-
Used by the thread to known whether the
UWSJob.stop()
method has
already been called, and so, that the job is stopping.
- STREAM_ABORTED_MESSAGE - Static variable in class tap.data.VOTableIterator
-
Message of the IOException sent when the streaming is aborted.
- streamAligned(LargeAsciiTable.LineProcessor, int[]) - Method in class cds.util.LargeAsciiTable
-
- streamAligned(LargeAsciiTable.LineProcessor, int[], char) - Method in class cds.util.LargeAsciiTable
-
- streamAligned(LargeAsciiTable.LineProcessor, int[], char, Thread) - Method in class cds.util.LargeAsciiTable
-
- streamRaw(LargeAsciiTable.LineProcessor) - Method in class cds.util.LargeAsciiTable
-
- streamRaw(LargeAsciiTable.LineProcessor, char) - Method in class cds.util.LargeAsciiTable
-
- StreamVOTableSink() - Constructor for class tap.data.VOTableIterator.StreamVOTableSink
-
- String() - Method in class adql.parser.ADQLParser
-
- STRING_LITERAL - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- StringConstant - Class in adql.query.operand
-
A string constant.
- StringConstant(String) - Constructor for class adql.query.operand.StringConstant
-
- StringConstant(StringConstant) - Constructor for class adql.query.operand.StringConstant
-
- StringExpression() - Method in class adql.parser.ADQLParser
-
- StringFactor() - Method in class adql.parser.ADQLParser
-
- StringParamController - Class in uws.job.parameters
-
Let controlling a String parameter.
- StringParamController(String) - Constructor for class uws.job.parameters.StringParamController
-
Builds a controller of the specified String parameter.
- StringParamController(String, String, String[], boolean) - Constructor for class uws.job.parameters.StringParamController
-
Builds a controller of the specified String parameter and configures it.
- StringParamController(String, String, String, boolean) - Constructor for class uws.job.parameters.StringParamController
-
Builds a controller of the specified String parameter and configures it.
- StringValueExpressionPrimary() - Method in class adql.parser.ADQLParser
-
- SubQueryExpression() - Method in class adql.parser.ADQLParser
-
- success - Variable in class tap.TAPExecutionReport
-
Indicate whether this job has ended successfully or not.
- SUM - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- supportsBatchUpdates - Variable in class tap.db.JDBCConnection
-
Indicate whether the DBMS supports several updates in once (using Statement.addBatch(String)
and Statement.executeBatch()
).
- supportsCancel - Variable in class tap.db.JDBCConnection
-
Indicate whether a DBMS statement is able to cancel a query execution.
- supportsDataDefinition - Variable in class tap.db.JDBCConnection
-
Indicate whether the DBMS supports the definition of data (create, update, drop, insert into schemas and tables).
- supportsFetchSize - Variable in class tap.db.JDBCConnection
-
Indicate whether the last fetch size operation works.
- supportsMixedCaseQuotedIdentifier - Variable in class tap.db.JDBCConnection
-
Indicate whether quoted identifiers will be considered as case INsensitive and stored in mixed case by the DBMS.
- supportsMixedCaseUnquotedIdentifier - Variable in class tap.db.JDBCConnection
-
Indicate whether UNquoted identifiers will be considered as case INsensitive and stored in mixed case by the DBMS.
- supportsSchema - Variable in class tap.db.JDBCConnection
-
Indicate whether the DBMS has the notion of SCHEMA.
- supportsTransaction - Variable in class tap.db.JDBCConnection
-
Indicate whether the DBMS supports transactions (start, commit, rollback and end).
- SVFormat - Class in tap.formatter
-
Format any given query (table) result into CSV or TSV (or with custom separator).
- SVFormat(ServiceConnection, char) - Constructor for class tap.formatter.SVFormat
-
Build a SVFormat (in which String values are delimited by double quotes).
- SVFormat(ServiceConnection, char, boolean) - Constructor for class tap.formatter.SVFormat
-
Build a SVFormat.
- SVFormat(ServiceConnection, char, boolean, String, String) - Constructor for class tap.formatter.SVFormat
-
Build a SVFormat.
- SVFormat(ServiceConnection, String) - Constructor for class tap.formatter.SVFormat
-
Build a SVFormat (in which String values are delimited by double quotes).
- SVFormat(ServiceConnection, String, boolean) - Constructor for class tap.formatter.SVFormat
-
Build a SVFormat.
- SVFormat(ServiceConnection, String, boolean, String, String) - Constructor for class tap.formatter.SVFormat
-
Build a SVFormat.
- SwitchTo(int) - Method in class adql.parser.ADQLParserTokenManager
-
Switch to specified lex state.
- Sync - Class in tap.resource
-
Synchronous resource of a TAP service.
- Sync(ServiceConnection, Capabilities) - Constructor for class tap.resource.Sync
-
Build a synchronous resource for the TAP service whose the description and
the capabilities are provided in parameters.
- synchronous - Variable in class tap.TAPExecutionReport
-
Indicate whether this execution is done in a synchronous or asynchronous
job.
- SyncThread(ADQLExecutor, String, TAPParameters, HttpServletResponse) - Constructor for class tap.TAPSyncJob.SyncThread
-
Create a thread that will run the given executor with the given parameters.
- system - Variable in class tap.metadata.TAPCoosys
-
Name of the coordinate system.