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 |
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 |
IDENTIFIER
static final java.lang.String IDENTIFIER
- Represents the PROCESS parameter
- See Also:
- Constant Field Values
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 namevalue
- the list of input datatype objects
Copyright © 1996-2010 Geotools. All Rights Reserved.