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

A

abort() - Method in class uws.job.UWSJob
Stops immediately the job, sets its phase to ABORTED and sets its end time.
abortJob(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL (HTTP-GET ONLY) to abort the specified job.
ABS - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
AbstractQueuedExecutionManager - Class in uws.job.manager
Abstract implementation of the interface ExecutionManager which lets managing an execution queue.
AbstractQueuedExecutionManager(UWSLog) - Constructor for class uws.job.manager.AbstractQueuedExecutionManager
Builds an execution manager without queue.
AbstractTAPFactory - Class in tap
Default implementation of most of the TAPFactory function.
AbstractTAPFactory(ServiceConnection) - Constructor for class tap.AbstractTAPFactory
Build a basic TAPFactory.
AbstractTAPFactory(ServiceConnection, ServiceErrorWriter) - Constructor for class tap.AbstractTAPFactory
Build a basic TAPFactory.
AbstractUWSFactory - Class in uws.service
Abstract implementation of UWSFactory.
AbstractUWSFactory() - Constructor for class uws.service.AbstractUWSFactory
 
AbstractUWSFactory(String[]) - Constructor for class uws.service.AbstractUWSFactory
Builds a factory with a list of the name of all expected additional parameters.
accept(File) - Method in class uws.service.file.LocalUWSFileManager.DirectoryFilter
 
accept(File) - Method in class uws.service.file.LocalUWSFileManager.OwnerFileFilter
 
ACCEPTED_BUT_NOT_COMPLETE - Static variable in exception uws.UWSException
 
AcceptHeader - Class in uws
Parser of HTTP Accept header.
AcceptHeader(String) - Constructor for class uws.AcceptHeader
Parses the given value of the Accept field of HTTP request header.
acceptMetadata(StarTable) - Method in class tap.data.VOTableIterator.StreamVOTableSink
 
acceptRow(Object[]) - Method in class tap.data.VOTableIterator.StreamVOTableSink
 
accessURL - Variable in class tap.metadata.TAPMetadata
Part of the TAP URI which identify this TAP resource.
accessURL - Variable in class tap.resource.Availability
URL toward this TAP resource.
accessURL - Variable in class tap.resource.Capabilities
URL toward this TAP resource.
accessURL - Variable in class tap.resource.Examples
URL toward this TAP resource.
ACOS - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
ACTION_DELETE - Static variable in class uws.job.UWSJob
Name of the DELETE action.
add(DBColumn) - Method in class adql.db.SearchColumnList
 
add(DBTable) - Method in class adql.db.SearchTableList
 
add(T) - Method in class adql.query.ADQLList
Adds the given item (if not null) at the end of this clause.
add(int, T) - Method in class adql.query.ADQLList
Adds the given item (if not null) at the given position into this clause.
add(ADQLConstraint) - Method in class adql.query.ClauseConstraints
 
add(int, ADQLConstraint) - Method in class adql.query.ClauseConstraints
 
add(String, ADQLConstraint) - Method in class adql.query.ClauseConstraints
Adds the given constraint with the given separator.
add(int, String, ADQLConstraint) - Method in class adql.query.ClauseConstraints
Adds the given constraint with the given separator at the given position in the constraints list.
add(ADQLOperand) - Method in class adql.query.ClauseSelect
Adds an operand to this SELECT clause.
add(int, ADQLOperand) - Method in class adql.query.ClauseSelect
Adds an operand to this SELECT clause at the given position.
add(E) - Method in class cds.utils.TextualSearchList
Adds the given object at the end of this list.
add(int, E) - Method in class cds.utils.TextualSearchList
Adds the given object at the given position in this list.
add(ExecutionPhase) - Method in class uws.job.serializer.filter.PhasesFilter
Add the given phase in the list of accepted phases.
ADD_JOB - Static variable in class uws.service.actions.UWSAction
Name of the UWS action AddJob.
addAll(Collection<? extends DBColumn>) - Method in class adql.db.SearchColumnList
 
addAll(Collection<? extends E>) - Method in class cds.utils.TextualSearchList
Appends all the objects of the given collection in this list.
addAll(int, Collection<? extends E>) - Method in class cds.utils.TextualSearchList
Appends all the objects of the given collection in this list after the given position.
addAllColumns(Collection<DBColumn>) - Method in class adql.db.DefaultDBTable
 
addAllExcept(SearchColumnList, SearchColumnList, Map<String, DBCommonColumn>) - Static method in class adql.query.from.ADQLJoin
 
addAllExcept2(SearchColumnList, SearchColumnList, Map<String, DBColumn>) - Static method in class adql.query.from.SQLServer_InnerJoin
 
addColumn(DBColumn) - Method in class adql.db.DefaultDBTable
 
addColumn(TAPColumn) - Method in class tap.metadata.TAPTable
Add a column to this table.
addColumn(String) - Method in class tap.metadata.TAPTable
Build a TAPColumn object whose the ADQL and DB name will the given one.
addColumn(String, DBType, String, String, String, String) - Method in class tap.metadata.TAPTable
Build a TAPColumn object whose the ADQL and DB name will the given one.
addColumn(String, DBType, String, String, String, String, boolean, boolean, boolean) - Method in class tap.metadata.TAPTable
Build a TAPColumn object whose the ADQL and DB name will the given one.
addCoosys(TAPCoosys) - Method in class tap.metadata.TAPMetadata
Add the given coordinate system definition.
addCoveredTable(DBTable) - Method in class adql.db.DBCommonColumn
Add a table that this common column must cover from now.
addEscapes(String) - Static method in error adql.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addException(ParseException) - Method in exception adql.db.exception.UnresolvedIdentifiersException
Adds a ParseException (supposed to be either an UnresolvedColumnException or an UnresolvedTableException).
addExpectedAdditionalParameter(String) - Method in class uws.service.AbstractUWSFactory
Adds the name of an additional parameter which must be identified without taking into account its case and then stored with the case of the given name.
addExpectedAdditionalParameter(String) - Method in class uws.service.UWSServlet
Adds the name of an additional parameter which must be identified without taking into account its case and then stored with the case of the given name.
addForeignKey(TAPForeignKey) - Method in class tap.metadata.TAPTable
Add the given foreign key to this table.
addForeignKey(String, TAPTable, Map<String, String>) - Method in class tap.metadata.TAPTable
Build a foreign key using the ID, the target table and the given list of columns.
addForeignKey(String, TAPTable, Map<String, String>, String, String) - Method in class tap.metadata.TAPTable
Build a foreign key using the ID, the target table, the given list of columns, the given description and the given UType.
addGETParameters(HttpServletRequest, Map<String, Object>) - Static method in class uws.UWSToolBox
Extract only the GET parameters from the given HTTP request and add them inside the given map.
addHeaderLine(String) - Method in class cds.util.AsciiTable
Deprecated.
Add a header line.
addHeaderLine(String) - Method in class cds.util.LargeAsciiTable
Add a header line.
addHsep(StringBuffer, int) - Method in class cds.util.LargeAsciiTable
Add horizontal separator chars to the StringBuffer.
addJob(UWSJob) - Method in class uws.job.serializer.filter.JobListRefiner
Add the given job in the temporary internal list of filtered jobs by preserving the specified sorting.
AddJob - Class in uws.service.actions
The "Add Job" action of a UWS.
AddJob(UWSService) - Constructor for class uws.service.actions.AddJob
 
addJobList(JobList) - Method in interface uws.service.UWS
Adds a jobs list to this UWS.
addJobList(JobList) - Method in class uws.service.UWSService
Adds a jobs list to this UWS.
addJobList(JobList) - Method in class uws.service.UWSServlet
 
addLine(String) - Method in class cds.util.AsciiTable
Deprecated.
Add a line to the table
addLine(String) - Method in class cds.util.LargeAsciiTable
Add a line to the table.
addMatch(ADQLObject, ADQLIterator) - Method in class adql.search.SimpleSearchHandler
Adds the given ADQL object as one result of the research.
addMatchAndReplace(ADQLObject, ADQLIterator) - Method in class adql.search.SimpleReplaceHandler
Adds the given ADQL object as one result of the research, and then replace its reference inside its parent.
addNewJob(UWSJob) - Method in class uws.job.JobList
Add the given job to the list except if a job with the same jobID already exists.
addObserver(JobObserver) - Method in class uws.job.UWSJob
Lets adding an observer of this job.
addOrUpdateParameter(String, Object) - Method in class uws.job.UWSJob
Adds or updates the specified parameter with the given value ONLY IF the job can be updated (considering its current execution phase, see JobPhase.isJobUpdatable()).
addOrUpdateParameter(String, Object, JobOwner) - Method in class uws.job.UWSJob
Adds or updates the specified parameter with the given value ONLY IF the job can be updated (considering its current execution phase, see JobPhase.isJobUpdatable()).
addOrUpdateParameters(UWSParameters) - Method in class uws.job.UWSJob
Adds or updates the given parameters ONLY IF the job can be updated (considering its current execution phase, see JobPhase.isJobUpdatable()).
addOrUpdateParameters(UWSParameters, JobOwner) - Method in class uws.job.UWSJob
Adds or updates the given parameters ONLY IF the job can be updated (considering its current execution phase, see JobPhase.isJobUpdatable()).
addOutputFormat(OutputFormat) - Method in class tap.config.ConfigurableServiceConnection
Add the given OutputFormat in the list of output formats supported by the TAP service.
addResource(TAPResource) - Method in class tap.resource.TAP
Add the given resource in this TAP service.
addResource(String, TAPResource) - Method in class tap.resource.TAP
Add the given resource in this TAP service with the given ID (which will be also the URI to access this resource).
addResult(Result) - Method in class uws.job.UWSJob
Adds the given result in the results list of this job.
addSchema(TAPSchema) - Method in class tap.metadata.TAPMetadata
Add the given schema inside this TAP metadata set.
addSchema(String) - Method in class tap.metadata.TAPMetadata
Build a new TAPSchema object with the given ADQL name.
addSchema(String, String, String) - Method in class tap.metadata.TAPMetadata
Build a new TAPSchema object with the given ADQL name.
addSerializer(UWSSerializer) - Method in class uws.service.UWSService
Adds a serializer to this UWS
addSerializer(UWSSerializer) - Method in class uws.service.UWSServlet
Adds a serializer to this UWS
addSource(TAPForeignKey) - Method in class tap.metadata.TAPColumn
Let add a foreign key in which this column is a target (= which is targeted by another column).
addspaces(StringBuffer, int) - Method in class cds.util.LargeAsciiTable
Add nb spaces to the StringBuffer.
addTable(TAPTable) - Method in class tap.metadata.TAPSchema
Add the given table inside this schema.
addTable(String) - Method in class tap.metadata.TAPSchema
Build a TAPTable object whose the ADQL and DB name will the given one.
addTable(String, TAPTable.TableType, String, String) - Method in class tap.metadata.TAPSchema
Build a TAPTable object whose the ADQL and DB name will the given one.
addTarget(TAPForeignKey) - Method in class tap.metadata.TAPColumn
Let add a foreign key in which this column is a source (= which is targeting another column).
addUploadedTable(TAPTable, TableIterator) - Method in interface tap.db.DBConnection
Add the defined and given table inside the TAP_UPLOAD schema.
addUploadedTable(TAPTable, TableIterator) - Method in class tap.db.JDBCConnection
Important note: Only tables uploaded by users can be created in the database.
addUWSAction(UWSAction) - Method in class uws.service.UWSService
Lets adding the given action to this UWS.
addUWSAction(int, UWSAction) - Method in class uws.service.UWSService
Lets inserting the given action at the given position in the actions list of this UWS.
adjustBeginLineColumn(int, int) - Method in class adql.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adql.db - package adql.db
 
adql.db.exception - package adql.db.exception
 
adql.parser - package adql.parser
 
adql.query - package adql.query
 
adql.query.constraint - package adql.query.constraint
 
adql.query.from - package adql.query.from
 
adql.query.operand - package adql.query.operand
 
adql.query.operand.function - package adql.query.operand.function
 
adql.query.operand.function.geometry - package adql.query.operand.function.geometry
 
adql.search - package adql.search
 
adql.translator - package adql.translator
 
adqlCatalogName - Variable in class adql.db.DefaultDBTable
 
ADQLColumn - Class in adql.query.operand
Represents the complete (literal) reference to a column ({schema(s)}.{table}.{column}).
ADQLColumn(String) - Constructor for class adql.query.operand.ADQLColumn
Builds a Column with the complete reference to a column ({schema(s)}.{table}.{column}).
ADQLColumn(String, String) - Constructor for class adql.query.operand.ADQLColumn
Builds a column with the given column name and the given table name.
ADQLColumn(String, String, String) - Constructor for class adql.query.operand.ADQLColumn
Builds a column with the given column name, table name and schema name.
ADQLColumn(String, String, String, String) - Constructor for class adql.query.operand.ADQLColumn
Builds a column with the given column name, table name, schema name and catalog name.
ADQLColumn(ADQLColumn) - Constructor for class adql.query.operand.ADQLColumn
Builds a Column by copying the given one.
ADQLConstraint - Interface in adql.query.constraint
An ADQL constraint (comparison, in, exists, ...) must implement this interface.
ADQLExecutor - Class in tap
Let process completely an ADQL query.
ADQLExecutor(ServiceConnection) - Constructor for class tap.ADQLExecutor
Build an ADQLExecutor.
ADQLFunction - Class in adql.query.operand.function
Represents any kind of function.
ADQLFunction() - Constructor for class adql.query.operand.function.ADQLFunction
 
ADQLFunction.ParameterIterator - Class in adql.query.operand.function
Lets iterating on all parameters of the given function.
ADQLIterator - Interface in adql.query
Lets iterating on all ADQL objects inside any ADQL object.
adqlIterator() - Method in class adql.query.ADQLList
 
adqlIterator() - Method in interface adql.query.ADQLObject
Gets an iterator on the intern ADQL objects.
adqlIterator() - Method in class adql.query.ADQLQuery
 
adqlIterator() - Method in class adql.query.ColumnReference
 
adqlIterator() - Method in class adql.query.constraint.Between
 
adqlIterator() - Method in class adql.query.constraint.Comparison
 
adqlIterator() - Method in class adql.query.constraint.Exists
 
adqlIterator() - Method in class adql.query.constraint.In
 
adqlIterator() - Method in class adql.query.constraint.IsNull
 
adqlIterator() - Method in class adql.query.constraint.NotConstraint
 
adqlIterator() - Method in class adql.query.from.ADQLJoin
 
adqlIterator() - Method in class adql.query.from.ADQLTable
 
adqlIterator() - Method in class adql.query.operand.ADQLColumn
 
adqlIterator() - Method in class adql.query.operand.function.ADQLFunction
 
adqlIterator() - Method in class adql.query.operand.function.geometry.GeometryFunction.GeometryValue
 
adqlIterator() - Method in class adql.query.operand.NegativeOperand
 
adqlIterator() - Method in class adql.query.operand.NumericConstant
 
adqlIterator() - Method in class adql.query.operand.Operation
 
adqlIterator() - Method in class adql.query.operand.StringConstant
 
adqlIterator() - Method in class adql.query.operand.WrappedOperand
 
adqlIterator() - Method in class adql.query.SelectAllColumns
 
adqlIterator() - Method in class adql.query.SelectItem
 
ADQLJoin - Class in adql.query.from
Defines a join between two "tables".
ADQLJoin(FromContent, FromContent) - Constructor for class adql.query.from.ADQLJoin
Builds an ADQLJoin with at least two FromContent objects: the left and the right part of the join (usually two tables: T1 JOIN T2).
ADQLJoin(ADQLJoin) - Constructor for class adql.query.from.ADQLJoin
Builds an ADQL join by copying the given one.
ADQLList<T extends ADQLObject> - Class in adql.query
Represents a list of ADQL items.
ADQLList(String) - Constructor for class adql.query.ADQLList
Builds an ADQLList with only its name.
ADQLList(ADQLList<T>) - Constructor for class adql.query.ADQLList
Builds an ADQLList by copying the given one.
ADQLList.ADQLListIterator - Class in adql.query
Lets iterating on all ADQL objects of the given ADQLList.
ADQLListIterator(ADQLList<? extends ADQLObject>) - Constructor for class adql.query.ADQLList.ADQLListIterator
 
adqlName - Variable in class adql.db.DefaultDBColumn
Name that this column must have in ADQL queries.
adqlName - Variable in class adql.db.DefaultDBTable
 
ADQLObject - Interface in adql.query
This class gathers all main behaviors of any ADQL object (query, clause, columns, condition, etc...): to have a name in ADQL to be written in ADQL to offer a way to search any ADQL item (included itself) to get its position in the original ADQL query.
ADQLOperand - Interface in adql.query.operand
Any ADQL operand (an operation, a constant, a column name, a function, ...) must implement this interface and indicates whether it corresponds to a numeric, a string or a geometrical region value.
ADQLOrder - Class in adql.query
Represents an item of the ORDER BY list: that's to say a column reference plus a sorting indication (ASC, DESC).
ADQLOrder(int) - Constructor for class adql.query.ADQLOrder
Builds an order indication with the index of the selected column on which an ASCending ordering will be done.
ADQLOrder(int, boolean) - Constructor for class adql.query.ADQLOrder
Builds an order indication with the index of the selected column on which the specified ordering will be done.
ADQLOrder(String) - Constructor for class adql.query.ADQLOrder
Builds an order indication with the name or the alias of the selected column on which an ASCending ordering will be done.
ADQLOrder(String, boolean) - Constructor for class adql.query.ADQLOrder
Builds an order indication with the name of the alias of the selected column on which the specified ordering will be done.
ADQLOrder(ADQLOrder) - Constructor for class adql.query.ADQLOrder
Builds an ORDER BY item by copying the given one.
ADQLParser - Class in adql.parser
Parses an ADQL query thanks to the ADQLParser.Query() function.
ADQLParser() - Constructor for class adql.parser.ADQLParser
Builds an ADQL parser without a query to parse.
ADQLParser(QueryChecker, ADQLQueryFactory) - Constructor for class adql.parser.ADQLParser
Builds an ADQL parser without a query to parse but with a QueryChecker and a ADQLQueryFactory.
ADQLParser(QueryChecker) - Constructor for class adql.parser.ADQLParser
Builds an ADQL parser without a query to parse but with a QueryChecker.
ADQLParser(ADQLQueryFactory) - Constructor for class adql.parser.ADQLParser
Builds an ADQL parser without a query to parse but with a ADQLQueryFactory.
ADQLParser(InputStream, QueryChecker, ADQLQueryFactory) - Constructor for class adql.parser.ADQLParser
Builds a parser with a stream containing the query to parse.
ADQLParser(InputStream, QueryChecker) - Constructor for class adql.parser.ADQLParser
Builds a parser with a stream containing the query to parse.
ADQLParser(InputStream, ADQLQueryFactory) - Constructor for class adql.parser.ADQLParser
Builds a parser with a stream containing the query to parse.
ADQLParser(InputStream, String, QueryChecker, ADQLQueryFactory) - Constructor for class adql.parser.ADQLParser
Builds a parser with a stream containing the query to parse.
ADQLParser(InputStream, String, QueryChecker) - Constructor for class adql.parser.ADQLParser
Builds a parser with a stream containing the query to parse.
ADQLParser(InputStream, String, ADQLQueryFactory) - Constructor for class adql.parser.ADQLParser
Builds a parser with a stream containing the query to parse.
ADQLParser(Reader, QueryChecker, ADQLQueryFactory) - Constructor for class adql.parser.ADQLParser
Builds a parser with a reader containing the query to parse.
ADQLParser(Reader, QueryChecker) - Constructor for class adql.parser.ADQLParser
Builds a parser with a reader containing the query to parse.
ADQLParser(Reader, ADQLQueryFactory) - Constructor for class adql.parser.ADQLParser
Builds a parser with a reader containing the query to parse.
ADQLParser(ADQLParserTokenManager, QueryChecker, ADQLQueryFactory) - Constructor for class adql.parser.ADQLParser
Builds a parser with another token manager.
ADQLParser(ADQLParserTokenManager, QueryChecker) - Constructor for class adql.parser.ADQLParser
Builds a parser with another token manager.
ADQLParser(ADQLParserTokenManager, ADQLQueryFactory) - Constructor for class adql.parser.ADQLParser
Builds a parser with another token manager.
ADQLParser(InputStream) - Constructor for class adql.parser.ADQLParser
Constructor with InputStream.
ADQLParser(InputStream, String) - Constructor for class adql.parser.ADQLParser
Constructor with InputStream and supplied encoding
ADQLParser(Reader) - Constructor for class adql.parser.ADQLParser
Constructor.
ADQLParser(ADQLParserTokenManager) - Constructor for class adql.parser.ADQLParser
Constructor with generated Token Manager.
ADQLParserConstants - Interface in adql.parser
Token literal values and constants.
ADQLParserTokenManager - Class in adql.parser
Token Manager.
ADQLParserTokenManager(SimpleCharStream) - Constructor for class adql.parser.ADQLParserTokenManager
Constructor.
ADQLParserTokenManager(SimpleCharStream, int) - Constructor for class adql.parser.ADQLParserTokenManager
Constructor.
ADQLQuery - Class in adql.query
Object representation of an ADQL query or sub-query.
ADQLQuery() - Constructor for class adql.query.ADQLQuery
Builds an empty ADQL query.
ADQLQuery(ADQLQuery) - Constructor for class adql.query.ADQLQuery
Builds an ADQL query by copying the given one.
ADQLQueryFactory - Class in adql.parser
This class lets the ADQLParser to build an object representation of an ADQL query.
ADQLQueryFactory() - Constructor for class adql.parser.ADQLQueryFactory
Create a query factory.
ADQLQueryFactory.JoinType - Enum in adql.parser
Type of table JOIN.
adqlSchemaName - Variable in class adql.db.DefaultDBTable
 
ADQLTable - Class in adql.query.from
It represents any item of the clause FROM: a table name or a sub-query.
A table reference may have an alias (MUST if it is a sub-query).
ADQLTable(String) - Constructor for class adql.query.from.ADQLTable
Builds a reference to a table with its name (simple or full ({catalog}.{schema}.{table})).
ADQLTable(String, String) - Constructor for class adql.query.from.ADQLTable
Builds a reference to a table with its name and the name of its schema.
ADQLTable(String, String, String) - Constructor for class adql.query.from.ADQLTable
Builds a reference to a table with its name, the name of its schema and the name of its catalog.
ADQLTable(ADQLQuery) - Constructor for class adql.query.from.ADQLTable
Builds a reference to a sub-query.
ADQLTable(ADQLTable) - Constructor for class adql.query.from.ADQLTable
Builds an ADQL table by copying the given one.
ADQLTranslator - Interface in adql.translator
Translates ADQL objects into any language (i.e.
AfterFilter - Class in uws.job.serializer.filter
Job filter based on the creation time.
AfterFilter(Date) - Constructor for class uws.job.serializer.filter.AfterFilter
Build the AfterFilter with the given limit date.
alignment - Variable in class tap.formatter.TextFormat
How all columns must be aligned.
allowedCoordSys - Variable in class adql.db.DBChecker
List of all allowed coordinate systems.
allowedGeo - Variable in class adql.db.DBChecker
List of all allowed geometrical functions (i.e.
allowedUdfs - Variable in class adql.db.DBChecker
List of all allowed User Defined Functions (UDFs).
allowModification - Variable in class tap.parameters.FormatController
Indicates whether the output limit of jobs can be modified.
allowModification() - Method in class tap.parameters.FormatController
 
allowModification(boolean) - Method in class tap.parameters.FormatController
Lets indicating whether the format parameter can be modified.
allowModification - Variable in class tap.parameters.MaxRecController
Indicates whether the output limit of jobs can be modified.
allowModification() - Method in class tap.parameters.MaxRecController
Tells whether the output limit of any managed job can be modified.
allowModification(boolean) - Method in class tap.parameters.MaxRecController
Lets indicating whether the output limit of any managed job can be modified.
allowModification - Variable in class tap.parameters.TAPDestructionTimeController
Indicates whether the execution duration of jobs can be modified.
allowModification() - Method in class tap.parameters.TAPDestructionTimeController
 
allowModification(boolean) - Method in class tap.parameters.TAPDestructionTimeController
Let indicate whether the destruction time of any managed job can be modified.
allowModification - Variable in class tap.parameters.TAPExecutionDurationController
Indicate whether the execution duration of jobs can be modified.
allowModification() - Method in class tap.parameters.TAPExecutionDurationController
 
allowModification(boolean) - Method in class tap.parameters.TAPExecutionDurationController
Let indicate whether the execution duration of any managed job can be modified.
allowModification - Variable in class uws.job.parameters.DestructionTimeController
Indicates whether the destruction time of jobs can be modified.
allowModification() - Method in class uws.job.parameters.DestructionTimeController
Tells whether the destruction time of any managed job can be modified.
allowModification(boolean) - Method in class uws.job.parameters.DestructionTimeController
Lets indicating whether the destruction time of any managed job can be modified.
allowModification - Variable in class uws.job.parameters.ExecutionDurationController
Indicates whether the execution duration of jobs can be modified.
allowModification() - Method in class uws.job.parameters.ExecutionDurationController
Tells whether the execution duration of any managed job can be modified.
allowModification(boolean) - Method in class uws.job.parameters.ExecutionDurationController
Lets indicating whether the execution duration of any managed job can be modified.
allowModification() - Method in interface uws.job.parameters.InputParamController
Tells whether the controlled parameter may be modified after initialization.
allowModification - Variable in class uws.job.parameters.NumericParamController
Indicates whether the parameter can be modified.
allowModification() - Method in class uws.job.parameters.NumericParamController
 
allowModification(boolean) - Method in class uws.job.parameters.NumericParamController
Lets indicating whether the value of the parameter can be modified after initialization.
allowModification() - Method in class uws.job.parameters.StringParamController
 
allowModification(boolean) - Method in class uws.job.parameters.StringParamController
Lets telling if the parameter can be modified after it initialization.
allowUpload - Variable in class uws.service.request.MultipartParser
Indicates whether this parser should allow inline files or not.
AND - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
AND - Static variable in class adql.query.ClauseConstraints
The logical separator AND.
ANGLE_CIRCLE_TO_POLYGON - Static variable in class adql.translator.PgSphereTranslator
Angle between two points generated while transforming a circle into a polygon.
ANONYMOUS_OWNER - Static variable in class uws.job.UWSJob
Default value of UWSJob.owner if no ID are given at the job creation.
append(IdentifierItems.IdentifierItem) - Method in class adql.parser.IdentifierItems
Apppends a simple identifier, that's to say an additional field (catalog, schema, table, column).
appendDataModels(StringBuffer, String) - Method in class tap.resource.TAP
List and declare all IVOA Data Models supported by this TAP service.
appendIdentifier(StringBuffer, String, IdentifierField) - Method in class adql.translator.JDBCTranslator
Appends the given identifier in the given StringBuffer.
appendIdentifier(StringBuffer, String, boolean) - Method in class adql.translator.JDBCTranslator
Appends the given identifier to the given StringBuffer.
appendIdentifier(StringBuffer, String, boolean) - Method in class adql.translator.MySQLTranslator
 
appendObsCoreDM(StringBuffer, String) - Method in class tap.resource.TAP
Append the ObsCore DM declaration in the given StringBuffer if an ivoa.Obscore table can be found in TAP_SCHEMA.
appendRegTAPDM(StringBuffer, String) - Method in class tap.resource.TAP
Append the RegTAP DM declaration in the given StringBuffer if a schema rr can be found in TAP_SCHEMA with all its required tables.
appendToBufferFile() - Method in class cds.util.LargeAsciiTable
Append all the memorised lines at the end of the buffer file.
apply(UWSUrl, JobOwner, HttpServletRequest, HttpServletResponse) - Method in class uws.service.actions.AddJob
Gets the specified jobs list (throw an error if not found), creates a new job, adds it to the jobs list and makes a redirection to the summary of this new job.
apply(UWSUrl, JobOwner, HttpServletRequest, HttpServletResponse) - Method in class uws.service.actions.DestroyJob
Gets the specified jobs list (throw an error if not found), gets the specified job (throw an error if not found), destroys the job and makes a redirection to the jobs list.
apply(UWSUrl, JobOwner, HttpServletRequest, HttpServletResponse) - Method in class uws.service.actions.GetJobParam
Gets the specified job (and throw an error if not found), chooses the serializer and write the serialization of the job attribute in the given response.
apply(UWSUrl, JobOwner, HttpServletRequest, HttpServletResponse) - Method in class uws.service.actions.JobSummary
Gets the specified job (and throw an error if not found), chooses the serializer and write the serialization of the job in the given response.
apply(UWSUrl, JobOwner, HttpServletRequest, HttpServletResponse) - Method in class uws.service.actions.ListJobs
Gets the specified jobs list (and throw an error if not found), chooses the serializer and write the serialization of the jobs list in the given response.
apply(UWSUrl, JobOwner, HttpServletRequest, HttpServletResponse) - Method in class uws.service.actions.SetJobParam
Gets the specified job (and throw an error if not found), changes the value of the specified job attribute and makes a redirection to the job summary.
apply(UWSUrl, JobOwner, HttpServletRequest, HttpServletResponse) - Method in class uws.service.actions.SetUWSParameter
Get the specified job (throw an error if not found), and update the specified UWS standard parameter.
apply(UWSUrl, JobOwner, HttpServletRequest, HttpServletResponse) - Method in class uws.service.actions.ShowHomePage
Writes the UWS home page in the given HttpServletResponse.
apply(UWSUrl, JobOwner, HttpServletRequest, HttpServletResponse) - Method in class uws.service.actions.UWSAction
Applies this UWS action in function of the given request and writes the result in the given response.
applyPhaseParam(JobOwner) - Method in class uws.job.UWSJob
Looks for an additional parameters which corresponds to the Execution Phase.
archive() - Method in class uws.job.UWSJob
Archive this job.
archiveJob(String) - Method in class uws.job.JobList
Archive the specified job.
archiveJob(String, JobOwner) - Method in class uws.job.JobList
Archive the specified job if the given user is allowed to.
AREA - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
AreaFunction - Class in adql.query.operand.function.geometry
It represents the AREA function of ADQL.
AreaFunction(GeometryFunction.GeometryValue<GeometryFunction>) - Constructor for class adql.query.operand.function.geometry.AreaFunction
Builds an AREA function with its parameter.
AreaFunction(AreaFunction) - Constructor for class adql.query.operand.function.geometry.AreaFunction
Builds an AREA function by copying the given one.
arraysize - Variable in class tap.metadata.VotType
Arraysize string of a VOTable field element.
AS - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
ASC - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
AsciiTable - Class in cds.util
Deprecated.
This class suffers a lot of memory issues when dealing with large tables. LargeAsciiTable should be used instead.
AsciiTable(char) - Constructor for class cds.util.AsciiTable
Deprecated.
Constructor
ASIN - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
ASTERISK - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
ASync - Class in tap.resource
Asynchronous resource of a TAP service.
ASync(ServiceConnection) - Constructor for class tap.resource.ASync
Build an Asynchronous Resource of a TAP service.
AsyncThread - Class in tap
Thread in charge of a TAP job execution.
AsyncThread(TAPJob, ADQLExecutor, ServiceErrorWriter) - Constructor for class tap.AsyncThread
Build a TAP asynchronous job execution.
AT_USER_ACTION - Static variable in class uws.service.backup.DefaultUWSBackupManager
Special frequency to mean that this manager wait a user action (create, update, start, abort, destruction) to save the jobs of this user.
ATAN - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
ATAN2 - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
attributes - Variable in class uws.service.UWSUrl
Name of the job attribute found in uwsURI (i.e.
Availability - Class in tap.resource
TAP resource describing the availability of a TAP service.
Availability(ServiceConnection) - Constructor for class tap.resource.Availability
Build a "availability" resource.
available() - Method in class tap.upload.LimitedSizeInputStream
 
AVG - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links