|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessExecution | |
---|---|
org.deegree.services.wps | |
org.deegree.services.wps.execute |
Uses of ProcessExecution in org.deegree.services.wps |
---|
Methods in org.deegree.services.wps that return types with arguments of type ProcessExecution | |
---|---|
Collection<ProcessExecution> |
ExecutionManager.getAllProcesses()
Returns a collection of information on all processes, including processes that haven't run, are running and have already stopped. |
Collection<ProcessExecution> |
ExecutionManager.getRunningProcesses()
Returns a collection of information on all running processes. |
Uses of ProcessExecution in org.deegree.services.wps.execute |
---|
Methods in org.deegree.services.wps.execute that return ProcessExecution | |
---|---|
ProcessExecution |
ExecuteResponse.getExecutionStatus()
|
Constructors in org.deegree.services.wps.execute with parameters of type ProcessExecution | |
---|---|
ExecuteResponse(StorageLocation statusLocation,
URL serviceInstance,
ProcessExecution status,
List<RequestedOutput> outputDefinitions,
ProcessletOutputs outputs,
ExecuteRequest request)
Creates a new ExecuteResponse instance from the given parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |