- hasAttribute() - Method in class uws.service.UWSUrl
-
Tells whether the last loaded request or request URL contains at least one job attribute.
- hasAttribute(String) - Method in class uws.service.UWSUrl
-
Tells whether the last loaded request or request URL contains a job attribute with the given name.
- hasConstructor(String, String, Class<C>, Class<?>[]) - Static method in class uws.config.UWSConfiguration
-
Test whether the specified class has a constructor with the specified parameters.
- hasDetail() - Method in class uws.job.ErrorSummary
-
Indicates whether there are more details about the occurred error.
If true these details can be found at {jobs}/(job-id)/error.
- hasExecutePermission(UWSJob) - Method in class uws.job.user.DefaultJobOwner
-
By default: ONLY owners of the given job have the EXECUTE permission.
- hasExecutePermission(UWSJob) - Method in interface uws.job.user.JobOwner
-
Tells whether this user has the right to execute and to abort the given job.
- hashCode() - Method in class uws.job.user.DefaultJobOwner
-
By default: this function returns the hashCode of the ID.
- hashCode() - Method in class uws.job.UWSJob
-
- hasInputPhase() - Method in class uws.job.parameters.UWSParameters
-
Tells whether there is a value for the
PHASE
parameter.
- hasJob() - Method in class uws.service.UWSUrl
-
Tells whether the last loaded request or request URL contains a job ID.
- hasJobList() - Method in class uws.service.UWSUrl
-
Tells whether the last loaded request or request URL contains a jobs list name.
- hasNext() - Method in class uws.job.serializer.filter.JobListRefiner.TopIterator
-
- hasNext() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONArrayReader
-
- hasNext() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONObjectReader
-
- hasNext() - Method in class uws.service.backup.DefaultUWSBackupManager.SingleInputIterator
-
- hasNext() - Method in class uws.service.file.LocalUWSFileManager.LocalAllUserBackupInputs
-
- hasParameter(String, HttpServletRequest, boolean) - Static method in class uws.UWSToolBox
-
Check whether a parameter has been submitted with the given name.
- hasParameter(String, String, HttpServletRequest, boolean) - Static method in class uws.UWSToolBox
-
Check whether the parameter specified with the given pair (name,value) exists in the given HTTP request.
- hasQueue() - Method in class uws.job.manager.AbstractQueuedExecutionManager
-
Tells whether there is a waiting queue.
- hasReadPermission(JobList) - Method in class uws.job.user.DefaultJobOwner
-
By default: ALL users have the READ permission for ALL jobs lists.
- hasReadPermission(UWSJob) - Method in class uws.job.user.DefaultJobOwner
-
By default: ONLY owners of the given job have the READ permission.
- hasReadPermission(JobList) - Method in interface uws.job.user.JobOwner
-
Tells whether this user has the right to list the jobs of the given jobs list.
- hasReadPermission(UWSJob) - Method in interface uws.job.user.JobOwner
-
Tells whether this user has the right to read all parameters, errors and results of the given job.
- hasSerializerFor(String) - Method in class uws.service.UWSService
-
Tells whether this UWS has already a serializer with the given MIME type.
- hasWritePermission(JobList) - Method in class uws.job.user.DefaultJobOwner
-
By default: ALL users have the WRITE permission for ALL jobs lists.
- hasWritePermission(UWSJob) - Method in class uws.job.user.DefaultJobOwner
-
By default: ONLY owners of the given job have the WRITE permission.
- hasWritePermission(JobList) - Method in interface uws.job.user.JobOwner
-
Tells whether this user has the right to add/remove jobs to/from the given jobs list.
- hasWritePermission(UWSJob) - Method in interface uws.job.user.JobOwner
-
Tells whether this user has the right to destroy the given job and to change the value of its parameters.
- HOME_PAGE - Static variable in class uws.service.actions.UWSAction
-
- homePage - Variable in class uws.service.UWSService
-
URL of the home page.
- homePage() - Method in class uws.service.UWSUrl
-
Gets the base UWS URI = UWS home page.
- homePageMimeType - Variable in class uws.service.UWSService
-
MIME type of the custom home page.
- homeRedirection - Variable in class uws.service.UWSService
-
Indicates whether the home page must be a copy or a redirection to the given URL.
- href - Variable in class uws.job.Result
-
[Optional] The readable URL which points toward the result file.
- HTTP_LOG_ID_SUFFIX - Static variable in class uws.service.log.Slf4jUWSLog
-
Suffix to append to the root logger ID for the HTTP logger.
- httpErrorCode - Variable in exception uws.UWSException
-
- httpLogger - Variable in class uws.service.log.Slf4jUWSLog
-
Logger for HTTP requests and responses.