org.deegree.wpsclient.gui
Class ExecuteBean
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROCESS_ATTRIBUTE_KEY
public static final String PROCESS_ATTRIBUTE_KEY
- See Also:
- Constant Field Values
ExecuteBean
public ExecuteBean()
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.