Package net.opengis.wps10
Interface StatusType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
StatusTypeImpl
public interface StatusType
extends EObject
A representation of the model object 'Status Type'.
Description of the status of process execution.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Creation Time' attribute.Returns the value of the 'Process Accepted' attribute.Returns the value of the 'Process Failed' containment reference.Returns the value of the 'Process Paused' containment reference.Returns the value of the 'Process Started' containment reference.Returns the value of the 'Process Succeeded' attribute.void
setCreationTime
(Object value) Sets the value of the 'Creation Time
' attribute.void
setProcessAccepted
(String value) Sets the value of the 'Process Accepted
' attribute.void
Sets the value of the 'Process Failed
' containment reference.void
Sets the value of the 'Process Paused
' containment reference.void
Sets the value of the 'Process Started
' containment reference.void
setProcessSucceeded
(String value) Sets the value of the 'Process Succeeded
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getProcessAccepted
String getProcessAccepted()Returns the value of the 'Process Accepted' attribute. Indicates that this process has been accepted by the server, but is in a queue and has not yet started to execute. The contents of this human-readable text string is left open to definition by each server implementation, but is expected to include any messages the server may wish to let the clients know. Such information could include how long the queue is, or any warning conditions that may have been encountered. The client may display this text to a human user.- Returns:
- the value of the 'Process Accepted' attribute.
- See Also:
-
setProcessAccepted
Sets the value of the 'Process Accepted
' attribute.- Parameters:
value
- the new value of the 'Process Accepted' attribute.- See Also:
-
getProcessStarted
ProcessStartedType getProcessStarted()Returns the value of the 'Process Started' containment reference. Indicates that this process has been accepted by the server, and processing has begun.- Returns:
- the value of the 'Process Started' containment reference.
- See Also:
-
setProcessStarted
Sets the value of the 'Process Started
' containment reference.- Parameters:
value
- the new value of the 'Process Started' containment reference.- See Also:
-
getProcessPaused
ProcessStartedType getProcessPaused()Returns the value of the 'Process Paused' containment reference. Indicates that this process has been accepted by the server, and processing has started but subsequently been paused by the server.- Returns:
- the value of the 'Process Paused' containment reference.
- See Also:
-
setProcessPaused
Sets the value of the 'Process Paused
' containment reference.- Parameters:
value
- the new value of the 'Process Paused' containment reference.- See Also:
-
getProcessSucceeded
String getProcessSucceeded()Returns the value of the 'Process Succeeded' attribute. Indicates that this process has successfully completed execution. The contents of this human-readable text string is left open to definition by each server, but is expected to include any messages the server may wish to let the clients know, such as how long the process took to execute, or any warning conditions that may have been encountered. The client may display this text string to a human user. The client should make use of the presence of this element to trigger automated or manual access to the results of the process. If manual access is intended, the client should use the presence of this element to present the results as downloadable links to the user.- Returns:
- the value of the 'Process Succeeded' attribute.
- See Also:
-
setProcessSucceeded
Sets the value of the 'Process Succeeded
' attribute.- Parameters:
value
- the new value of the 'Process Succeeded' attribute.- See Also:
-
getProcessFailed
ProcessFailedType getProcessFailed()Returns the value of the 'Process Failed' containment reference. Indicates that execution of this process has failed, and includes error information.- Returns:
- the value of the 'Process Failed' containment reference.
- See Also:
-
setProcessFailed
Sets the value of the 'Process Failed
' containment reference.- Parameters:
value
- the new value of the 'Process Failed' containment reference.- See Also:
-
getCreationTime
Object getCreationTime()Returns the value of the 'Creation Time' attribute. The time (UTC) that the process finished. If the process is still executing or awaiting execution, this element shall contain the creation time of this document.- Returns:
- the value of the 'Creation Time' attribute.
- See Also:
-
setCreationTime
Sets the value of the 'Creation Time
' attribute.- Parameters:
value
- the new value of the 'Creation Time' attribute.- See Also:
-