Package | Description |
---|---|
tap.parameters | |
uws.job.jobInfo | |
uws.job.parameters | |
uws.service.backup | |
uws.service.file |
Modifier and Type | Field and Description |
---|---|
UploadFile |
DALIUpload.file
Pointer to the stored version of the file submitted inline in a HTTP request.
|
Constructor and Description |
---|
DALIUpload(java.lang.String label,
UploadFile file)
Build a
DALIUpload whose the content has been submitted inline in an HTTP request. |
Modifier and Type | Field and Description |
---|---|
protected UploadFile |
XMLJobInfo.file
Link toward the XML file represented by this
JobInfo . |
Constructor and Description |
---|
XMLJobInfo(UploadFile xmlFile)
Build a
JobInfo representing a large XML document stored
inside a file. |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<UploadFile> |
UWSParameters.files
List of all uploaded files among the whole set of parameters.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<UploadFile> |
UWSParameters.getFiles()
Get the list of all uploaded files.
|
Modifier and Type | Method and Description |
---|---|
protected UploadFile |
DefaultUWSBackupManager.getUploadFile(org.json.JSONObject obj)
Build the upload file corresponding to the given JSON object.
|
Modifier and Type | Method and Description |
---|---|
protected org.json.JSONObject |
DefaultUWSBackupManager.getUploadJson(UploadFile upl)
Get the JSON representation of the given
UploadFile . |
Modifier and Type | Method and Description |
---|---|
void |
LocalUWSFileManager.deleteUpload(UploadFile upload) |
void |
UWSFileManager.deleteUpload(UploadFile upload)
Delete definitely the specified file, submitted inline in an HTTP
request.
|
protected java.io.File |
LocalUWSFileManager.getFile(UploadFile upload)
Create a File instance from the given upload file description.
|
java.io.InputStream |
LocalUWSFileManager.getUploadInput(UploadFile upload) |
java.io.InputStream |
UWSFileManager.getUploadInput(UploadFile upload)
Open a stream toward the specified file, submitted inline in an HTTP
request.
|
java.lang.String |
LocalUWSFileManager.moveUpload(UploadFile upload,
UWSJob destination) |
java.lang.String |
UWSFileManager.moveUpload(UploadFile upload,
UWSJob destination)
Move the specified file from its current location to a location related
to the given job.
|