- id - Variable in class uws.job.Result
-
[Required ; Default="result"] Name or ID of this result.
- incorrectPhaseTransition(String, ExecutionPhase, ExecutionPhase) - Static method in class uws.UWSExceptionFactory
-
- incorrectPhaseTransition(String, ExecutionPhase, ExecutionPhase, String) - Static method in class uws.UWSExceptionFactory
-
- info(String) - Method in class uws.service.log.DefaultUWSLog
-
- info(String) - Method in class uws.service.log.Slf4jUWSLog
-
- info(String) - Method in interface uws.service.log.UWSLog
-
Logs the given information.
- init(ServletConfig) - Method in class uws.config.ConfigurableUWSServlet
-
- init() - Method in class uws.job.parameters.UWSParameters
-
Set the default value to all missing parameters (ONLY for those who have a controller -> see
InputParamController
).
- init(ServletConfig) - Method in class uws.service.UWSServlet
-
- init() - Method in class uws.service.UWSServlet
-
- initParameters(String, String) - Method in class uws.config.ConfigurableUWSFactory
-
Parse the given list of parameters + their limits/controller and update the list of parameters for the specified job list.
- initUWS() - Method in class uws.service.UWSServlet
-
- InputParamController - Interface in uws.job.parameters
-
Lets controlling an input parameter of a UWS job.
- inputParamControllers - Variable in class uws.service.AbstractUWSFactory
-
List the controllers of all the input parameters.
- inputParamControllers - Variable in class uws.service.UWSServlet
-
List the controllers of all the input parameters.
- inputParams - Variable in class uws.job.UWSJob
-
List of all input parameters (UWS standard and non-standard parameters).
- INTERNAL_SERVER_ERROR - Static variable in exception uws.UWSException
-
- isClassName(String) - Static method in class uws.config.UWSConfiguration
-
Test whether a property value is a class name.
- isDefaultHomePage() - Method in class uws.service.UWSService
-
- isDefaultUrl(Result, UWSJob) - Method in class uws.service.actions.GetJobParam
-
Tells whether the URL of this Result is the default one.
- isEmpty() - Method in class uws.job.parameters.UWSParameters
-
Tells whether there is no parameter or not.
- isEnabled() - Method in class uws.service.backup.DefaultUWSBackupManager
-
Tells whether this backup manager is enabled or not.
- isExecuting() - Method in class uws.job.JobPhase
-
Indicates whether the job is executing, considering its current phase.
- isFinished() - Method in class uws.job.JobPhase
-
Indicates whether the job is finished or not, considering its current
phase.
- isFinished() - Method in class uws.job.JobThread
-
- isFinished() - Method in class uws.job.UWSJob
-
Tells whether the job is already finished (completed, aborted,
error, archived, ...).
- isFormEncodedRequest(HttpServletRequest) - Static method in class uws.service.request.FormEncodedParser
-
Utility method that determines whether the content of the given request is a application/x-www-form-urlencoded.
- isHomePageRedirection() - Method in class uws.service.UWSService
-
Tells whether a redirection to the specified home page must be done or not.
- isJobUpdatable() - Method in class uws.job.JobPhase
-
Indicates whether the job attributes (except errors and results) can be
updated, considering its current phase.
- isMultipartContent(HttpServletRequest) - Static method in class uws.service.request.MultipartParser
-
Utility method that determines whether the content of the given request
is a multipart/form-data.
- ISO8601Format - Class in uws
-
Let formatting and parsing date expressed in ISO8601 format.
- ISO8601Format() - Constructor for class uws.ISO8601Format
-
- isReadyForExecution(UWSJob) - Method in class uws.job.manager.AbstractQueuedExecutionManager
-
Tells whether the given job can be executed NOW.
- isReadyForExecution(UWSJob) - Method in class uws.job.manager.QueuedExecutionManager
-
- isRedirectionRequired() - Method in class uws.job.Result
-
Tells whether a redirection toward the URL of this result is required to get the result content.
- isRedirectionUrl(String, String, UWSJob) - Static method in class uws.job.Result
-
Tells whether the given URL is different from the default URL of the specified result of the given job.
- isRunning() - Method in class uws.job.manager.DefaultDestructionManager
-
- isRunning() - Method in interface uws.job.manager.DestructionManager
-
Indicates whether a job is currently planned to be destroyed.
- isRunning() - Method in class uws.job.UWSJob
-
Tells whether the job is still running.
- isStopped() - Method in class uws.job.UWSJob
-
- isTimeElapsed() - Method in class uws.service.file.EventFrequency
-
Tell whether the interval between the last event and now is greater or equals to the frequency represented by this object.
- isUsed() - Method in class uws.service.request.UploadFile
-
Tell whether this uploaded file has been or will be used.
- isValidXMLNodeName(String) - Static method in class uws.job.serializer.XMLSerializer
-
Determine whether the given name is a valid XML node name
according to the W3C (XML 1.1).
- isXMLRequest(HttpServletRequest) - Static method in class uws.service.request.XMLRequestParser
-
Utility method that determines whether the content of the given
request is an XML (or XML-derived) document.
- iterator() - Method in class uws.job.JobList
-
Gets an iterator on the jobs list.
- iterator() - Method in class uws.job.parameters.UWSParameters
-
- iterator() - Method in class uws.service.UWSService
-
An iterator on the jobs lists list.
- iterator() - Method in class uws.service.UWSServlet
-