- generalColumnDesc - Variable in class adql.db.DBCommonColumn
-
- generateDBTable(ADQLQuery, String) - Static method in class adql.db.DBChecker
-
Generate a
DBTable
corresponding to the given sub-query with the given table name.
- generateId() - Method in class tap.TAPSyncJob
-
This function lets generating a unique ID.
- generateJobId() - Method in class uws.job.UWSJob
-
This function lets generating a unique ID.
- generateJoinColumn(FromContent, DBColumn, ADQLColumn) - Method in class adql.translator.SQLServerTranslator
-
Generate an ADQL column of the given table and with the given metadata.
- generateParseException() - Method in class adql.parser.ADQLParser
-
Generate ParseException.
- generateRequestID(HttpServletRequest) - Method in class tap.resource.TAP
-
Generate a unique ID for the given request.
- generateRequestID(HttpServletRequest) - Method in class uws.service.UWSService
-
Generate a unique ID for the given request.
- generateRequestID(HttpServletRequest) - Method in class uws.service.UWSServlet
-
- GeometryExpression() - Method in class adql.parser.ADQLParser
-
- GeometryFunction() - Method in class adql.parser.ADQLParser
-
- GeometryFunction - Class in adql.query.operand.function.geometry
-
It represents any geometric function of ADQL.
- GeometryFunction() - Constructor for class adql.query.operand.function.geometry.GeometryFunction
-
Builds a geometry function with no coordinate system.
- GeometryFunction(ADQLOperand) - Constructor for class adql.query.operand.function.geometry.GeometryFunction
-
Builds a geometry function with its coordinate system.
- GeometryFunction(GeometryFunction) - Constructor for class adql.query.operand.function.geometry.GeometryFunction
-
Builds a geometry function by copying the given one.
- GeometryFunction.GeometryValue<F extends GeometryFunction> - Class in adql.query.operand.function.geometry
-
This class represents a parameter of a geometry function
which, in general, is either a GeometryFunction or a Column.
- GeometryValue(ADQLColumn) - Constructor for class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
-
- GeometryValue(F) - Constructor for class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
-
- GeometryValue(GeometryFunction.GeometryValue<F>) - Constructor for class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
-
- GeometryValueFunction() - Method in class adql.parser.ADQLParser
-
- geomExpr - Variable in class adql.query.operand.function.geometry.ExtractCoordSys
-
The geometry from which the coordinate system string must be extracted.
- get(int) - Method in class adql.parser.IdentifierItems
-
Gets the whole ind-th identifier/field.
- get(int) - Method in class adql.query.ADQLList
-
Gets the specified ADQL item.
- get(String) - Method in class cds.utils.TextualSearchList
-
Searches (CASE-INSENSITIVE) the object which has the given key.
- get(String, boolean) - Method in class cds.utils.TextualSearchList
-
Searches of all the object which has the given key.
- get(String) - Method in class uws.job.parameters.UWSParameters
-
Gets the value of the specified parameter.
- GET_JOB_PARAM - Static variable in class uws.service.actions.UWSAction
-
- getAccessURL() - Method in class tap.metadata.TAPMetadata
-
- getAccessURL() - Method in class tap.resource.Availability
-
- getAccessURL() - Method in class tap.resource.Capabilities
-
- getAccessURL() - Method in class tap.resource.Examples
-
- getAccessURL() - Method in class tap.resource.TAP
-
- getAccessURL() - Method in interface tap.resource.VOSIResource
-
Get the URL which lets access this resource.
- getAdditionalParameter(String, Object, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getAdditionalParameter(String, Object, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the specified parameter.
- getAdditionalParameter(String, Object, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getAdditionalParameters() - Method in class uws.job.parameters.UWSParameters
-
Gets the list of all UWS additional parameters (all these parameters are associated with the parameter name
UWSJob.PARAM_PARAMETERS
).
- getAdditionalParameters(UWSJob, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getAdditionalParameters(UWSJob, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the parameters of the given job.
- getAdditionalParameters(UWSJob, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getAdditionalParameters() - Method in class uws.job.UWSJob
-
Gets the list of parameters' name.
- getAdditionalParameterValue(String) - Method in class uws.job.UWSJob
-
Gets the value of the specified additional parameter.
- getADQLCatalogName() - Method in interface adql.db.DBTable
-
Gets the ADQL name of the catalog which contains this table.
- getADQLCatalogName() - Method in class adql.db.DefaultDBTable
-
- getADQLCatalogName() - Method in class tap.metadata.TAPTable
-
- getADQLName() - Method in interface adql.db.DBColumn
-
Gets the name of this column (without any prefix and double-quotes).
- getADQLName() - Method in class adql.db.DBCommonColumn
-
- getADQLName() - Method in interface adql.db.DBTable
-
Gets the name of this table (without any prefix and double-quotes).
- getADQLName() - Method in class adql.db.DefaultDBColumn
-
- getADQLName() - Method in class adql.db.DefaultDBTable
-
- getADQLName() - Method in class tap.metadata.TAPColumn
-
- getADQLName() - Method in class tap.metadata.TAPSchema
-
Get the name of this schema.
- getADQLName() - Method in class tap.metadata.TAPTable
-
- getADQLSchemaName() - Method in interface adql.db.DBTable
-
Gets the ADQL name of the schema which contains this table.
- getADQLSchemaName() - Method in class adql.db.DefaultDBTable
-
- getADQLSchemaName() - Method in class tap.metadata.TAPTable
-
- getAdqlTable() - Method in class adql.query.ColumnReference
-
Gets the
ADQLTable
from which this column is supposed to come.
- getAdqlTable() - Method in class adql.query.operand.ADQLColumn
-
Gets the
ADQLTable
from which this column is supposed to come.
- getAdqlTable() - Method in class adql.query.SelectAllColumns
-
Gets the table whose all columns must be selected.
- getAlias() - Method in class adql.query.from.ADQLTable
-
Gets the label of this table.
- getAlias() - Method in class adql.query.SelectItem
-
Gets the alias of the corresponding operand.
- getAllowedFormats() - Method in class tap.parameters.FormatController
-
Get a list of all allowed output formats (for each, the main MIME type
but also the short type representation are given).
- getAllUserBackupInputs() - Method in class uws.service.file.LocalUWSFileManager
-
- getAllUserBackupInputs() - Method in interface uws.service.file.UWSFileManager
-
Gets an input stream on the backup file of ALL the job owners
(~ UWS user).
- getAllUserData() - Method in class uws.job.user.DefaultJobOwner
-
- getArrayReader() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONObjectReader
-
- getASync() - Method in class tap.resource.TAP
-
Get the /async resource of this TAP service.
- getAttributes() - Method in class uws.service.UWSUrl
-
Gets all the job attributes extracted from the last request or request URL.
- getAuxDatumValue(ColumnInfo, String) - Method in class tap.data.VOTableIterator.StreamVOTableSink
-
Extract the specified auxiliary datum value from the given ColumnInfo
.
- getAvailability() - Method in class tap.config.ConfigurableServiceConnection
-
- getAvailability() - Method in class tap.resource.TAP
-
Get the /availability resource of this TAP service.
- getAvailability() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getBackupFileName(JobOwner) - Method in class uws.service.file.LocalUWSFileManager
-
Gets the name of the backup file of the given job owner (~ UWS user).
- getBackupFileName() - Method in class uws.service.file.LocalUWSFileManager
-
Gets the name of the UWS general backup file.
- getBackupFreq() - Method in class uws.service.backup.DefaultUWSBackupManager
-
Gets the backup frequency.
- getBackupInput(JobOwner) - Method in class uws.service.file.LocalUWSFileManager
-
- getBackupInput() - Method in class uws.service.file.LocalUWSFileManager
-
- getBackupInput(JobOwner) - Method in interface uws.service.file.UWSFileManager
-
Gets an input stream on the backup file of ONLY the given job owner
(~ UWS user).
- getBackupInput() - Method in interface uws.service.file.UWSFileManager
-
Gets an input stream on the backup file of the whole UWS.
- getBackupManager() - Method in interface uws.service.UWS
-
Gets its backup manager.
- getBackupManager() - Method in class uws.service.UWSService
-
- getBackupManager() - Method in class uws.service.UWSServlet
-
Gets its backup manager.
- getBackupOutput(JobOwner) - Method in class uws.service.file.LocalUWSFileManager
-
- getBackupOutput() - Method in class uws.service.file.LocalUWSFileManager
-
- getBackupOutput(JobOwner) - Method in interface uws.service.file.UWSFileManager
-
Gets an output stream on the backup file of ONLY the given job owner
(~ UWS user).
- getBackupOutput() - Method in interface uws.service.file.UWSFileManager
-
Gets an output stream on the backup file of the whole UWS.
- getBaseURI() - Method in class uws.service.UWSService
-
Gets the base UWS URL.
- getBaseURI() - Method in class uws.service.UWSUrl
-
Gets the base UWS URI given at the initialization of this instance of
UWSUrl
.
- getBeginColumn() - Method in class adql.parser.IdentifierItems
-
- getBeginColumn() - Method in class adql.parser.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class adql.parser.IdentifierItems
-
- getBeginLine() - Method in class adql.parser.SimpleCharStream
-
Get token beginning line number.
- getCapabilities() - Method in class tap.resource.TAP
-
Get the /capabilities resource of this TAP service.
- getCapability() - Method in class tap.metadata.TAPMetadata
-
- getCapability() - Method in class tap.resource.Availability
-
- getCapability() - Method in class tap.resource.Capabilities
-
- getCapability() - Method in class tap.resource.Examples
-
- getCapability() - Method in class tap.resource.TAP
-
- getCapability() - Method in interface tap.resource.VOSIResource
-
Get the capabilities of this resource.
- getCaseSensitive() - Method in class adql.query.from.ADQLTable
-
Gets the whole case sensitivity of this ADQL table.
- getCaseSensitive() - Method in class adql.query.operand.ADQLColumn
-
Gets the whole case sensitivity of this ADQL column.
- getCaseSensitivity() - Method in class adql.parser.IdentifierItems
-
- getCatalog() - Method in class adql.parser.IdentifierItems
-
- getCatalogName() - Method in class adql.query.from.ADQLTable
-
Gets the name of the catalog which contains this table.
- getCatalogName() - Method in class adql.query.operand.ADQLColumn
-
Gets the name of the catalog which contains this column.
- getChoosenSerializer() - Method in class uws.service.UWSService
-
- getColType() - Method in class tap.data.LimitedTableIterator
-
- getColType() - Method in class tap.data.ResultSetTableIterator
-
- getColType() - Method in interface tap.data.TableIterator
-
Get the type of the current column value.
- getColType() - Method in class tap.data.VOTableIterator
-
- getColumn(String, boolean) - Method in interface adql.db.DBTable
-
Gets the definition of the specified column if it exists in this table.
- getColumn(String, boolean) - Method in class adql.db.DefaultDBTable
-
Case sensitive !
- getColumn() - Method in class adql.parser.IdentifierItems
-
- getColumn() - Method in class adql.parser.SimpleCharStream
-
Deprecated.
- getColumn() - Method in class adql.query.constraint.IsNull
-
Gets the column whose the value is compared to NULL.
- getColumn(String, boolean) - Method in class tap.metadata.TAPTable
-
- getColumn(String) - Method in class tap.metadata.TAPTable
-
Search a column inside this table having the given ADQL name.
- getColumnCaseSensitivity() - Method in class adql.parser.IdentifierItems
-
- getColumnCount() - Method in class tap.formatter.VOTableFormat.LimitedStarTable
-
- getColumnIndex() - Method in class adql.query.ColumnReference
-
Gets the index of the referenced column.
- getColumnInfo(TAPColumn) - Static method in class tap.formatter.VOTableFormat
-
Convert the given
TAPColumn
object into a
ColumnInfo
object.
- getColumnInfo(int) - Method in class tap.formatter.VOTableFormat.LimitedStarTable
-
- getColumnName() - Method in exception adql.db.exception.UnresolvedColumnException
-
- getColumnName() - Method in class adql.query.ColumnReference
-
Gets the name/alias of the referenced column.
- getColumnName() - Method in class adql.query.operand.ADQLColumn
-
Gets the name of this column.
- getColumnName(DBColumn) - Method in class adql.translator.JDBCTranslator
-
Get the DB name of the given column
- getColumns() - Method in class tap.metadata.TAPTable
-
Get the list of all columns contained in this table.
- getConfigString() - Method in class tap.log.Slf4jTAPLog
-
- getConfigString() - Method in class uws.service.log.DefaultUWSLog
-
- getConfigString() - Method in class uws.service.log.Slf4jUWSLog
-
- getConfigString() - Method in interface uws.service.log.UWSLog
-
Get a string representing the configuration of this logger.
- getConnection(String) - Method in class tap.config.ConfigurableTAPFactory
-
Build a
JDBCConnection
thanks to the database parameters specified
in the TAP configuration file (the properties: jdbc_driver_path, db_url, db_user, db_password).
- getConnection(String) - Method in class tap.TAPFactory
-
Get a free database connection.
- getConstraint() - Method in class adql.query.constraint.NotConstraint
-
Gets the constraint on which the NOT operator is applied.
- getController(String) - Method in class uws.job.parameters.UWSParameters
-
Must return the input parameter controller of the specified parameter.
- getControllers() - Method in class uws.job.parameters.UWSParameters
-
Must return the list of all available input parameter controllers.
- getCoord1() - Method in class adql.query.operand.function.geometry.BoxFunction
-
Gets the first coordinate (i.e.
- getCoord1() - Method in class adql.query.operand.function.geometry.CircleFunction
-
Gets the first coordinate of the center (i.e.
- getCoord1() - Method in class adql.query.operand.function.geometry.PointFunction
-
Gets the first coordinate of this point.
- getCoord2() - Method in class adql.query.operand.function.geometry.BoxFunction
-
Gets the second coordinate (i.e.
- getCoord2() - Method in class adql.query.operand.function.geometry.CircleFunction
-
Gets the second coordinate of the center (i.e.
- getCoord2() - Method in class adql.query.operand.function.geometry.PointFunction
-
Gets the second coordinate of this point.
- getCoordinateSystem() - Method in class adql.query.operand.function.geometry.GeometryFunction
-
Gets the used coordinate system.
- getCoordinateSystems() - Method in class tap.config.ConfigurableServiceConnection
-
- getCoordinateSystems() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getCoosys() - Method in class tap.metadata.TAPColumn
-
Get the used coordinate system.
- getCoosys(String) - Method in class tap.metadata.TAPMetadata
-
Get the coordinate system definition associated with the given ID.
- getCoosysTable() - Static method in class tap.metadata.TAPMetadata
-
- getCopy() - Method in class adql.query.ADQLList
-
- getCopy() - Method in interface adql.query.ADQLObject
-
Gets a (deep) copy of this ADQL object.
- getCopy() - Method in class adql.query.ADQLOrder
-
- getCopy() - Method in class adql.query.ADQLQuery
-
- getCopy() - Method in class adql.query.ClauseADQL
-
- getCopy() - Method in class adql.query.ClauseConstraints
-
- getCopy() - Method in class adql.query.ClauseSelect
-
- getCopy() - Method in class adql.query.ColumnReference
-
- getCopy() - Method in class adql.query.constraint.Between
-
- getCopy() - Method in class adql.query.constraint.Comparison
-
- getCopy() - Method in class adql.query.constraint.ConstraintsGroup
-
- getCopy() - Method in class adql.query.constraint.Exists
-
- getCopy() - Method in class adql.query.constraint.In
-
- getCopy() - Method in class adql.query.constraint.IsNull
-
- getCopy() - Method in class adql.query.constraint.NotConstraint
-
- getCopy() - Method in class adql.query.from.ADQLJoin
-
- getCopy() - Method in class adql.query.from.ADQLTable
-
- getCopy() - Method in class adql.query.from.CrossJoin
-
- getCopy() - Method in class adql.query.from.InnerJoin
-
- getCopy() - Method in class adql.query.from.OuterJoin
-
- getCopy() - Method in class adql.query.operand.ADQLColumn
-
- getCopy() - Method in class adql.query.operand.Concatenation
-
- getCopy() - Method in class adql.query.operand.function.DefaultUDF
-
- getCopy() - Method in class adql.query.operand.function.geometry.AreaFunction
-
- getCopy() - Method in class adql.query.operand.function.geometry.BoxFunction
-
- getCopy() - Method in class adql.query.operand.function.geometry.CentroidFunction
-
- getCopy() - Method in class adql.query.operand.function.geometry.CircleFunction
-
- getCopy() - Method in class adql.query.operand.function.geometry.ContainsFunction
-
- getCopy() - Method in class adql.query.operand.function.geometry.DistanceFunction
-
- getCopy() - Method in class adql.query.operand.function.geometry.ExtractCoord
-
- getCopy() - Method in class adql.query.operand.function.geometry.ExtractCoordSys
-
- getCopy() - Method in class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
-
- getCopy() - Method in class adql.query.operand.function.geometry.IntersectsFunction
-
- getCopy() - Method in class adql.query.operand.function.geometry.PointFunction
-
- getCopy() - Method in class adql.query.operand.function.geometry.PolygonFunction
-
- getCopy() - Method in class adql.query.operand.function.geometry.RegionFunction
-
- getCopy() - Method in class adql.query.operand.function.MathFunction
-
- getCopy() - Method in class adql.query.operand.function.SQLFunction
-
- getCopy() - Method in class adql.query.operand.NegativeOperand
-
- getCopy() - Method in class adql.query.operand.NumericConstant
-
- getCopy() - Method in class adql.query.operand.Operation
-
- getCopy() - Method in class adql.query.operand.StringConstant
-
- getCopy() - Method in class adql.query.operand.WrappedOperand
-
- getCopy() - Method in class adql.query.SelectAllColumns
-
- getCopy() - Method in class adql.query.SelectItem
-
- getCoveredTables() - Method in class adql.db.DBCommonColumn
-
Get an iterator over the list of all tables covered by this common column.
- getCreationOrder(TAPMetadata.STDTable) - Method in class tap.db.JDBCConnection
-
Tell when, compared to the other TAP standard tables, a given standard TAP table should be created.
- getCreationTime(UWSJob, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getCreationTime(UWSJob, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the creation date/time of the given job.
- getCreationTime(UWSJob, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getCreationTime() - Method in class uws.job.UWSJob
-
Gets the creation date/time of this job.
- getDALIUploadJson(DALIUpload) - Method in class tap.backup.DefaultTAPBackupManager
-
Get the JSON representation of the given
DALIUpload
.
- getDALIUploads(Map<String, Object>, boolean, UWSFileManager) - Static method in class tap.parameters.DALIUpload
-
Get all uploads specified in the DALI parameter "UPLOAD" from the given request parameters.
- getDataToSave() - Method in class uws.job.user.DefaultJobOwner
-
- getDataToSave() - Method in interface uws.job.user.JobOwner
-
Gets all user data to save (including ID and pseudo/name).
- getDatatype() - Method in interface adql.db.DBColumn
-
Get the type of this column (as closed as possible from the "database" type).
- getDatatype() - Method in class adql.db.DBCommonColumn
-
- getDatatype() - Method in class adql.db.DefaultDBColumn
-
- getDatatype() - Method in class tap.metadata.TAPColumn
-
Get the type of the column's values.
- getDatatypeClass(VotType.VotDatatype, String) - Static method in class tap.formatter.VOTableFormat
-
Convert the VOTable datatype string into a corresponding Class
object.
- getDate() - Method in class uws.job.serializer.filter.AfterFilter
-
Get the date which filters jobs on their creationTime.
- getDateFormat() - Method in class uws.service.log.DefaultUWSLog
-
Gets the date formatter/parser to use for any date read/write into this logger.
- getDBCatalogName() - Method in interface adql.db.DBTable
-
Gets the DB name of the catalog which contains this table.
- getDBCatalogName() - Method in class adql.db.DefaultDBTable
-
- getDBCatalogName() - Method in class tap.metadata.TAPTable
-
- getDBColumns() - Method in class adql.query.from.ADQLJoin
-
- getDBColumns() - Method in class adql.query.from.ADQLTable
-
- getDBColumns() - Method in interface adql.query.from.FromContent
-
Gets the list of all columns (~ database metadata) available in this FROM part.
- getDBColumns() - Method in class adql.query.from.SQLServer_InnerJoin
-
- getDBColumns(ADQLJoin) - Static method in class adql.query.from.SQLServer_InnerJoin
-
Gets the list of all columns (~ database metadata) available in this FROM part.
- getDBColumns() - Method in class adql.query.from.SQLServer_OuterJoin
-
- getDBLink() - Method in class adql.query.ColumnReference
-
- getDBLink() - Method in class adql.query.from.ADQLTable
-
- getDBLink() - Method in class adql.query.operand.ADQLColumn
-
- getDBMetaColumns(DatabaseMetaData, String, String, String) - Method in class tap.db.JDBCConnection
-
Get all columns matching the given column name pattern and being inside
the specified table(s) and schema(s).
- getDBMetaSchemas(DatabaseMetaData) - Method in class tap.db.JDBCConnection
-
Get all schemas available in the database.
- getDBMetaTables(DatabaseMetaData, String, String) - Method in class tap.db.JDBCConnection
-
Get all tables matching the given table name pattern and being inside
the specified schema(s).
- getDBMSName(String) - Static method in class tap.db.JDBCConnection
-
- getDBName() - Method in interface adql.db.DBColumn
-
Gets the name of this column in the "database".
- getDBName() - Method in class adql.db.DBCommonColumn
-
- getDBName() - Method in interface adql.db.DBTable
-
Gets the name of this table in the "database".
- getDBName() - Method in class adql.db.DefaultDBColumn
-
- getDBName() - Method in class adql.db.DefaultDBTable
-
- getDBName() - Method in class tap.metadata.TAPColumn
-
- getDBName() - Method in class tap.metadata.TAPSchema
-
Get the name this schema MUST have in the database.
- getDBName() - Method in class tap.metadata.TAPTable
-
- getDBSchemaName() - Method in interface adql.db.DBTable
-
Gets the DB name of the schema which contains this table.
- getDBSchemaName() - Method in class adql.db.DefaultDBTable
-
- getDBSchemaName() - Method in class tap.metadata.TAPTable
-
- getDefault() - Method in class tap.parameters.FormatController
-
- getDefault() - Method in class tap.parameters.MaxRecController
-
- getDefault() - Method in class tap.parameters.TAPDestructionTimeController
-
- getDefault() - Method in class tap.parameters.TAPExecutionDurationController
-
- getDefault() - Method in class uws.job.parameters.DestructionTimeController
-
- getDefault() - Method in class uws.job.parameters.ExecutionDurationController
-
- getDefault() - Method in interface uws.job.parameters.InputParamController
-
Returns the default value of the controlled parameter.
- getDefault() - Method in class uws.job.parameters.NumericParamController
-
- getDefault() - Method in class uws.job.parameters.StringParamController
-
- getDefaultADQLFunction(ADQLFunction) - Method in class adql.translator.JDBCTranslator
-
Gets the default SQL output for the given ADQL function.
- getDefaultADQLList(ADQLList<? extends ADQLObject>) - Method in class adql.translator.JDBCTranslator
-
Gets the default SQL output for a list of ADQL objects.
- getDefaultADQLList(ADQLList<? extends ADQLObject>, boolean) - Method in class adql.translator.JDBCTranslator
-
Gets the default SQL output for a list of ADQL objects.
- getDefaultCapability(VOSIResource) - Static method in class tap.resource.Capabilities
-
Write the XML description of the given VOSI resource.
- getDefaultColumnReference(ColumnReference) - Method in class adql.translator.JDBCTranslator
-
Gets the default SQL output for a column reference.
- getDefaultControllers() - Method in class uws.job.parameters.UWSParameters
-
Builds a default list of controllers for the standard UWS input parameters.
- getDefaultDestructionInterval() - Method in class uws.job.parameters.DestructionTimeController
-
Gets the default interval value.
- getDefaultDestructionTime() - Method in class uws.job.parameters.DestructionTimeController
-
Gets the default destruction time: either computed with an interval of time or obtained directly by a default destruction time.
- getDefaultExecutionDuration() - Method in class uws.job.parameters.ExecutionDurationController
-
- getDefaultIntervalField() - Method in class uws.job.parameters.DestructionTimeController
-
Gets the date-time field of the default interval.
- getDefaultLogger() - Static method in class uws.UWSToolBox
-
Gets the default
UWSLog
instance.
- getDefaultRetentionPeriod() - Method in class tap.parameters.TAPDestructionTimeController
-
Get the default period during which a job is kept.
- getDefaultSeparator() - Method in class adql.query.ClauseConstraints
-
- getDefaultSerializer() - Method in class uws.service.UWSService
-
Gets the MIME type of the serializer to use by default.
- getDefaultTaskDescription(UWSJob) - Static method in class uws.job.JobThread
-
Gets a default description of the task executed by a
JobThread
.
- getDefaultUrl(String, UWSJob) - Static method in class uws.job.Result
-
Gets the HREF as {jobList}/{job}/results/ID.
- getDefaultValue() - Method in class uws.job.parameters.StringParamController
-
Gets the default value of the parameter.
- getDefinition() - Method in class adql.query.operand.function.DefaultUDF
-
Get the signature/definition/description of this user defined function.
- getDescription() - Method in class tap.formatter.FITSFormat
-
- getDescription() - Method in class tap.formatter.HTMLFormat
-
- getDescription() - Method in class tap.formatter.JSONFormat
-
- getDescription() - Method in interface tap.formatter.OutputFormat
-
Gets a description of this format.
- getDescription() - Method in class tap.formatter.SVFormat
-
- getDescription() - Method in class tap.formatter.TextFormat
-
- getDescription() - Method in class tap.formatter.VOTableFormat
-
- getDescription() - Method in class tap.metadata.TAPColumn
-
Get the description of this column.
- getDescription() - Method in class tap.metadata.TAPForeignKey
-
- getDescription() - Method in class tap.metadata.TAPSchema
-
Get the description of this schema.
- getDescription() - Method in class tap.metadata.TAPTable
-
Get the description of this table.
- getDescription() - Method in class uws.service.actions.AddJob
-
- getDescription() - Method in class uws.service.actions.DestroyJob
-
- getDescription() - Method in class uws.service.actions.GetJobParam
-
- getDescription() - Method in class uws.service.actions.JobSummary
-
- getDescription() - Method in class uws.service.actions.ListJobs
-
- getDescription() - Method in class uws.service.actions.SetJobParam
-
- getDescription() - Method in class uws.service.actions.SetUWSParameter
-
- getDescription() - Method in class uws.service.actions.ShowHomePage
-
- getDescription() - Method in class uws.service.actions.UWSAction
-
Gets the description of this UWS action.
- getDescription() - Method in interface uws.service.UWS
-
Gets the description of this UWS.
- getDescription() - Method in class uws.service.UWSService
-
- getDescription() - Method in class uws.service.UWSServlet
-
- getDestroyPolicy() - Method in class uws.job.JobList
-
Tell how this job list behaves when a job destruction is asked.
- getDestructionManager() - Method in class uws.job.JobList
-
Gets the used destruction manager.
- getDestructionTime() - Method in class uws.job.parameters.UWSParameters
-
- getDestructionTime(UWSJob, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getDestructionTime(UWSJob, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the destruction time of the given job.
- getDestructionTime(UWSJob, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getDestructionTime() - Method in class uws.job.UWSJob
-
Gets the instant when the job shall be destroyed.
- getDetails() - Method in class uws.job.ErrorSummary
-
Gets the URI/URL where the details about the occurred error can be found.
- getDuration(ExecutionProgression) - Method in class tap.TAPExecutionReport
-
Get the duration corresponding to the given job execution step.
- getEndColumn() - Method in class adql.parser.IdentifierItems
-
- getEndColumn() - Method in class adql.parser.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class adql.parser.IdentifierItems
-
- getEndLine() - Method in class adql.parser.SimpleCharStream
-
Get token end line number.
- getEndTime(UWSJob, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getEndTime(UWSJob, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the end time of the given job.
- getEndTime(UWSJob, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getEndTime() - Method in class uws.job.UWSJob
-
Gets the time at which the job execution has finished.
- getEpoch() - Method in class tap.metadata.TAPCoosys
-
Get the epoch at which the coordinates were measured.
- getEquinox() - Method in class tap.metadata.TAPCoosys
-
Get the equinox of this coordinate system.
- getError() - Method in class tap.TAPSyncJob.SyncThread
-
Get the error that has interrupted/stopped this thread.
- getError() - Method in class uws.job.JobThread
-
Gets the last error which has occurred during the execution of this thread.
- getError(JSONObject) - Method in class uws.service.backup.DefaultUWSBackupManager
-
Builds the error summary corresponding to the given JSON object.
- getErrorColumn() - Method in error adql.parser.TokenMgrError
-
Gets the column at which this error occurs.
- getErrorDetailsMIMEType() - Method in class tap.error.DefaultTAPErrorWriter
-
- getErrorDetailsMIMEType() - Method in class uws.service.error.DefaultUWSErrorWriter
-
- getErrorDetailsMIMEType() - Method in interface uws.service.error.ServiceErrorWriter
-
- getErrorFile(ErrorSummary, UWSJob) - Method in class uws.service.file.LocalUWSFileManager
-
Gets the file corresponding to the described error.
- getErrorFileName(ErrorSummary, UWSJob) - Method in class uws.service.file.LocalUWSFileManager
-
Gets the name of the file in which the described error is/must be written.
- getErrorInput(ErrorSummary, UWSJob) - Method in class uws.service.file.LocalUWSFileManager
-
- getErrorInput(ErrorSummary, UWSJob) - Method in interface uws.service.file.UWSFileManager
-
Gets an input stream on the error file corresponding to the given error
and job.
- getErrorLine() - Method in error adql.parser.TokenMgrError
-
Gets the line at which this error occurs.
- getErrorOutput(ErrorSummary, UWSJob) - Method in class uws.service.file.LocalUWSFileManager
-
- getErrorOutput(ErrorSummary, UWSJob) - Method in interface uws.service.file.UWSFileManager
-
Gets an output stream on the error file corresponding to the given error
and job.
- getErrors() - Method in exception adql.db.exception.UnresolvedIdentifiersException
-
Gets the list of all errors.
- getErrorSize(ErrorSummary, UWSJob) - Method in class uws.service.file.LocalUWSFileManager
-
- getErrorSize(ErrorSummary, UWSJob) - Method in interface uws.service.file.UWSFileManager
-
Gets the size of the specified error summary file.
- getErrorSummary(ErrorSummary, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getErrorSummary(ErrorSummary, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the given error summary.
- getErrorSummary(ErrorSummary, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getErrorSummary() - Method in class uws.job.UWSJob
-
Gets the error that occurs during the execution of this job.
- getErrorWriter() - Method in class tap.AbstractTAPFactory
-
- getErrorWriter() - Method in class tap.resource.TAP
-
Get the object to use in order to report errors to the user in replacement of the expected result.
- getErrorWriter() - Method in class tap.TAPFactory
-
Get the object to use when an error must be formatted and written to the user.
- getErrorWriter() - Method in class uws.service.UWSService
-
Gets the object used to write/format any error in a HttpServletResponse.
- getErrorWriter() - Method in class uws.service.UWSServlet
-
Gets the object used to write/format any error in a HttpServletResponse.
- getEventID() - Method in class uws.service.file.EventFrequency
-
Get a string which identity the period between the last event and the next one (whose the date has been computed by this object).
- getExceptionOrigin(Throwable) - Method in class uws.service.log.DefaultUWSLog
-
Format and return the origin of the given error.
- getExecReport() - Method in class tap.ADQLExecutor
-
Get the report of the query execution.
- getExecReport() - Method in class tap.TAPJob
-
Get the execution report.
- getExecReport() - Method in class tap.TAPSyncJob
-
Get the report of the execution of this job.
- getExecutedAction() - Method in class uws.service.UWSService
-
- getExecutionDuration() - Method in class tap.config.ConfigurableServiceConnection
-
- getExecutionDuration() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getExecutionDuration() - Method in class tap.TAPExecutionReport
-
Get the execution of the EXECUTION step.
- getExecutionDuration() - Method in class uws.job.parameters.UWSParameters
-
- getExecutionDuration(UWSJob, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getExecutionDuration(UWSJob, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the execution duration of the given job.
- getExecutionDuration(UWSJob, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getExecutionDuration() - Method in class uws.job.UWSJob
-
Gets the duration (in seconds) for which this job shall run.
- getExecutionManager() - Method in class uws.job.JobList
-
Gets the used execution manager.
- getExecutionManager() - Method in class uws.job.UWSJob
-
Gets the execution manager of this job, if any.
- getExecutionReport() - Method in class tap.TAPSyncJob.SyncThread
-
Get the report of the query execution.
- getExecutionStatus() - Method in exception tap.TAPException
-
Get the execution status/phase of an ADQL query when the error occurred.
- getExpectedAdditionalParameters() - Method in class uws.service.AbstractUWSFactory
-
Gets the names of the expected additional parameters.
- getExpectedAdditionalParameters() - Method in class uws.service.UWSServlet
-
Gets the names of the expected additional parameters.
- getExpectedFormat() - Method in class uws.job.parameters.StringParamController
-
Gets a string which lists all the allowed values.
- getExpectedType() - Method in class adql.query.operand.ADQLColumn
-
- getExpectedType() - Method in class adql.query.operand.function.UserDefinedFunction
-
- getExpectedType() - Method in interface adql.query.operand.UnknownType
-
Get the type expected by the syntactic parser according to the context.
- getFactory() - Method in class tap.config.ConfigurableServiceConnection
-
- getFactory() - Method in interface tap.ServiceConnection
-
[MANDATORY]
- getFactory() - Method in class uws.job.UWSJob
-
Gets the factory to use to create the thread to execute when this job
starts.
- getFactory() - Method in interface uws.service.UWS
-
Gets its job factory.
- getFactory() - Method in class uws.service.UWSService
-
- getFactory() - Method in class uws.service.UWSServlet
-
- getFctSignature(ADQLFunction) - Static method in exception adql.db.exception.UnresolvedFunctionException
-
Get the signature of the function given in parameter.
- getFetchSize() - Method in class tap.config.ConfigurableServiceConnection
-
- getFetchSize() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getFieldIndex() - Method in enum uws.job.parameters.DestructionTimeController.DateField
-
- getFile(String, String, String) - Static method in class tap.config.ConfigurableServiceConnection
-
Resolve the given file name/path.
- getFile(String, String, String) - Method in class uws.config.ConfigurableUWSServlet
-
Resolve the given file name/path.
- getFile(UploadFile) - Method in class uws.service.file.LocalUWSFileManager
-
Create a File instance from the given upload file description.
- getFileExtension() - Method in class tap.formatter.FITSFormat
-
- getFileExtension() - Method in class tap.formatter.HTMLFormat
-
- getFileExtension() - Method in class tap.formatter.JSONFormat
-
- getFileExtension() - Method in interface tap.formatter.OutputFormat
-
Gets a file extension for this format.
- getFileExtension() - Method in class tap.formatter.SVFormat
-
- getFileExtension() - Method in class tap.formatter.TextFormat
-
- getFileExtension() - Method in class tap.formatter.VOTableFormat
-
- getFileExtension(String) - Static method in class uws.UWSToolBox
-
Gets the file extension corresponding to the given MIME type.
- getFileFromParam(HttpServletRequest, String, String) - Method in class uws.service.request.MultipartParser
-
Return the path of a non-existing file inside the given directory and
whose the name is built using the given file name and the HTTP request
ID.
- getFileManager() - Method in class tap.config.ConfigurableServiceConnection
-
- getFileManager() - Method in interface tap.ServiceConnection
-
[MANDATORY]
- getFileManager() - Method in class uws.job.JobThread
-
Gets the manager of the UWS files (particularly: the error and results file).
- getFileManager() - Method in class uws.job.UWSJob
-
Gets the file manager used in this job.
- getFileManager() - Method in interface uws.service.UWS
-
Gets its file manager.
- getFileManager() - Method in class uws.service.UWSService
-
- getFileManager() - Method in class uws.service.UWSServlet
-
- getFiles() - Method in class uws.job.parameters.UWSParameters
-
Get the list of all uploaded files.
- getForeignKeys() - Method in class tap.metadata.TAPTable
-
Get the list of all foreign keys associated whose the source is this table.
- getFormat() - Method in class tap.parameters.TAPParameters
-
Get the value of the standard TAP parameter "FORMAT".
- getFormat() - Method in class tap.TAPJob
-
Get the value of the FORMAT parameter.
- getFormatter() - Method in class tap.ADQLExecutor
-
Get the object to use in order to write the query result in the appropriate format
(either the asked one, or else VOTable).
- getFormatter() - Method in class tap.error.DefaultTAPErrorWriter
-
- getFormattingDuration() - Method in class tap.TAPExecutionReport
-
Get the execution of the FORMAT step.
- getFrom() - Method in class adql.query.ADQLQuery
-
Gets the FROM clause of this query.
- getFromTable() - Method in class tap.metadata.TAPForeignKey
-
- getFullCaseSensitive(boolean) - Static method in enum adql.query.IdentifierField
-
Gets a byte in which all identifier parts are case sensitive or not.
- getFullColumnName() - Method in class adql.query.operand.ADQLColumn
-
Gets the full name of this column (catalogName .
- getFullColumnPrefix() - Method in class adql.query.operand.ADQLColumn
-
Gets the full column prefix (catalogName .
- getFullName() - Method in class tap.metadata.TAPTable
-
Get the qualified name of this table.
- getFullTableName() - Method in class adql.query.from.ADQLTable
-
Gets the full name of this table (catalogName .
- getFunction() - Method in exception adql.db.exception.UnresolvedFunctionException
-
Get the unresolved function at the origin of this exception.
- getGeometries() - Method in class tap.config.ConfigurableServiceConnection
-
- getGeometries() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getGroupBy() - Method in class adql.query.ADQLQuery
-
Gets the GROUP BY clause of this query.
- getHaving() - Method in class adql.query.ADQLQuery
-
Gets the HAVING clause of this query.
- getHeader(TableIterator, TAPExecutionReport, Thread) - Method in class tap.formatter.TextFormat
-
Get the whole header (one row whose columns are just the columns' name).
- getHeader() - Method in class uws.job.serializer.XMLSerializer
-
Gets the XML file header (xml version, encoding and the xslt
style-sheet link if any).
- getHeaderPostfix() - Method in class cds.util.LargeAsciiTable
-
Get the separator between the header and the table lines.
- getHeight() - Method in class adql.query.operand.function.geometry.BoxFunction
-
Gets the height of the box.
- getHomePage() - Method in class tap.resource.TAP
-
Get the HOME PAGE resource of this TAP service.
- getHomePage() - Method in class uws.service.UWSService
-
Gets the URL of the resource which must be used as home page of this UWS.
- getHomePageMimeType() - Method in class tap.resource.TAP
-
Get the MIME type of the custom home page.
- getHomePageMimeType() - Method in class uws.service.UWSService
-
Get the MIME type of the custom home page.
- getHomePageURI() - Method in class tap.resource.TAP
-
Get the URL or the file path of a custom home page.
- getHref() - Method in class uws.job.Result
-
Gets the URL of the result file.
- getHttpErrorCode() - Method in exception tap.TAPException
-
Get the HTTP status code to set in the HTTP response.
- getHttpErrorCode() - Method in exception uws.UWSException
-
Get the HTTP error code that should be returned.
- getID() - Method in interface tap.db.DBConnection
-
Get any identifier for this connection.
- getID() - Method in class tap.db.JDBCConnection
-
- getId() - Method in class tap.metadata.TAPCoosys
-
Get the ID of this coordinate system definition.
- getID() - Method in class tap.TAPSyncJob
-
Get the ID of this synchronous job.
- getId() - Method in class uws.job.Result
-
Gets the id/name of this result.
- getID() - Method in class uws.job.user.DefaultJobOwner
-
- getID() - Method in interface uws.job.user.JobOwner
-
Unique ID of a user.
- getIdentifier(int) - Method in class adql.parser.IdentifierItems
-
Gets the value of the ind-th identifier/field.
- GetImage() - Method in class adql.parser.SimpleCharStream
-
Get token literal value.
- getIndex() - Method in class tap.metadata.TAPColumn
-
Get the ordering index of this column inside its table.
- getIndex() - Method in class tap.metadata.TAPSchema
-
Get the ordering index of this schema inside its whole schema set.
- getIndex() - Method in class tap.metadata.TAPTable
-
Get the ordering index of this table inside its schema.
- getIndexDuration(ExecutionProgression) - Method in class tap.TAPExecutionReport
-
- getInnerConnection() - Method in class tap.db.JDBCConnection
-
- getInnerStream() - Method in class tap.upload.LimitedSizeInputStream
-
- getInputParamController(String) - Method in class uws.service.AbstractUWSFactory
-
Gets the controller of the specified UWS input parameter.
- getInputParamController(String) - Method in class uws.service.UWSServlet
-
Gets the controller of the specified UWS input parameter.
- getInputParamControllers() - Method in class uws.service.AbstractUWSFactory
-
Gets the list of all UWS input parameter controllers.
- getInputParamControllers() - Method in class uws.service.UWSServlet
-
Gets the list of all UWS input parameter controllers.
- getInputParamControllersIterator() - Method in class uws.service.AbstractUWSFactory
-
Gets an iterator on the list of all UWS input parameter controllers.
- getInputParamControllersIterator() - Method in class uws.service.UWSServlet
-
Gets an iterator on the list of all UWS input parameter controllers.
- getInputPhase() - Method in class uws.job.parameters.UWSParameters
-
Gets the value of the parameter
phase
.
- getIterator() - Method in class cds.util.LargeAsciiTable
-
Let iterate over the complete content of this table.
- getJob(String) - Method in class uws.job.JobList
-
Gets the job whose the ID is given in parameter.
- getJob(String, JobOwner) - Method in class uws.job.JobList
-
Gets the job whose the ID is given in parameter ONLY IF it is the one of
the specified user OR IF the specified job is owned by an anonymous user.
- getJob() - Method in class uws.job.JobPhase
-
Gets the job whose the execution phase is represented by this object.
- getJob() - Method in class uws.job.JobThread
-
Gets the job instance associated to this thread.
- getJob(UWSJob, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getJob(UWSJob, String[], boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the given parameter of the given job
or serializes the whole job if the given attributes array is empty or null.
- getJob(UWSJob, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the whole given job.
- getJob(UWSJob, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getJob(UWSUrl) - Method in class uws.service.actions.UWSAction
-
Extracts the job ID from the given UWS URL
and gets the corresponding job from the UWS.
- getJob(UWSUrl, JobOwner) - Method in class uws.service.actions.UWSAction
-
Extracts the job ID from the given UWS URL and gets the corresponding job from the UWS.
- getJob(UWSUrl, JobList) - Method in class uws.service.actions.UWSAction
-
Extracts the job ID from the given UWS URL and gets the corresponding job from the given jobs list.
- getJob(UWSUrl, JobList, JobOwner) - Method in class uws.service.actions.UWSAction
-
Extracts the job ID from the given UWS URL and gets the corresponding job from the given jobs list.
- getJob(UWSUrl) - Method in class uws.service.UWSServlet
-
- getJob(UWSUrl, JobOwner) - Method in class uws.service.UWSServlet
-
- getJobID(UWSJob, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getJobID(UWSJob, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the ID of the given job.
- getJobID(UWSJob, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getJobId() - Method in class uws.job.UWSJob
-
Gets the ID of this job (this ID MUST be unique).
- getJobId() - Method in class uws.service.UWSUrl
-
Gets the job ID extracted from the last parsed request or request URL.
- getJobInfo(UWSJob) - Method in class uws.job.serializer.XMLSerializer
-
Serialize into XML the
JobInfo
of the given job, if any.
- getJobInfo() - Method in class uws.job.UWSJob
-
Get the additional information about this job.
- getJobInfoJson(UWSJob) - Static method in class org.json.Json4Uws
-
Gets the JSON representation of the jobInfo of the given job.
- getJobList(JobList, JobOwner, JobListRefiner, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getJobList(JobList, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the given jobs list.
- getJobList(JobList, JobOwner, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the given jobs list, by filtering by user.
- getJobList(JobList, JobOwner, JobListRefiner, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the given jobs list, by filtering using user-specified
filters.
- getJobList(JobList, JobOwner, JobListRefiner, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getJobList() - Method in class uws.job.UWSJob
-
Gets its jobs list, if known.
- getJobList(String) - Method in interface uws.service.UWS
-
Gets the jobs list whose the name matches exactly the given one.
- getJobList(String) - Method in class uws.service.UWSService
-
- getJobList(String) - Method in class uws.service.UWSServlet
-
- getJobListName() - Method in class uws.service.UWSUrl
-
Gets the jobs list name extracted from the last parsed request or request URL.
- GetJobParam - Class in uws.service.actions
-
The "Get Job Parameter" action of a UWS.
- GetJobParam(UWSService) - Constructor for class uws.service.actions.GetJobParam
-
- getJobParamsJson(UWSJob) - Static method in class org.json.Json4Uws
-
Gets the JSON representation of the parameters of the given job.
- getJobRef(UWSJob, UWSUrl) - Method in class uws.job.serializer.JSONSerializer
-
- getJobRef(UWSJob, UWSUrl) - Method in class uws.job.serializer.UWSSerializer
-
Serializes just a reference on the given job.
- getJobRef(UWSJob, UWSUrl) - Method in class uws.job.serializer.XMLSerializer
-
- getJobResultJson(Result) - Static method in class org.json.Json4Uws
-
Gets the JSON representation of the the given result.
- getJobResultsJson(UWSJob) - Static method in class org.json.Json4Uws
-
Gets the JSON representation of the results of the given job.
- getJobs() - Method in class uws.job.JobList
-
Gets an iterator on the whole jobs list.
- getJobs(JobOwner) - Method in class uws.job.JobList
-
Gets an iterator on the jobs list of the specified user.
- getJobsList(UWSUrl) - Method in class uws.service.actions.UWSAction
-
Extracts the name of the jobs list from the given UWS URL
and gets the jobs list from the UWS.
- getJoinCondition() - Method in class adql.query.from.ADQLJoin
-
Gets the condition of this join (that's to say: the condition which follows the keyword ON).
- getJoinedColumns() - Method in class adql.query.from.ADQLJoin
-
Gets the list of all columns on which the join is done (that's to say: the list of columns given with the keyword USING).
- getJoinType() - Method in class adql.query.from.ADQLJoin
-
Gets the type of this join.
- getJoinType() - Method in class adql.query.from.CrossJoin
-
- getJoinType() - Method in class adql.query.from.InnerJoin
-
- getJoinType() - Method in class adql.query.from.OuterJoin
-
- getJson(UWS) - Static method in class org.json.Json4Uws
-
Gets the JSON representation of the given UWS.
- getJson(JobList, JobOwner) - Static method in class org.json.Json4Uws
-
Gets the JSON representation of the given jobs list.
- getJson(JobList, JobOwner, JobListRefiner) - Static method in class org.json.Json4Uws
-
Gets the JSON representation of the given jobs list by filtering by owner
and some user-filters (e.g.
- getJson(UWSJob) - Static method in class org.json.Json4Uws
-
Gets the JSON representation of the given job.
- getJson(UWSJob, UWSUrl, boolean) - Static method in class org.json.Json4Uws
-
Gets the JSON representation of the given job.
- getJson(ErrorSummary) - Static method in class org.json.Json4Uws
-
Gets the JSON representation of the given error summary.
- getJson(String, long) - Static method in class org.json.Json4Uws
-
Gets the JSON representation of the given pair key/value.
- getJson(String, String) - Static method in class org.json.Json4Uws
-
Gets the JSON representation of the given pair key/value.
- getJSONArray() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONObjectReader
-
- getJSONJob(UWSJob, String) - Method in class tap.backup.DefaultTAPBackupManager
-
- getJSONJob(UWSJob, String) - Method in class uws.service.backup.DefaultUWSBackupManager
-
Serializes the given job into a JSON object.
- getJSONJobInfo(JobInfo) - Method in class uws.service.backup.DefaultUWSBackupManager
-
Serialize the given
JobInfo
so that being able later to restore this exact object as provided.
- getJSONObject() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONObjectReader
-
- getJSONUser(JobOwner) - Method in class uws.service.backup.DefaultUWSBackupManager
-
Serializes the given user into a JSON object.
- getKey(E) - Method in class cds.utils.TextualSearchList.DefaultKeyExtractor
-
- getKey(E) - Method in interface cds.utils.TextualSearchList.KeyExtractor
-
Extracts an UNIQUE textual key (case-sensitive) from the given object.
- getKeyId() - Method in class tap.metadata.TAPForeignKey
-
- getLang() - Method in class tap.parameters.TAPParameters
-
Get the value of the standard TAP parameter "LANG".
- getLanguage() - Method in class tap.TAPJob
-
Get the value of the LANG parameter.
- getLastBackup() - Method in class uws.service.backup.DefaultUWSBackupManager
-
Gets the date of the last backup.
- getLastRestoration() - Method in class uws.service.backup.DefaultUWSBackupManager
-
Gets the date of the last restoration
- getLeftOperand() - Method in class adql.query.constraint.Between
-
Gets the left operand of this BETWEEN constraint.
- getLeftOperand() - Method in class adql.query.constraint.Comparison
-
Gets the left part of the comparison.
- getLeftOperand() - Method in class adql.query.operand.Operation
-
Gets the left part of the operation.
- getLeftParam() - Method in class adql.query.operand.function.geometry.ContainsFunction
-
- getLeftParam() - Method in class adql.query.operand.function.geometry.IntersectsFunction
-
- getLeftTable() - Method in class adql.query.from.ADQLJoin
-
Gets the left "table" of this join.
- getLimit() - Method in class adql.query.ClauseSelect
-
Gets the maximum number of rows imposed by this SELECT clause.
- getLine() - Method in class adql.parser.SimpleCharStream
-
Deprecated.
- getLocation() - Method in class uws.service.request.UploadFile
-
Get the location (e.g.
- getLogFile(UWSLog.LogLevel, String) - Method in class uws.service.file.LocalUWSFileManager
-
Gets the UWS log file.
- getLogFileName(UWSLog.LogLevel, String) - Method in class uws.service.file.LocalUWSFileManager
-
Gets the name of the UWS log file.
- getLogger() - Method in class tap.ADQLExecutor
-
Get the logger used by this executor.
- getLogger() - Method in class tap.config.ConfigurableServiceConnection
-
- getLogger() - Method in class tap.error.DefaultTAPErrorWriter
-
- getLogger() - Method in class tap.resource.TAP
-
Get the logger used by this resource and all the other resources managed by it.
- getLogger() - Method in interface tap.ServiceConnection
-
[MANDATORY]
- getLogger() - Method in class uws.job.JobList
-
Gets the logger of its UWS, or a default one if the UWS is unknown.
- getLogger() - Method in class uws.job.UWSJob
-
Gets the logger of its UWS or a default one if the job list or the UWS
is unknown.
- getLogger() - Method in class uws.service.actions.UWSAction
-
Get the logger associated with this UWS service.
- getLogger() - Method in class uws.service.backup.DefaultUWSBackupManager
-
Gets the logger of its UWS, or the default one if it is unknown.
- getLogger() - Method in interface uws.service.UWS
-
Gets the logger of this UWS.
- getLogger() - Method in class uws.service.UWSService
-
- getLogger() - Method in class uws.service.UWSServlet
-
- getLogInput(UWSLog.LogLevel, String) - Method in class uws.service.file.LocalUWSFileManager
-
- getLogInput(UWSLog.LogLevel, String) - Method in interface uws.service.file.UWSFileManager
-
Gets an input stream on the log file of this UWS.
- getLogOutput(UWSLog.LogLevel, String) - Method in class uws.service.file.LocalUWSFileManager
-
- getLogOutput(UWSLog.LogLevel, String) - Method in interface uws.service.file.UWSFileManager
-
Gets an output stream on the log file of this UWS.
- getLogRotationFreq() - Method in class uws.service.file.LocalUWSFileManager
-
Get the frequency of the log file rotation
in a human readable way.
- getMaxDestructionInterval() - Method in class uws.job.parameters.DestructionTimeController
-
Gets the maximum interval value.
- getMaxDestructionTime() - Method in class tap.parameters.TAPDestructionTimeController
-
Gets the maximum destruction time: either computed with an interval of time or obtained directly by a maximum destruction time.
- getMaxDestructionTime() - Method in class uws.job.parameters.DestructionTimeController
-
Gets the maximum destruction time: either computed with an interval of time or obtained directly by a maximum destruction time.
- getMaxDuration() - Method in class tap.parameters.TAPExecutionDurationController
-
Gets the maximum execution duration.
- getMaxExecutionDuration() - Method in class uws.job.parameters.ExecutionDurationController
-
Gets the maximum execution duration.
- getMaxFileSize() - Method in class uws.service.request.MultipartParser
-
Get the maximum size (in bytes) of a single uploaded file.
- getMaximum() - Method in class uws.job.parameters.NumericParamController
-
Gets the maximum value of this parameter.
- getMaxIntervalField() - Method in class uws.job.parameters.DestructionTimeController
-
Gets the date-time field of the maximum interval.
- getMaxOperand() - Method in class adql.query.constraint.Between
-
Gets the operand which represents the maximum value.
- getMaxOutputLimit() - Method in class tap.parameters.MaxRecController
-
Get the maximum number of rows that can be output.
- getMaxRec() - Method in class tap.parameters.TAPParameters
-
Get the value of the standard TAP parameter "MAX_REC".
- getMaxRec() - Method in class tap.TAPJob
-
Get the value of the MAXREC parameter.
- getMaxRequestSize() - Method in class uws.service.request.MultipartParser
-
Get the maximum size (in bytes) of a whole multipart request.
- getMaxRetentionPeriod() - Method in class tap.parameters.TAPDestructionTimeController
-
Get the maximum period during which a job is kept.
- getMaxRunningJobs() - Method in class uws.job.manager.QueuedExecutionManager
-
Gets the maximum number of running jobs.
- getMaxUploadSize() - Method in class tap.config.ConfigurableServiceConnection
-
- getMaxUploadSize() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getMemoryThreshold() - Method in class cds.util.LargeAsciiTable
-
Get the number of lines above which the entire table will be stored on
disk (in a temporary file).
- getMessage() - Method in exception adql.db.exception.UnresolvedIdentifiersException
-
Only tells how many identifiers have not been resolved.
- getMessage() - Method in error adql.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in class uws.job.ErrorSummary
-
Gets a short description of the occurred error.
- getMeta() - Method in class tap.data.VOTableIterator.StreamVOTableSink
-
Get the metadata found in the VOTable.
- getMetadata() - Method in class tap.data.LimitedTableIterator
-
- getMetadata() - Method in class tap.data.ResultSetTableIterator
-
- getMetadata() - Method in interface tap.data.TableIterator
-
Get all the metadata column that have been successfully extracted at the creation of this iterator.
- getMetadata() - Method in class tap.data.VOTableIterator
-
- getMimeType() - Method in class tap.formatter.FITSFormat
-
- getMimeType() - Method in class tap.formatter.HTMLFormat
-
- getMimeType() - Method in class tap.formatter.JSONFormat
-
- getMimeType() - Method in interface tap.formatter.OutputFormat
-
Gets the MIME type corresponding to this format.
- getMimeType() - Method in class tap.formatter.SVFormat
-
- getMimeType() - Method in class tap.formatter.TextFormat
-
- getMimeType() - Method in class tap.formatter.VOTableFormat
-
- getMimeType() - Method in class uws.job.Result
-
Gets the MIME type of this result.
- getMimeType() - Method in class uws.job.serializer.JSONSerializer
-
- getMimeType() - Method in class uws.job.serializer.UWSSerializer
-
Gets the MIME type of the serialization format used by this serializer.
- getMimeType() - Method in class uws.job.serializer.XMLSerializer
-
- getMimeType(String) - Static method in class uws.UWSToolBox
-
Gets the MIME type corresponding to the given file extension.
- getMimeTypes() - Method in class uws.AcceptHeader
-
Gets the association between each extracted MIME type and its respective quality.
- getMinimum() - Method in class uws.job.parameters.NumericParamController
-
Gets the minimum value of this parameter.
- getMinLogLevel() - Method in class uws.service.log.DefaultUWSLog
-
Get the minimum level that a message must have in order to be logged.
- getMinOperand() - Method in class adql.query.constraint.Between
-
Gets the operand which represents the minimum value.
- getName() - Method in class adql.query.ADQLList
-
- getName() - Method in interface adql.query.ADQLObject
-
Gets the name of this object in ADQL.
- getName() - Method in class adql.query.ADQLOrder
-
- getName() - Method in class adql.query.ADQLQuery
-
- getName() - Method in class adql.query.ColumnReference
-
- getName() - Method in class adql.query.constraint.Between
-
- getName() - Method in class adql.query.constraint.Comparison
-
- getName() - Method in class adql.query.constraint.Exists
-
- getName() - Method in class adql.query.constraint.In
-
- getName() - Method in class adql.query.constraint.IsNull
-
- getName() - Method in class adql.query.constraint.NotConstraint
-
- getName() - Method in class adql.query.from.ADQLJoin
-
- getName() - Method in class adql.query.from.ADQLTable
-
- getName() - Method in class adql.query.operand.ADQLColumn
-
- getName() - Method in class adql.query.operand.function.DefaultUDF
-
- getName() - Method in class adql.query.operand.function.geometry.AreaFunction
-
- getName() - Method in class adql.query.operand.function.geometry.BoxFunction
-
- getName() - Method in class adql.query.operand.function.geometry.CentroidFunction
-
- getName() - Method in class adql.query.operand.function.geometry.CircleFunction
-
- getName() - Method in class adql.query.operand.function.geometry.ContainsFunction
-
- getName() - Method in class adql.query.operand.function.geometry.DistanceFunction
-
- getName() - Method in class adql.query.operand.function.geometry.ExtractCoord
-
- getName() - Method in class adql.query.operand.function.geometry.ExtractCoordSys
-
- getName() - Method in class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
-
- getName() - Method in class adql.query.operand.function.geometry.IntersectsFunction
-
- getName() - Method in class adql.query.operand.function.geometry.PointFunction
-
- getName() - Method in class adql.query.operand.function.geometry.PolygonFunction
-
- getName() - Method in class adql.query.operand.function.geometry.RegionFunction
-
- getName() - Method in class adql.query.operand.function.MathFunction
-
- getName() - Method in class adql.query.operand.function.SQLFunction
-
- getName() - Method in class adql.query.operand.NegativeOperand
-
- getName() - Method in class adql.query.operand.NumericConstant
-
- getName() - Method in class adql.query.operand.Operation
-
- getName() - Method in class adql.query.operand.StringConstant
-
- getName() - Method in class adql.query.operand.WrappedOperand
-
- getName() - Method in class adql.query.SelectAllColumns
-
- getName() - Method in class adql.query.SelectItem
-
- getName() - Method in class tap.metadata.TAPColumn
-
- getName() - Method in class tap.metadata.TAPMetadata
-
- getName() - Method in class tap.metadata.TAPSchema
-
- getName() - Method in class tap.metadata.TAPTable
-
- getName() - Method in class tap.resource.ASync
-
- getName() - Method in class tap.resource.Availability
-
- getName() - Method in class tap.resource.Capabilities
-
- getName() - Method in class tap.resource.Examples
-
- getName() - Method in class tap.resource.HomePage
-
- getName() - Method in class tap.resource.Sync
-
- getName() - Method in interface tap.resource.TAPResource
-
Get the name of this TAP resource.
- getName() - Method in class uws.job.jobInfo.SingleValueJobInfo
-
Get the name of the represented value.
- getName() - Method in class uws.job.JobList
-
Gets the name of this jobs list.
- getName() - Method in class uws.service.actions.AddJob
-
- getName() - Method in class uws.service.actions.DestroyJob
-
- getName() - Method in class uws.service.actions.GetJobParam
-
- getName() - Method in class uws.service.actions.JobSummary
-
- getName() - Method in class uws.service.actions.ListJobs
-
- getName() - Method in class uws.service.actions.SetJobParam
-
- getName() - Method in class uws.service.actions.SetUWSParameter
-
- getName() - Method in class uws.service.actions.ShowHomePage
-
- getName() - Method in class uws.service.actions.UWSAction
-
Gets the name of this UWS action.
- getName() - Method in interface uws.service.UWS
-
Gets the name of this UWS.
- getName() - Method in class uws.service.UWSService
-
- getName() - Method in class uws.service.UWSServlet
-
- getNames() - Method in class uws.job.parameters.UWSParameters
-
Gets the name of all parameters.
- getNbAdditionalParameters() - Method in class uws.job.UWSJob
-
Gets the number of additional parameters.
- getNbColumns() - Method in class tap.metadata.TAPTable
-
Get the number of columns composing this table.
- getNbErrors() - Method in exception adql.db.exception.UnresolvedIdentifiersException
-
Gets the number of unresolved identifiers.
- getNbExpectedAdditionalParameters() - Method in class uws.service.AbstractUWSFactory
-
Gets the number of additional parameters which must be identified with no case sensitivity.
- getNbExpectedAdditionalParameters() - Method in class uws.service.UWSServlet
-
Gets the number of additional parameters which must be identified with no case sensitivity.
- getNbForeignKeys() - Method in class tap.metadata.TAPTable
-
Get the number of all foreign keys whose the source is this table
- getNbJobList() - Method in interface uws.service.UWS
-
Gets the number of managed jobs lists.
- getNbJobList() - Method in class uws.service.UWSService
-
- getNbJobList() - Method in class uws.service.UWSServlet
-
- getNbJobs() - Method in class uws.job.JobList
-
Gets the number of jobs into this list.
- getNbJobs(JobOwner) - Method in class uws.job.JobList
-
Gets the number of jobs owned by the given user into this list.
- getNbJobsToDestroy() - Method in class uws.job.manager.DefaultDestructionManager
-
- getNbJobsToDestroy() - Method in interface uws.job.manager.DestructionManager
-
Gets the total number of jobs planned to be destroyed.
- getNbMatch() - Method in interface adql.search.ISearchHandler
-
Indicates how many ADQL objects have matched.
- getNbMatch() - Method in class adql.search.SimpleSearchHandler
-
- getNbMaxAsyncJobs() - Method in class tap.config.ConfigurableServiceConnection
-
- getNbMaxAsyncJobs() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getNbObservers() - Method in class uws.job.UWSJob
-
Gets the total number of observers this job has.
- getNbParameters() - Method in class adql.query.operand.function.ADQLFunction
-
Gets the number of parameters this function has.
- getNbParameters() - Method in class adql.query.operand.function.DefaultUDF
-
- getNbParameters() - Method in class adql.query.operand.function.geometry.AreaFunction
-
- getNbParameters() - Method in class adql.query.operand.function.geometry.BoxFunction
-
- getNbParameters() - Method in class adql.query.operand.function.geometry.CentroidFunction
-
- getNbParameters() - Method in class adql.query.operand.function.geometry.CircleFunction
-
- getNbParameters() - Method in class adql.query.operand.function.geometry.ContainsFunction
-
- getNbParameters() - Method in class adql.query.operand.function.geometry.DistanceFunction
-
- getNbParameters() - Method in class adql.query.operand.function.geometry.ExtractCoord
-
- getNbParameters() - Method in class adql.query.operand.function.geometry.ExtractCoordSys
-
- getNbParameters() - Method in class adql.query.operand.function.geometry.IntersectsFunction
-
- getNbParameters() - Method in class adql.query.operand.function.geometry.PointFunction
-
- getNbParameters() - Method in class adql.query.operand.function.geometry.PolygonFunction
-
- getNbParameters() - Method in class adql.query.operand.function.geometry.RegionFunction
-
- getNbParameters() - Method in class adql.query.operand.function.MathFunction
-
- getNbParameters() - Method in class adql.query.operand.function.SQLFunction
-
- getNbParameters(HttpServletRequest) - Static method in class uws.UWSToolBox
-
Get the number of parameters submitted in the given HTTP request.
- getNbParams() - Method in class adql.db.FunctionDef
-
Get the number of parameters required by this function.
- getNbQueuedJobs() - Method in class uws.job.manager.AbstractQueuedExecutionManager
-
- getNbQueuedJobs() - Method in class uws.job.manager.DefaultExecutionManager
-
Always returns 0.
- getNbQueuedJobs() - Method in interface uws.job.manager.ExecutionManager
-
Gets the total number of queued jobs.
- getNbReadRows() - Method in class tap.formatter.VOTableFormat.LimitedStarTable
-
Get the number of rows that have been successfully read until now.
- getNbRelations() - Method in class tap.metadata.TAPForeignKey
-
- getNbReplacement() - Method in interface adql.search.IReplaceHandler
-
Gets the number of matched objects which have been successfully replaced.
- getNbReplacement() - Method in class adql.search.SimpleReplaceHandler
-
- getNbResources() - Method in class tap.resource.TAP
-
Get the number of all resources managed by this TAP service (this resource - HOME - excluded).
- getNbResults() - Method in class uws.job.UWSJob
-
Gets the total number of results.
- getNbRunningJobs() - Method in class uws.job.manager.AbstractQueuedExecutionManager
-
- getNbRunningJobs() - Method in class uws.job.manager.DefaultExecutionManager
-
- getNbRunningJobs() - Method in interface uws.job.manager.ExecutionManager
-
Gets the total number of running jobs.
- getNbSchemas() - Method in class tap.metadata.TAPMetadata
-
Get the number of schemas contained in this TAP metadata set.
- getNbSerializers() - Method in class uws.service.UWSService
-
Gets the total number of serializers available in this UWS.
- getNbSources() - Method in class tap.metadata.TAPColumn
-
Get the number of times this column is targeted by another column.
- getNbTableAliases() - Method in class adql.db.SearchColumnList
-
- getNbTables() - Method in class tap.metadata.TAPMetadata
-
Get the number of all tables contained in this TAP metadata set.
- getNbTables() - Method in class tap.metadata.TAPSchema
-
Get the number of all tables contained inside this schema.
- getNbTargets() - Method in class tap.metadata.TAPColumn
-
Get the number of times this column is targeting another column.
- getNbUsers() - Method in class uws.job.JobList
-
Gets the number of all users that have at least one job in this list.
- getNbUWSActions() - Method in class uws.service.UWSService
-
Gets the number of actions this UWS has.
- getNextDestruction() - Method in class uws.job.manager.DefaultDestructionManager
-
- getNextDestruction() - Method in interface uws.job.manager.DestructionManager
-
Gets the destruction date/time of the job currently planned for destruction.
- getNextEvent() - Method in class uws.service.file.EventFrequency
-
Get the date of the next event.
- getNextJobToDestroy() - Method in class uws.job.manager.DefaultDestructionManager
-
- getNextJobToDestroy() - Method in interface uws.job.manager.DestructionManager
-
Gets the ID of the job currently planned for destruction.
- getNextToken() - Method in class adql.parser.ADQLParser
-
Get the next Token.
- getNextToken() - Method in class adql.parser.ADQLParserTokenManager
-
Get the next Token.
- getNumericValue() - Method in class adql.query.operand.NumericConstant
-
- getObjectReader() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONObjectReader
-
- getObsCoreTable() - Method in class tap.metadata.TAPMetadata
-
Get the description of the ObsCore table, if it is defined.
- getObservers() - Method in class uws.job.UWSJob
-
Gets the observers of this job.
- getOperand() - Method in class adql.query.constraint.In
-
Gets the left operand of this IN constraint.
- getOperand() - Method in class adql.query.operand.NegativeOperand
-
Gets the operand on which the minus sign is applied.
- getOperand() - Method in class adql.query.operand.WrappedOperand
-
Gets the wrapped operand.
- getOperand() - Method in class adql.query.SelectItem
-
Gets the corresponding operand.
- getOperation() - Method in class adql.query.operand.Operation
-
Gets the operation symbol.
- getOperator() - Method in class adql.query.constraint.Comparison
-
Gets the comparison symbol.
- getOperator(String) - Static method in enum adql.query.constraint.ComparisonOperator
-
- getOperator(String) - Static method in enum adql.query.operand.OperationType
-
- getOperators() - Static method in enum adql.query.operand.OperationType
-
- getOrderBy() - Method in class adql.query.ADQLQuery
-
Gets the ORDER BY clause of this query.
- getOrderedMimeTypes() - Method in class uws.AcceptHeader
-
Gets a list of the extracted MIME types, ordered by their respective quality.
- getOriginTable() - Method in class adql.db.DBTableAlias
-
Get the aliased/wrapped table.
- getOtherData() - Method in class tap.metadata.TAPColumn
-
Get the other (piece of) information associated with this column.
- getOtherData() - Method in class tap.metadata.TAPForeignKey
-
- getOtherData() - Method in class tap.metadata.TAPSchema
-
Get the other (piece of) information associated with this schema.
- getOtherData() - Method in class tap.metadata.TAPTable
-
Get the other (piece of) information associated with this table.
- getOutput(UWSLog.LogLevel, String) - Method in class uws.service.log.DefaultUWSLog
-
Gets an output for the given type of message to print.
- getOutputFormat(String) - Method in class tap.config.ConfigurableServiceConnection
-
- getOutputFormat(String) - Method in interface tap.ServiceConnection
-
[MANDATORY]
- getOutputFormats() - Method in class tap.config.ConfigurableServiceConnection
-
- getOutputFormats() - Method in interface tap.ServiceConnection
-
[MANDATORY]
- getOutputLimit() - Method in class tap.config.ConfigurableServiceConnection
-
- getOutputLimit() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getOutputLimitType() - Method in class tap.config.ConfigurableServiceConnection
-
- getOutputLimitType() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getOwner() - Method in class uws.job.UWSJob
-
Gets the owner of this job.
- getOwner() - Method in class uws.service.request.UploadFile
-
Get the job that uses this uploaded file.
- getOwnerDirectory(JobOwner) - Method in class uws.service.file.LocalUWSFileManager
-
Gets the directory of the given owner.
- getOwnerGroup(JobOwner) - Method in class uws.service.file.DefaultOwnerGroupIdentifier
-
- getOwnerGroup(JobOwner) - Method in interface uws.service.file.OwnerGroupIdentifier
-
Let's extracting the group name of the given job owner.
- getOwnerID(UWSJob, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getOwnerID(UWSJob, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the owner ID of the given job.
- getOwnerID(UWSJob, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getP1() - Method in class adql.query.operand.function.geometry.DistanceFunction
-
Gets the first point.
- getP2() - Method in class adql.query.operand.function.geometry.DistanceFunction
-
Gets the second point.
- getParam(int) - Method in class adql.db.FunctionDef
-
Get the definition of the indParam-th parameter of this function.
- getParameter(int) - Method in class adql.query.operand.function.ADQLFunction
-
Gets the index-th parameter.
- getParameter(int) - Method in class adql.query.operand.function.DefaultUDF
-
- getParameter() - Method in class adql.query.operand.function.geometry.AreaFunction
-
Gets the parameter of the AREA function (so, a region whose the area must be computed).
- getParameter(int) - Method in class adql.query.operand.function.geometry.AreaFunction
-
- getParameter(int) - Method in class adql.query.operand.function.geometry.BoxFunction
-
- getParameter(int) - Method in class adql.query.operand.function.geometry.CentroidFunction
-
- getParameter(int) - Method in class adql.query.operand.function.geometry.CircleFunction
-
- getParameter(int) - Method in class adql.query.operand.function.geometry.ContainsFunction
-
- getParameter(int) - Method in class adql.query.operand.function.geometry.DistanceFunction
-
- getParameter(int) - Method in class adql.query.operand.function.geometry.ExtractCoord
-
- getParameter(int) - Method in class adql.query.operand.function.geometry.ExtractCoordSys
-
- getParameter(int) - Method in class adql.query.operand.function.geometry.IntersectsFunction
-
- getParameter(int) - Method in class adql.query.operand.function.geometry.PointFunction
-
- getParameter(int) - Method in class adql.query.operand.function.geometry.PolygonFunction
-
- getParameter(int) - Method in class adql.query.operand.function.geometry.RegionFunction
-
- getParameter(int) - Method in class adql.query.operand.function.MathFunction
-
- getParameter(int) - Method in class adql.query.operand.function.SQLFunction
-
- getParameter(String) - Method in class uws.job.UWSJob
-
Gets the value of the specified parameter.
- getParameter(String, HttpServletRequest, boolean) - Static method in class uws.UWSToolBox
-
Get the parameter specified by the given name from the given HTTP request.
- getParameters() - Method in class adql.query.operand.function.ADQLFunction
-
Gets the list of all parameters of this function.
- getParameters() - Method in class adql.query.operand.function.DefaultUDF
-
- getParameters() - Method in class adql.query.operand.function.geometry.AreaFunction
-
- getParameters() - Method in class adql.query.operand.function.geometry.BoxFunction
-
- getParameters() - Method in class adql.query.operand.function.geometry.CentroidFunction
-
- getParameters() - Method in class adql.query.operand.function.geometry.CircleFunction
-
- getParameters() - Method in class adql.query.operand.function.geometry.ContainsFunction
-
- getParameters() - Method in class adql.query.operand.function.geometry.DistanceFunction
-
- getParameters() - Method in class adql.query.operand.function.geometry.ExtractCoord
-
- getParameters() - Method in class adql.query.operand.function.geometry.ExtractCoordSys
-
- getParameters() - Method in class adql.query.operand.function.geometry.IntersectsFunction
-
- getParameters() - Method in class adql.query.operand.function.geometry.PointFunction
-
- getParameters() - Method in class adql.query.operand.function.geometry.PolygonFunction
-
- getParameters() - Method in class adql.query.operand.function.geometry.RegionFunction
-
- getParameters() - Method in class adql.query.operand.function.MathFunction
-
- getParameters() - Method in class adql.query.operand.function.SQLFunction
-
- getParameters(HttpServletRequest) - Static method in class uws.job.parameters.UWSParameters
-
Get the parameters stored in the given HTTP request.
- getParameters(JSONObject) - Method in class uws.service.backup.DefaultUWSBackupManager
-
Builds the list of parameters corresponding to the given JSON object.
- getParameters(String) - Static method in class uws.UWSToolBox
-
Converts the given query part of a HTTP-GET URL to a map of parameters.
- getParamsMap(HttpServletRequest) - Static method in class uws.UWSToolBox
-
Builds a map of strings with all parameters of the given HTTP request.
- getParsingDuration() - Method in class tap.TAPExecutionReport
-
Get the execution of the PARSE step.
- getPhase(String) - Static method in enum uws.job.ExecutionPhase
-
Get the Execution Phase corresponding to the given label.
- getPhase() - Method in class uws.job.JobPhase
-
Gets the current phase of the job.
- getPhase(UWSJob, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getPhase(UWSJob, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the phase of the given job.
- getPhase(UWSJob, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getPhase() - Method in class uws.job.UWSJob
-
Gets the phase in which this job is now.
- getPhaseManager() - Method in class uws.job.UWSJob
-
Gets the phase manager of this job.
- getPosition() - Method in class adql.parser.IdentifierItems
-
- getPosition() - Method in exception adql.parser.ParseException
-
Gets the position in the ADQL query of the token which generates this exception.
- getPosition() - Method in class adql.query.ADQLList
-
- getPosition() - Method in interface adql.query.ADQLObject
-
Gets the position of this object/token in the ADQL query.
- getPosition() - Method in class adql.query.ADQLQuery
-
- getPosition() - Method in class adql.query.ColumnReference
-
Gets the position in the original ADQL query string.
- getPosition() - Method in class adql.query.constraint.Between
-
- getPosition() - Method in class adql.query.constraint.Comparison
-
- getPosition() - Method in class adql.query.constraint.Exists
-
- getPosition() - Method in class adql.query.constraint.In
-
- getPosition() - Method in class adql.query.constraint.IsNull
-
- getPosition() - Method in class adql.query.constraint.NotConstraint
-
- getPosition() - Method in class adql.query.from.ADQLJoin
-
- getPosition() - Method in class adql.query.from.ADQLTable
-
Gets the position in the original ADQL query string.
- getPosition() - Method in class adql.query.operand.ADQLColumn
-
- getPosition() - Method in class adql.query.operand.function.ADQLFunction
-
- getPosition() - Method in class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
-
- getPosition() - Method in class adql.query.operand.NegativeOperand
-
- getPosition() - Method in class adql.query.operand.NumericConstant
-
- getPosition() - Method in class adql.query.operand.Operation
-
- getPosition() - Method in class adql.query.operand.StringConstant
-
- getPosition() - Method in class adql.query.operand.WrappedOperand
-
- getPosition() - Method in class adql.query.SelectItem
-
- getPosition(XMLStreamReader) - Method in class tap.metadata.TableSetParser
-
Get the current position of the given reader.
- getPossibleSeparators() - Method in class adql.query.ADQLList
-
Gets the list of all possible separators for this
ADQLList
.
- getPossibleSeparators() - Method in class adql.query.ClauseADQL
-
Possible separators: only ",".
- getPossibleSeparators() - Method in class adql.query.ClauseConstraints
-
Only two values in this case: the both logical separators:
AND
and
OR
.
- getPossibleSeparators() - Method in class adql.query.operand.Concatenation
-
- getPossibleValues() - Method in class uws.job.parameters.StringParamController
-
Gets the list of all allowed values.
- getPreferredMimeType() - Method in class uws.AcceptHeader
-
Gets the preferred MIME type (HTML, JSON or * /*) according to the order and the quality of all extracted MIME types.
- getProperty(Properties, String) - Static method in class tap.config.TAPConfiguration
-
Read the asked property from the given Properties object.
- getProperty(Properties, String) - Static method in class uws.config.UWSConfiguration
-
Read the asked property from the given Properties object.
- getProviderDescription() - Method in class tap.config.ConfigurableServiceConnection
-
- getProviderDescription() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getProviderName() - Method in class tap.config.ConfigurableServiceConnection
-
- getProviderName() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getPseudo() - Method in class uws.job.user.DefaultJobOwner
-
- getPseudo() - Method in interface uws.job.user.JobOwner
-
Pseudo of a user.
- getQualifiedSchemaName(DBTable) - Method in class adql.translator.JDBCTranslator
-
Get the qualified DB name of the schema containing the given table.
- getQualifiedTableName(DBTable) - Method in class adql.translator.JDBCTranslator
-
Get the qualified DB name of the given table.
- getQuery() - Method in class adql.query.SelectAllColumns
-
Gets the query whose all available columns must be selected.
- getQuery() - Method in class tap.parameters.TAPParameters
-
Get the value of the standard TAP parameter "QUERY".
- getQuery() - Method in exception tap.TAPException
-
Get the ADQL query which were executed when the error occurred.
- getQuery() - Method in class tap.TAPJob
-
Get the value of the QUERY parameter (i.e.
- getQueryChecker() - Method in class adql.parser.ADQLParser
-
- getQueryFactory() - Method in class adql.parser.ADQLParser
-
- getQueryPart(Map<String, String>) - Static method in class uws.UWSToolBox
-
Converts map of UWS parameters into a string corresponding to the query part of a HTTP-GET URL (i.e.
- getQueuedJobs() - Method in class uws.job.manager.AbstractQueuedExecutionManager
-
- getQueuedJobs() - Method in class uws.job.manager.DefaultExecutionManager
-
Always returns a Null Iterator (iterator whose next() returns null and hasNext() returns false).
- getQueuedJobs() - Method in interface uws.job.manager.ExecutionManager
-
Gets the list of queued jobs.
- getQuote(UWSJob, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getQuote(UWSJob, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the quote of the given job.
- getQuote(UWSJob, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getQuote() - Method in class uws.job.UWSJob
-
Get the quote attribute of this job.
- getRadius() - Method in class adql.query.operand.function.geometry.CircleFunction
-
Gets the radius of the center.
- getRawName() - Method in class tap.metadata.TAPColumn
-
Get the full ADQL name of this table, as it has been provided at initialization.
- getRawName() - Method in class tap.metadata.TAPSchema
-
Get the full ADQL name of this schema, as it has been provided at initialization.
- getRawName() - Method in class tap.metadata.TAPTable
-
Get the full ADQL name of this table, as it has been provided at initialization.
- getRegExp() - Method in class uws.job.parameters.StringParamController
-
Gets the Regular Expression that all values of this parameter must match.
- getRegTAPSchema() - Method in class tap.metadata.TAPMetadata
-
Get the description of the RegTAP schema, if it is defined.
- getRelationType(String) - Method in class tap.metadata.TAPForeignKey
-
- getReplacer(ADQLObject) - Method in class adql.search.RemoveHandler
-
Always returns null.
- getReplacer(ADQLObject) - Method in class adql.search.SimpleReplaceHandler
-
Gets (generate on the fly or not) an ADQLObject which must replace the given one (expected to be an ADQLObject that has matched).
- getRequest() - Method in class tap.parameters.TAPParameters
-
Get the value of the standard TAP parameter "REQUEST".
- getRequest() - Method in class tap.TAPJob
-
Get the value of the REQUEST parameter.
- getRequestParser() - Method in interface uws.service.UWS
-
Get its HTTP request parser.
- getRequestParser() - Method in class uws.service.UWSService
-
- getRequestParser() - Method in class uws.service.UWSServlet
-
- getRequestURI() - Method in class uws.service.UWSUrl
-
Gets the request URI.
- getRequestURL() - Method in class uws.service.UWSUrl
-
Gets the request URL.
- getResource(String) - Method in class tap.resource.TAP
-
Get the specified resource.
- getResources() - Method in class tap.resource.TAP
-
Let iterate over the full list of the TAP resources managed by this TAP service.
- getRestorationDate() - Method in class uws.job.UWSJob
-
Gets the date of the restoration of this job.
- getResult(Result, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getResult(Result, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the given result.
- getResult(Result, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getResult(String) - Method in class uws.job.UWSJob
-
Gets the specified result.
- getResult(JSONObject) - Method in class uws.service.backup.DefaultUWSBackupManager
-
Builds the result corresponding to the given JSON object.
- getResultFile(Result, UWSJob) - Method in class uws.service.file.LocalUWSFileManager
-
Gets the file corresponding to the given result.
- getResultFileName(Result, UWSJob) - Method in class uws.service.file.LocalUWSFileManager
-
Gets the name of the file in which the given result is/must be written.
- getResultingColumns() - Method in class adql.query.ADQLQuery
-
Gets the list of columns (database metadata) selected by this query.
- getResultInput(Result, UWSJob) - Method in class uws.service.file.LocalUWSFileManager
-
- getResultInput(Result, UWSJob) - Method in interface uws.service.file.UWSFileManager
-
Gets an input stream on the result file corresponding to the given job
result.
- getResultOutput(Result) - Method in class uws.job.JobThread
-
Gets an output stream for the given result.
- getResultOutput(Result, UWSJob) - Method in class uws.service.file.LocalUWSFileManager
-
- getResultOutput(Result, UWSJob) - Method in interface uws.service.file.UWSFileManager
-
Gets an output stream on the result file corresponding to the given job
result.
- getResults(UWSJob, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getResults(UWSJob, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the results of the given job.
- getResults(UWSJob, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getResults() - Method in class uws.job.UWSJob
-
Gets the results list of this job.
- getResults(JSONArray) - Method in class uws.service.backup.DefaultUWSBackupManager
-
Builds the list of results corresponding to the given JSON array.
- getResultSize(Result) - Method in class uws.job.JobThread
-
Gets the size of the corresponding result file.
- getResultSize(Result, UWSJob) - Method in class uws.service.file.LocalUWSFileManager
-
- getResultSize(Result, UWSJob) - Method in interface uws.service.file.UWSFileManager
-
Gets the size of the specified result file.
- getRetentionPeriod() - Method in class tap.config.ConfigurableServiceConnection
-
- getRetentionPeriod() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getRightOperand() - Method in class adql.query.constraint.Comparison
-
Gets the right part of the comparison.
- getRightOperand() - Method in class adql.query.operand.Operation
-
Gets the right part of the operation.
- getRightParam() - Method in class adql.query.operand.function.geometry.ContainsFunction
-
- getRightParam() - Method in class adql.query.operand.function.geometry.IntersectsFunction
-
- getRightTable() - Method in class adql.query.from.ADQLJoin
-
Gets the right "table" of this join.
- getRow() - Method in class tap.data.VOTableIterator.StreamVOTableSink
-
Get the last accepted row.
- getRowCount() - Method in class tap.formatter.VOTableFormat.LimitedStarTable
-
- getRowSequence() - Method in class tap.formatter.VOTableFormat.LimitedStarTable
-
- getRunId() - Method in class uws.job.parameters.UWSParameters
-
Gets the value of the parameter
runId
.
- getRunID(UWSJob, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getRunID(UWSJob, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the run ID of the given job.
- getRunID(UWSJob, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getRunId() - Method in class uws.job.UWSJob
-
Gets the RunID of this job given by the UWS user (presumed to be the
owner of this job).
- getRunningJobs() - Method in class uws.job.manager.AbstractQueuedExecutionManager
-
- getRunningJobs() - Method in class uws.job.manager.DefaultExecutionManager
-
- getRunningJobs() - Method in interface uws.job.manager.ExecutionManager
-
Gets the list of running jobs.
- getSchema() - Method in class adql.parser.IdentifierItems
-
- getSchema(String) - Method in class tap.metadata.TAPMetadata
-
Search for a schema having the given ADQL name.
- getSchema() - Method in class tap.metadata.TAPTable
-
Get the schema that owns this table.
- getSchemaName() - Method in class adql.query.from.ADQLTable
-
Gets the name of the schema which contains this table.
- getSchemaName() - Method in class adql.query.operand.ADQLColumn
-
Gets the name of the schema which contains this column.
- getSelect() - Method in class adql.query.ADQLQuery
-
Gets the SELECT clause of this query.
- getSeparator(int) - Method in class adql.query.ADQLList
-
Gets the separator between the list items index-1 and index.
- getSeparator(int) - Method in class adql.query.ClauseADQL
-
Returns always ",", except if the index is incorrect (index <= 0 or index >= size()).
- getSeparator(int) - Method in class adql.query.ClauseConstraints
-
- getSeparator(int) - Method in class adql.query.operand.Concatenation
-
- getSerializer(String) - Method in interface uws.service.UWS
-
Gets the serializer whose the MIME type is the same as the given one.
- getSerializer(String) - Method in class uws.service.UWSService
-
- getSerializer(String) - Method in class uws.service.UWSServlet
-
Gets the serializer whose the MIME type is the same as the given one.
- getSerializers() - Method in class uws.service.UWSService
-
Gets an iterator of the list of all serializers available in this UWS.
- getServerResource(String, HttpServletRequest) - Static method in class uws.UWSToolBox
-
Lets building the absolute URL of any resource available in the root server, from a relative URL.
- getServiceConnection() - Method in class tap.resource.TAP
-
Get the description of this service.
- getShape(String) - Static method in class tap.formatter.VOTableFormat
-
Convert the given VOTable arraysize into a ColumnInfo
shape.
- getShortMimeType() - Method in class tap.formatter.FITSFormat
-
- getShortMimeType() - Method in class tap.formatter.HTMLFormat
-
- getShortMimeType() - Method in class tap.formatter.JSONFormat
-
- getShortMimeType() - Method in interface tap.formatter.OutputFormat
-
Gets a short expression of its MIME type.
- getShortMimeType() - Method in class tap.formatter.SVFormat
-
- getShortMimeType() - Method in class tap.formatter.TextFormat
-
- getShortMimeType() - Method in class tap.formatter.VOTableFormat
-
- getSize() - Method in class uws.job.Result
-
Gets the size of the corresponding result file.
- getSource(String) - Method in class tap.metadata.TAPForeignKey
-
- getSources() - Method in class tap.metadata.TAPColumn
-
Get the list of foreign keys in which this column is a target (= is targeted another column).
- getStandardID() - Method in class tap.metadata.TAPMetadata
-
- getStandardID() - Method in class tap.resource.Availability
-
- getStandardID() - Method in class tap.resource.Capabilities
-
- getStandardID() - Method in class tap.resource.Examples
-
- getStandardID() - Method in class tap.resource.TAP
-
- getStandardID() - Method in interface tap.resource.VOSIResource
-
Get the standardID of this endpoint of the VOSI interface.
- getStartTime(UWSJob, boolean) - Method in class uws.job.serializer.JSONSerializer
-
- getStartTime(UWSJob, boolean) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the start time of the given job.
- getStartTime(UWSJob, boolean) - Method in class uws.job.serializer.XMLSerializer
-
- getStartTime() - Method in class uws.job.UWSJob
-
Gets the time at which the job execution has started.
- getStatement() - Method in class tap.db.JDBCConnection
-
- getStdSchema() - Method in class tap.db.JDBCConnection
-
- getStdSchema(boolean) - Static method in class tap.metadata.TAPMetadata
-
Get the definition of the whole standard TAP_SCHEMA.
- getStdTable(TAPMetadata.STDTable) - Static method in class tap.metadata.TAPMetadata
-
Get the definition of the specified standard TAP table.
- getStr(ExecutionPhase) - Static method in enum uws.job.ExecutionPhase
-
Get the label of the given Execution Phase.
- getString() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONObjectReader
-
- getStringParam(String) - Method in class tap.parameters.TAPParameters
-
Get the value of the given parameter, but as a String, whatever is its original type.
- getSubQuery() - Method in class adql.query.constraint.Exists
-
Gets the sub-query of this EXISTS constraint.
- getSubQuery() - Method in class adql.query.constraint.In
-
Gets the sub-query (right operand) of this IN constraint.
- getSubQuery() - Method in class adql.query.from.ADQLTable
-
Gets the sub-query used as table.
- GetSuffix(int) - Method in class adql.parser.SimpleCharStream
-
Get the suffix.
- getSync() - Method in class tap.resource.TAP
-
Get the /sync resource of this TAP service.
- getSystem() - Method in class tap.metadata.TAPCoosys
-
Get the coordinate system of this definition.
- getTable() - Method in interface adql.db.DBColumn
-
Gets the table which contains this
DBColumn
.
- getTable() - Method in class adql.db.DBCommonColumn
-
- getTable() - Method in class adql.db.DefaultDBColumn
-
- getTable() - Method in class adql.parser.IdentifierItems
-
- getTable() - Method in class tap.metadata.TAPColumn
-
- getTable(String, String) - Method in class tap.metadata.TAPMetadata
-
Search for the specified table in this TAP metadata set.
- getTable(String) - Method in class tap.metadata.TAPMetadata
-
Search in this TAP metadata set for all tables whose the ADQL name matches the given one,
whatever is their schema.
- getTable(String) - Method in class tap.metadata.TAPSchema
-
Search for a table having the given ADQL name.
- getTableName() - Method in exception adql.db.exception.UnresolvedTableException
-
- getTableName() - Method in class adql.query.from.ADQLTable
-
Gets the name of the table.
- getTableName() - Method in class adql.query.operand.ADQLColumn
-
Gets the name of the table which contains this column.
- getTableName(DBTable, boolean) - Method in class adql.translator.JDBCTranslator
-
Get the DB name of the given table.
- getTables() - Method in class adql.query.from.ADQLJoin
-
- getTables() - Method in class adql.query.from.ADQLTable
-
- getTables() - Method in interface adql.query.from.FromContent
-
Gets all
ADQLTable
instances contained in this FROM part (itself included, if it is an
ADQLTable
).
- getTables() - Method in class tap.metadata.TAPMetadata
-
Get the list of all tables available in this TAP metadata set.
- getTablesByAlias(String, boolean) - Method in class adql.query.from.ADQLJoin
-
- getTablesByAlias(String, boolean) - Method in class adql.query.from.ADQLTable
-
- getTablesByAlias(String, boolean) - Method in interface adql.query.from.FromContent
-
Gets all the table whose the alias is equals to the given one.
- getTableSchemaIndexInMetadata() - Method in class tap.db.JDBCConnection
-
Get the index of the column returning the schema name in the ResultSet
returned by DatabaseMetaData.getTables(String, String, String, String[])
.
- getTablesToUpload() - Method in class tap.TAPJob
-
Get the list of tables to upload in the database for the query execution.
- getTabSize() - Method in class adql.parser.SimpleCharStream
-
- getTAPJob() - Method in class tap.AsyncThread
-
Get the description of the job that this thread is executing.
- getTAPMetadata() - Method in class tap.config.ConfigurableServiceConnection
-
- getTAPMetadata() - Method in class tap.resource.TAP
-
Get the object managing all the metadata (information about the published columns and tables)
of this TAP service.
- getTAPMetadata() - Method in interface tap.ServiceConnection
-
[MANDATORY]
- getTapParams() - Method in class tap.TAPJob
-
Get the object storing and managing the set of all (UWS and TAP)
parameters.
- getTapParams() - Method in class tap.TAPSyncJob
-
Get the TAP parameters provided by the user and which will be used for the execution of this job.
- getTAPResources() - Method in class tap.resource.TAP
-
- getTAPSchema() - Method in interface tap.db.DBConnection
-
Fetch the whole content of TAP_SCHEMA.
- getTAPSchema() - Method in class tap.db.JDBCConnection
-
In this implementation, this function is first creating a virgin
TAPMetadata
object
that will be filled progressively by calling the following functions:
- getTarget(String) - Method in class tap.metadata.TAPForeignKey
-
- getTargets() - Method in class tap.metadata.TAPColumn
-
Get the list of foreign keys in which this column is a source (= is targeting another column).
- getTargetTable() - Method in class tap.metadata.TAPForeignKey
-
- getText(XMLStreamReader) - Method in class tap.metadata.TableSetParser
-
Get the text of the current node.
- getTimeToWaitForEnd() - Method in class uws.job.UWSJob
-
Gets the time to wait for the end of the thread after an interruption.
- getTitle() - Method in class tap.metadata.TAPSchema
-
Get the title of this schema.
- getTitle() - Method in class tap.metadata.TAPTable
-
Get the title of this table.
- getTmpDirectory() - Method in class uws.service.file.LocalUWSFileManager
-
- getTmpDirectory() - Method in interface uws.service.file.UWSFileManager
-
Get the temporary directory to use in this service.
- getToken(int) - Method in class adql.parser.ADQLParser
-
Get the specific Token.
- getTotalDuration() - Method in class tap.TAPExecutionReport
-
Get the total duration of the job execution.
- getType() - Method in class adql.query.from.OuterJoin
-
Gets the OUTER join type (left, right or full).
- getType() - Method in class adql.query.operand.function.MathFunction
-
Gets the type of the function (ABS, COS, SIN, ...).
- getType() - Method in class adql.query.operand.function.SQLFunction
-
Gets the type (COUNT, SUM, AVG, ...) of this function.
- getType() - Method in class tap.metadata.TAPTable
-
Get the type of this table.
- getType() - Method in class uws.job.ErrorSummary
-
- getType() - Method in class uws.job.Result
-
Get the type of this result.
- getUcd() - Method in class tap.metadata.TAPColumn
-
Get the UCD describing the scientific content of this column.
- getUDFClass() - Method in class adql.db.FunctionDef
-
Get the class of the
UserDefinedFunction
able to represent the function defined here in an ADQL tree.
- getUDFs() - Method in class tap.config.ConfigurableServiceConnection
-
- getUDFs() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getUnit() - Method in class tap.metadata.TAPColumn
-
Get the unit of the column's values.
- getUpload() - Method in class tap.parameters.TAPParameters
-
Get the value of the standard TAP parameter "UPLOAD".
- getUpload() - Method in class tap.TAPJob
-
Get the value of the UPLOAD parameter.
- getUploadDuration() - Method in class tap.TAPExecutionReport
-
Get the execution of the UPLOAD step.
- getUploadedTables() - Method in class tap.parameters.TAPParameters
-
Get the list of all tables uploaded and defined by the standard TAP parameter "UPLOAD".
- getUploadFile(JSONObject) - Method in class uws.service.backup.DefaultUWSBackupManager
-
Build the upload file corresponding to the given JSON object.
- getUploadInput(UploadFile) - Method in class uws.service.file.LocalUWSFileManager
-
- getUploadInput(UploadFile) - Method in interface uws.service.file.UWSFileManager
-
Open a stream toward the specified file, submitted inline in an HTTP
request.
- getUploadJson(UploadFile) - Method in class uws.service.backup.DefaultUWSBackupManager
-
Get the JSON representation of the given
UploadFile
.
- getUploadLimit() - Method in class tap.config.ConfigurableServiceConnection
-
- getUploadLimit() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getUploadLimitType() - Method in class tap.config.ConfigurableServiceConnection
-
- getUploadLimitType() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getUrl() - Method in class uws.job.JobList
-
Gets the UWS URL of this jobs list in function of its UWS.
- getUrl() - Method in class uws.job.UWSJob
-
Gets the UWS URL of this job in function of its jobs list.
- getUrlHeader() - Method in class uws.service.UWSUrl
-
Gets the URL header of the request URL.
- getUrlInterpreter() - Method in interface uws.service.UWS
-
Gets the object which is able to interpret and to build any UWS URL.
- getUrlInterpreter() - Method in class uws.service.UWSService
-
- getUrlInterpreter() - Method in class uws.service.UWSServlet
-
Gets the UWS URL interpreter of this UWS.
- getUser(JSONObject) - Method in class uws.service.backup.DefaultUWSBackupManager
-
Builds the instance of
JobOwner
corresponding to the given JSON object.
- getUser(HttpServletRequest, UserIdentifier) - Static method in class uws.UWSToolBox
-
Extract the user/job owner from the given HTTP request.
- getUserData(String) - Method in class uws.job.user.DefaultJobOwner
-
- getUserIdentifier() - Method in class tap.config.ConfigurableServiceConnection
-
- getUserIdentifier() - Method in interface tap.ServiceConnection
-
[OPTIONAL]
- getUserIdentifier() - Method in interface uws.service.UWS
-
Gets the object which is able to identify a user from an HTTP request.
- getUserIdentifier() - Method in class uws.service.UWSService
-
Gets the object which lets extracting the user ID from a HTTP request.
- getUserIdentifier() - Method in class uws.service.UWSServlet
-
Gets the object which lets extracting the user ID from a HTTP request.
- getUsers() - Method in class uws.job.JobList
-
Gets all users that own at least one job in this list.
- getUtype() - Method in class tap.metadata.TAPColumn
-
Get the UType associating this column with a data-model.
- getUtype() - Method in class tap.metadata.TAPForeignKey
-
- getUtype() - Method in class tap.metadata.TAPSchema
-
Get the UType associating this schema with a data-model.
- getUtype() - Method in class tap.metadata.TAPTable
-
Get the UType associating this table with a data-model.
- getUWS() - Method in class tap.resource.ASync
-
Get the UWS behind this TAP resource.
- getUWS() - Method in class tap.resource.TAP
-
Get the UWS service used for the /async service.
- getUWS() - Method in class uws.job.JobList
-
Gets the UWS which manages this jobs list.
- getUWS(UWS, JobOwner) - Method in class uws.job.serializer.JSONSerializer
-
- getUWS(UWS) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the given UWS.
- getUWS(UWS, JobOwner) - Method in class uws.job.serializer.UWSSerializer
-
Serializes the given UWS for the specified user.
- getUWS(UWS, JobOwner) - Method in class uws.job.serializer.XMLSerializer
-
- getUWS() - Method in class uws.service.actions.UWSAction
-
Gets the UWS which contains this action.
- getUWSAction(String) - Method in class uws.service.UWSService
-
Gets the action of this UWS which has the same name as the given one.
- getUWSActions() - Method in class uws.service.UWSService
-
Gets all actions of this UWS.
- getUWSErrorType() - Method in exception uws.UWSException
-
Get the type of this error (from the UWS point of view ; FATAL or TRANSIENT).
- getUWSName() - Method in class uws.service.UWSUrl
-
Gets the SUPPOSED name of the UWS from its baseURI.
- getUWSNamespace() - Method in class uws.job.serializer.XMLSerializer
-
Gets all UWS namespaces declarations needed for an XML representation of
a UWS object.
- getUWSNamespace(boolean) - Method in class uws.job.serializer.XMLSerializer
-
Gets the node attributes which declare the UWS namespace.
- getUwsURI() - Method in class uws.service.UWSUrl
-
Gets the UWS URI.
- getValidColMeta(DBColumn, TAPColumn) - Method in class tap.formatter.JSONFormat
-
Try to get or otherwise to build appropriate metadata using those extracted from the ADQL query and those extracted from the result.
- getValidColMeta(DBColumn, TAPColumn) - Static method in class tap.formatter.VOTableFormat
-
Try to get or otherwise to build appropriate metadata using those extracted from the ADQL query and those extracted from the result.
- getValue() - Method in class adql.parser.Token
-
An optional attribute value of the Token.
- getValue() - Method in class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
-
- getValue() - Method in class adql.query.operand.NumericConstant
-
- getValue() - Method in class adql.query.operand.StringConstant
-
- getValue() - Method in class uws.job.jobInfo.SingleValueJobInfo
-
Get the represented value.
- getValue() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONObjectReader
-
- getValuesList() - Method in class adql.query.constraint.In
-
Gets the values list (right operand) of this IN constraint.
- getVersion() - Method in class tap.parameters.TAPParameters
-
Get the value of the standard TAP parameter "VERSION".
- getVersion() - Method in class tap.TAPJob
-
Get the value of the VERSION parameter.
- getVotSerialization() - Method in class tap.formatter.VOTableFormat
-
Get the set VOTable data serialization/format (e.g.
- getVotVersion() - Method in class tap.formatter.VOTableFormat
-
Get the set VOTable version.
- getWaitPolicy() - Method in class uws.service.UWSService
-
Get the currently used strategy for the blocking behavior of the
Job Summary action.
- getWaitPolicy() - Method in class uws.service.UWSServlet
-
Get the currently used strategy for the blocking behavior of the
Job Summary action.
- getWhere() - Method in class adql.query.ADQLQuery
-
Gets the WHERE clause of this query.
- getWidth() - Method in class adql.query.operand.function.geometry.BoxFunction
-
Gets the width of the box.
- getWorkError() - Method in class uws.job.UWSJob
-
Gets the error (if any) which has occurred during the job execution.
- getWrappedIterator() - Method in class tap.data.LimitedTableIterator
-
- getXML(String) - Method in interface uws.job.jobInfo.JobInfo
-
Get the XML representation of this
JobInfo
.
- getXML(String) - Method in class uws.job.jobInfo.SingleValueJobInfo
-
- getXML(String) - Method in class uws.job.jobInfo.XMLJobInfo
-
- getXSLTPath() - Method in class tap.metadata.TAPMetadata
-
Gets the path/URL of the XSLT style-sheet to use.
- getXSLTPath() - Method in class tap.resource.Capabilities
-
Gets the path/URL of the XSLT style-sheet to use.
- getXSLTPath() - Method in class uws.job.serializer.XMLSerializer
-
Gets the path/URL of the XSLT style-sheet to use.
- getXsltURL() - Method in class uws.service.UWSService
-
Gets the URL of the XSLT style-sheet that the XML serializer of this UWS is using.
- getXsltURL() - Method in class uws.service.UWSServlet
-
Gets the URL of the XSLT style-sheet that the XML serializer of this UWS is using.
- goInto(ADQLObject) - Method in class adql.search.SimpleSearchHandler
-
Indicates whether the research must continue inside the given ADQL object or not:
by default, it returns always true except if the given object is an ADQL query while the research must not be recursive.
- goToEndTag(XMLStreamReader, String) - Method in class tap.metadata.TableSetParser
-
Skip all tags from the current position to the end of the specified node.
- GREATER_EQUAL_THAN - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- GREATER_THAN - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- GROUP - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- GroupBy() - Method in class adql.parser.ADQLParser
-
- groupUserDirectories - Variable in class uws.service.file.LocalUWSFileManager
-
Gather user directories, set by set.
- guessMimeType(String) - Method in class tap.formatter.SVFormat
-
Try to guess the MIME type to associate with this SV format, in function of the column separator.
- guessShortMimeType(String) - Method in class tap.formatter.SVFormat
-
Try to guess the short MIME type to associate with this SV format, in function of the column separator.