|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.ogcwebservices.AbstractOGCWebServiceRequest
org.deegree.ogcwebservices.wps.WPSRequestBaseType
org.deegree.ogcwebservices.wps.execute.ExecuteRequest
public class ExecuteRequest
ExecuteRequest.java Created on 09.03.2006. 23:16:00h WPS Execute operation request, to execute one identified Process. If a process is to be run multiple times, each run shall be submitted as a separate Execute request.
Field Summary | |
---|---|
protected ExecuteDataInputs |
dataInputs
List of input (or parameter) values provided to the process, including each of the Inputs needed to execute the process. |
protected Code |
identifier
Identifier of the Process to be executed. |
protected OutputDefinitions |
outputDefinitions
List of definitions of the outputs (or parameters) requested from the process. |
protected boolean |
status
Specifies if the Execute operation response shall be returned quickly with status information, or not returned until process execution is complete. |
protected boolean |
store
Specifies if the complex valued output(s) of this process should be stored by the process as web-accessible resources. |
Fields inherited from class org.deegree.ogcwebservices.wps.WPSRequestBaseType |
---|
service, supportedVersion |
Constructor Summary | |
---|---|
ExecuteRequest(String version,
String id,
Map<String,String> vendorSpecificParameter,
ExecuteDataInputs inputs,
Code identifier,
OutputDefinitions definitions,
boolean status,
boolean store)
|
Method Summary | |
---|---|
static ExecuteRequest |
create(Map map)
KVP-encoded transfer of the execute operation request is not supported. |
static ExecuteRequest |
create(String id,
Element executeNode)
|
ExecuteDataInputs |
getDataInputs()
|
Code |
getIdentifier()
|
OutputDefinitions |
getOutputDefinitions()
|
boolean |
isStatus()
|
boolean |
isStore()
|
Methods inherited from class org.deegree.ogcwebservices.wps.WPSRequestBaseType |
---|
extractVersionParameter, getServiceName, getVersion |
Methods inherited from class org.deegree.ogcwebservices.AbstractOGCWebServiceRequest |
---|
getId, getParam, getParamAsInt, getParamValues, getRequestParameter, getRequiredParam, getVendorSpecificParameter, getVendorSpecificParameters, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Code identifier
protected ExecuteDataInputs dataInputs
protected OutputDefinitions outputDefinitions
protected boolean status
protected boolean store
Constructor Detail |
---|
public ExecuteRequest(String version, String id, Map<String,String> vendorSpecificParameter, ExecuteDataInputs inputs, Code identifier, OutputDefinitions definitions, boolean status, boolean store)
version
- id
- vendorSpecificParameter
- inputs
- identifier
- definitions
- status
- store
- Method Detail |
---|
public Code getIdentifier()
public ExecuteDataInputs getDataInputs()
public OutputDefinitions getOutputDefinitions()
public boolean isStatus()
public boolean isStore()
public static ExecuteRequest create(Map map) throws OGCWebServiceException
map
-
OGCWebServiceException
public static ExecuteRequest create(String id, Element executeNode) throws OGCWebServiceException, MissingParameterValueException, InvalidParameterValueException
id
- executeNode
-
OGCWebServiceException
MissingParameterValueException
InvalidParameterValueException
|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net