|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WPSConstants.ExecutionState | |
---|---|
org.deegree.protocol.wps | |
org.deegree.protocol.wps.client.process | |
org.deegree.protocol.wps.client.process.execute | |
org.deegree.services.wps |
Uses of WPSConstants.ExecutionState in org.deegree.protocol.wps |
---|
Methods in org.deegree.protocol.wps that return WPSConstants.ExecutionState | |
---|---|
static WPSConstants.ExecutionState |
WPSConstants.ExecutionState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WPSConstants.ExecutionState[] |
WPSConstants.ExecutionState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of WPSConstants.ExecutionState in org.deegree.protocol.wps.client.process |
---|
Methods in org.deegree.protocol.wps.client.process that return WPSConstants.ExecutionState | |
---|---|
WPSConstants.ExecutionState |
ProcessExecution.getState()
Returns the current state of the execution. |
Uses of WPSConstants.ExecutionState in org.deegree.protocol.wps.client.process.execute |
---|
Methods in org.deegree.protocol.wps.client.process.execute that return WPSConstants.ExecutionState | |
---|---|
WPSConstants.ExecutionState |
ExecutionStatus.getState()
Returns the current state of the execution. |
Constructors in org.deegree.protocol.wps.client.process.execute with parameters of type WPSConstants.ExecutionState | |
---|---|
ExecutionStatus(WPSConstants.ExecutionState state,
String statusMsg,
Integer percent,
String creationTime,
OWSExceptionReport exceptionReport)
|
Uses of WPSConstants.ExecutionState in org.deegree.services.wps |
---|
Methods in org.deegree.services.wps that return WPSConstants.ExecutionState | |
---|---|
WPSConstants.ExecutionState |
ProcessExecution.getExecutionState()
Returns the current processing state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |