org.geotools.data.wps.request
Interface ExecuteProcessRequest

All Superinterfaces:
Request
All Known Implementing Classes:
AbstractExecuteProcessRequest, WPS1_0_0.InternalExecuteProcessRequest

public interface ExecuteProcessRequest
extends Request

Executes a process.

Author:
gdavis

Field Summary
static java.lang.String IDENTIFIER
          Represents the PROCESS parameter
 
Fields inherited from interface org.geotools.data.ows.Request
REQUEST, SERVICE, VERSION, WMTVER
 
Method Summary
 void addInput(java.lang.String name, java.util.List<DataType> value)
          Sets an input for the process to execute
 void setIdentifier(java.lang.String processname)
          Sets the name of the process to execute
 
Methods inherited from interface org.geotools.data.ows.Request
createResponse, getFinalURL, getPostContentType, getProperties, performPostOutput, requiresPost, setProperty
 

Field Detail

IDENTIFIER

static final java.lang.String IDENTIFIER
Represents the PROCESS parameter

See Also:
Constant Field Values
Method Detail

setIdentifier

void setIdentifier(java.lang.String processname)
Sets the name of the process to execute

Parameters:
processname - a unique process name

addInput

void addInput(java.lang.String name,
              java.util.List<DataType> value)
Sets an input for the process to execute

Parameters:
name - the input name
value - the list of input datatype objects


Copyright © 1996-2010 Geotools. All Rights Reserved.