|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.ProcessletOutputs
public class ProcessletOutputs
Encapsulates the output parameters for the execution of a Processlet
.
Constructor Summary | |
---|---|
ProcessletOutputs(ProcessDefinition processDefinition,
Collection<? extends ProcessletOutput> requestedOutputs)
|
Method Summary | |
---|---|
ProcessletOutput |
getParameter(CodeType parameterId)
Returns the output parameter with the given identifier. |
ProcessletOutput |
getParameter(String parameterId)
Returns the output parameters with the given identifier (convenience method for identifiers with a null codeSpace). |
ProcessletOutput |
getParameter(String parameterId,
String codeSpace)
Returns the output parameters with the given identifier. |
Collection<ProcessletOutput> |
getParameters()
Returns all output parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessletOutputs(ProcessDefinition processDefinition, Collection<? extends ProcessletOutput> requestedOutputs)
processDefinition
- requestedOutputs
- Method Detail |
---|
public Collection<ProcessletOutput> getParameters()
public ProcessletOutput getParameter(String parameterId)
null
codeSpace).
parameterId
- identifier of the output parameters to be looked up
public ProcessletOutput getParameter(String parameterId, String codeSpace)
parameterId
- identifier of the output parameters to be looked upcodeSpace
- codeSpace of the parameter identifier
public ProcessletOutput getParameter(CodeType parameterId)
parameterId
- identifier of the output parameter to be looked up
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |