|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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(java.lang.String version,
java.lang.String id,
java.util.Map<java.lang.String,java.lang.String> vendorSpecificParameter,
ExecuteDataInputs inputs,
Code identifier,
OutputDefinitions definitions,
boolean status,
boolean store)
|
Method Summary | |
---|---|
static ExecuteRequest |
create(java.util.Map<java.lang.String,java.lang.String> map)
KVP-encoded transfer of the execute operation request is not supported. |
static ExecuteRequest |
create(java.lang.String id,
org.w3c.dom.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(java.lang.String version, java.lang.String id, java.util.Map<java.lang.String,java.lang.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(java.util.Map<java.lang.String,java.lang.String> map) throws OGCWebServiceException
map
-
OGCWebServiceException
public static ExecuteRequest create(java.lang.String id, org.w3c.dom.Element executeNode) throws OGCWebServiceException, MissingParameterValueException, InvalidParameterValueException
id
- executeNode
-
OGCWebServiceException
MissingParameterValueException
InvalidParameterValueException
|
deegree 2.5 (2011/06/29 09:44 build-8-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://www.deegree.org