Package | Description |
---|---|
tap | |
tap.parameters | |
uws.config | |
uws.job | |
uws.job.parameters | |
uws.service |
Modifier and Type | Method and Description |
---|---|
UWSParameters |
TAPFactory.createUWSParameters(javax.servlet.http.HttpServletRequest request)
Extract the parameters from the given request (multipart or not).
|
UWSParameters |
TAPFactory.createUWSParameters(java.util.Map<java.lang.String,java.lang.Object> params)
Identify and gather all identified parameters of the given map inside a
TAPParameters object. |
Modifier and Type | Method and Description |
---|---|
UWSJob |
TAPFactory.createJob(java.lang.String jobId,
long creationTime,
JobOwner owner,
UWSParameters params,
long quote,
long startTime,
long endTime,
java.util.List<Result> results,
ErrorSummary error)
Creates a UWS job with the following attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
TAPParameters
This class lets list and describe all standard TAP parameters
submitted by a TAP client to this TAP service.
|
Modifier and Type | Method and Description |
---|---|
UWSParameters |
ConfigurableUWSFactory.createUWSParameters(javax.servlet.http.HttpServletRequest req) |
UWSParameters |
ConfigurableUWSFactory.createUWSParameters(java.util.Map<java.lang.String,java.lang.Object> params) |
Modifier and Type | Method and Description |
---|---|
UWSJob |
ConfigurableUWSFactory.createJob(java.lang.String jobID,
long creationTime,
JobOwner owner,
UWSParameters params,
long quote,
long startTime,
long endTime,
java.util.List<Result> results,
ErrorSummary error) |
Modifier and Type | Field and Description |
---|---|
protected UWSParameters |
UWSJob.inputParams
List of all input parameters (UWS standard and non-standard parameters).
|
Modifier and Type | Method and Description |
---|---|
boolean |
UWSJob.addOrUpdateParameters(UWSParameters params)
Adds or updates the given parameters ONLY IF the job can be updated
(considering its current execution phase, see
JobPhase.isJobUpdatable() ). |
boolean |
UWSJob.addOrUpdateParameters(UWSParameters params,
JobOwner user)
Adds or updates the given parameters ONLY IF the job can be updated
(considering its current execution phase, see
JobPhase.isJobUpdatable() ). |
Constructor and Description |
---|
UWSJob(JobOwner owner,
UWSParameters params)
Builds a job of the given owner and from a map of all parameters (UWS
and additional parameters).
|
UWSJob(JobOwner owner,
UWSParameters params,
java.lang.String requestID)
Builds a job of the given owner and from a map of all parameters (UWS and
additional parameters).
|
UWSJob(java.lang.String jobID,
long creationTime,
JobOwner owner,
UWSParameters params,
long quote,
long startTime,
long endTime,
java.util.List<Result> results,
ErrorSummary error)
CONSTRUCTOR TO USE TO RESTORE A JOB whatever is its phase.
|
UWSJob(UWSParameters params)
Builds a job with no owner from a map of all parameters (UWS and
additional parameters).
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
UWSParameters.update(UWSParameters newParams)
Updates this list of UWS parameters with the given ones.
|
Modifier and Type | Method and Description |
---|---|
UWSParameters |
UWSServlet.createUWSParameters(javax.servlet.http.HttpServletRequest req) |
UWSParameters |
UWSFactory.createUWSParameters(javax.servlet.http.HttpServletRequest request)
Lets extracting all parameters from the given request.
|
UWSParameters |
AbstractUWSFactory.createUWSParameters(javax.servlet.http.HttpServletRequest req) |
UWSParameters |
UWSServlet.createUWSParameters(java.util.Map<java.lang.String,java.lang.Object> params) |
UWSParameters |
UWSFactory.createUWSParameters(java.util.Map<java.lang.String,java.lang.Object> params)
Lets extracting all parameters from the given map.
|
UWSParameters |
AbstractUWSFactory.createUWSParameters(java.util.Map<java.lang.String,java.lang.Object> params) |
Modifier and Type | Method and Description |
---|---|
UWSJob |
UWSServlet.createJob(java.lang.String jobID,
long creationTime,
JobOwner owner,
UWSParameters params,
long quote,
long startTime,
long endTime,
java.util.List<Result> results,
ErrorSummary error) |
UWSJob |
UWSFactory.createJob(java.lang.String jobID,
long creationTime,
JobOwner owner,
UWSParameters params,
long quote,
long startTime,
long endTime,
java.util.List<Result> results,
ErrorSummary error)
Creates a UWS job with the following attributes.
|
UWSJob |
AbstractUWSFactory.createJob(java.lang.String jobID,
long creationTime,
JobOwner owner,
UWSParameters params,
long quote,
long startTime,
long endTime,
java.util.List<Result> results,
ErrorSummary error) |