Uses of Class
org.deegree.protocol.wps.client.process.Process

Packages that use Process
org.deegree.protocol.wps.client   
org.deegree.wpsclient.controller   
org.deegree.wpsclient.gui   
 

Uses of Process in org.deegree.protocol.wps.client
 

Methods in org.deegree.protocol.wps.client that return Process
 Process WPSClient.getProcess(String id)
          Returns the specified process instance (ignoring the codespace of the identifier).
 Process WPSClient.getProcess(String id, String idCodeSpace)
          Returns the specified process instance.
 Process[] WPSClient.getProcesses()
          Returns all processes offered by the service.
 

Uses of Process in org.deegree.wpsclient.controller
 

Methods in org.deegree.wpsclient.controller with parameters of type Process
 ExecutionOutput[] ProcessExecuter.execute(Process processToExecute, Map<String,StringPair> literalInputs, Map<String,BBox> bboxInputs, Map<String,UploadedFile> xmlInputs, Map<String,String> xmlRefInputs, Map<String,UploadedFile> binaryInputs, Map<String,ComplexFormat> complexInputFormats, List<String> outputs, Map<String,ComplexFormat> complexOutputFormats)
          Executes the given process.
 

Uses of Process in org.deegree.wpsclient.gui
 

Methods in org.deegree.wpsclient.gui that return Process
 Process ClientBean.getSelectedProcess()
           
 

Methods in org.deegree.wpsclient.gui that return types with arguments of type Process
 List<Process> ClientBean.getProcesses()
           
 



Copyright © 2011. All Rights Reserved.