org.deegree.wpsclient.gui
Class ExecuteBean

java.lang.Object
  extended by org.deegree.wpsclient.gui.ExecuteBean
All Implemented Interfaces:
Serializable

public class ExecuteBean
extends Object
implements Serializable

ExecuteBean receives the parameters to execute the WPS and holds the response.

Version:
$Revision: $, $Date: $
Author:
Lyn Buesching, last edited by: $Author: lyn $
See Also:
Serialized Form

Field Summary
static String PROCESS_ATTRIBUTE_KEY
           
 
Constructor Summary
ExecuteBean()
           
 
Method Summary
 Object executeProcess()
          ajax listener to execute the process (the source component of this event must contain an attribute with key PROCESS_ATTRIBUTE_KEY from type Process containing the selected process.
 Map<String,BBox> getBboxInputs()
           
 List<BBoxOutput> getBboxOutputs()
           
 Map<String,UploadedFile> getBinaryInputs()
           
 List<ComplexOutput> getBinaryOutputs()
           
 Map<String,ComplexFormat> getComplexInputFormats()
           
 Map<String,ComplexFormat> getComplexOutputFormats()
           
 Map<String,StringPair> getLiteralInputs()
           
 List<LiteralOutput> getLiteralOutputs()
           
 List<String> getOutputs()
          GETTER / SETTER
 Map<String,UploadedFile> getXmlInputs()
           
 List<ComplexOutput> getXmlOutputs()
           
 Map<String,String> getXmlRefInputs()
           
 void setComplexInputFormats(Map<String,ComplexFormat> complexInputFormats)
           
 void setComplexOutputFormats(Map<String,ComplexFormat> complexOutputFormats)
           
 void setOutputs(List<String> outputs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESS_ATTRIBUTE_KEY

public static final String PROCESS_ATTRIBUTE_KEY
See Also:
Constant Field Values
Constructor Detail

ExecuteBean

public ExecuteBean()
Method Detail

executeProcess

public Object executeProcess()
ajax listener to execute the process (the source component of this event must contain an attribute with key PROCESS_ATTRIBUTE_KEY from type Process containing the selected process.

Parameters:
event -

getOutputs

public List<String> getOutputs()
GETTER / SETTER


setOutputs

public void setOutputs(List<String> outputs)

getLiteralInputs

public Map<String,StringPair> getLiteralInputs()

getXmlInputs

public Map<String,UploadedFile> getXmlInputs()

getXmlRefInputs

public Map<String,String> getXmlRefInputs()

getBinaryInputs

public Map<String,UploadedFile> getBinaryInputs()

getBboxInputs

public Map<String,BBox> getBboxInputs()

getLiteralOutputs

public List<LiteralOutput> getLiteralOutputs()

getBboxOutputs

public List<BBoxOutput> getBboxOutputs()

getXmlOutputs

public List<ComplexOutput> getXmlOutputs()

getBinaryOutputs

public List<ComplexOutput> getBinaryOutputs()

setComplexInputFormats

public void setComplexInputFormats(Map<String,ComplexFormat> complexInputFormats)

getComplexInputFormats

public Map<String,ComplexFormat> getComplexInputFormats()

setComplexOutputFormats

public void setComplexOutputFormats(Map<String,ComplexFormat> complexOutputFormats)

getComplexOutputFormats

public Map<String,ComplexFormat> getComplexOutputFormats()


Copyright © 2011. All Rights Reserved.