Uses of Class
org.deegree.services.wps.ProcessExecution

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
 java.util.Collection<ProcessExecution> ExecutionManager.getAllProcesses()
          Returns a collection of information on all processes, including processes that haven't run, are running and have already stopped.
 java.util.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, java.net.URL serviceInstance, ProcessExecution status, java.util.List<RequestedOutput> outputDefinitions, ProcessletOutputs outputs, ExecuteRequest request)
          Creates a new ExecuteResponse instance from the given parameters.
 



Copyright © 2011. All Rights Reserved.