| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
BaseUWSJob --+
|
UWSJobWithWD
A UWS job with a working directory.
This generates ids from directory names in a directory (the uwsWD) shared for all UWSes on the system.
It also adds methods
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Methods | |||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from Inherited from |
| Method Details |
|
is called before the job's database row is torn down. Self is writable at this point.
|
sets the media type for result resultName. It is not an error if no result with resultName exists. |
adds a result, with data taken from source. source may be a file-like object or a byte string. If no name is passed, a name is auto-generated. |
returns a pair of file name and mime type for a named job result. If the result does not exist, a NotFoundError is raised. |
returns a list of this service's results. The list contains dictionaries having at least resultName and resultType keys. |
returns an open file object for a file within the job's work directory. No path parts are allowed on name. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |