| Package | Description |
|---|---|
| tap | |
| tap.backup | |
| tap.parameters | |
| tap.upload |
| Modifier and Type | Method and Description |
|---|---|
DALIUpload[] |
TAPJob.getTablesToUpload()
Get the list of tables to upload in the database for the query execution.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.json.JSONObject |
DefaultTAPBackupManager.getDALIUploadJson(DALIUpload upl)
Get the JSON representation of the given
DALIUpload. |
| Modifier and Type | Method and Description |
|---|---|
protected static DALIUpload |
DALIUpload.buildDALIUpload(java.lang.String label,
java.lang.String uri,
java.util.Map<java.lang.String,java.lang.Object> parameters,
UWSFileManager fileManager)
Build a
DALIUpload corresponding to the specified URI. |
protected static DALIUpload |
DALIUpload.fetchDALIUpload(java.lang.String uploadParam,
java.util.Map<java.lang.String,java.lang.Object> parameters,
UWSFileManager fileManager)
Fetch the single upload item (a pair with the syntax: "{label},{URI}".
|
DALIUpload[] |
TAPParameters.getUploadedTables()
Get the list of all tables uploaded and defined by the standard TAP parameter "UPLOAD".
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<DALIUpload> |
DALIUpload.getDALIUploads(java.util.Map<java.lang.String,java.lang.Object> requestParams,
boolean allowTAPSyntax,
UWSFileManager fileManager)
Get all uploads specified in the DALI parameter "UPLOAD" from the given request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DALIUpload.fetchDALIUploads(java.util.ArrayList<DALIUpload> uploads,
java.util.ArrayList<java.lang.String> usedFiles,
java.lang.String uploadParam,
java.util.Map<java.lang.String,java.lang.Object> parameters,
boolean allowTAPSyntax,
UWSFileManager fileManager)
Fetch all uploads specified in the DALI/TAP "UPLOAD" parameter.
|
| Modifier and Type | Method and Description |
|---|---|
TAPSchema |
Uploader.upload(DALIUpload[] uploads)
Upload all the given VOTable inputs.
|