- 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.
- 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.
- AbstractUWSFactory - Class in uws.service
-
- 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.
- ACTION_DELETE - Static variable in class uws.job.UWSJob
-
Name of the DELETE action.
- 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
.
- 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.
- 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.
- 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
-
- 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()
).
- addResult(Result) - Method in class uws.job.UWSJob
-
Adds the given result in the results list of this job.
- 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
- 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.
- AfterFilter - Class in uws.job.serializer.filter
-
Job filter based on the creation time.
- AfterFilter(Date) - Constructor for class uws.job.serializer.filter.AfterFilter
-
- 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.
- ANONYMOUS_OWNER - Static variable in class uws.job.UWSJob
-
Default value of
UWSJob.owner
if no ID are given at the job creation.
- 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.
- 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.
- attributes - Variable in class uws.service.UWSUrl
-
Name of the job attribute found in uwsURI (i.e.