|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wps.ProcessletOutputs
public class ProcessletOutputs
Encapsulates the output parameters for the execution of a Processlet.
| Constructor Summary | |
|---|---|
ProcessletOutputs(ProcessDefinition processDefinition,
java.util.Collection<? extends ProcessletOutput> requestedOutputs)
|
|
| Method Summary | |
|---|---|
ProcessletOutput |
getParameter(org.deegree.commons.tom.ows.CodeType parameterId)
Returns the output parameter with the given identifier. |
ProcessletOutput |
getParameter(java.lang.String parameterId)
Returns the output parameters with the given identifier (convenience method for identifiers with a null codeSpace). |
ProcessletOutput |
getParameter(java.lang.String parameterId,
java.lang.String codeSpace)
Returns the output parameters with the given identifier. |
java.util.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,
java.util.Collection<? extends ProcessletOutput> requestedOutputs)
processDefinition - requestedOutputs - | Method Detail |
|---|
public java.util.Collection<ProcessletOutput> getParameters()
public ProcessletOutput getParameter(java.lang.String parameterId)
null codeSpace).
parameterId - identifier of the output parameters to be looked up
public ProcessletOutput getParameter(java.lang.String parameterId,
java.lang.String codeSpace)
parameterId - identifier of the output parameters to be looked upcodeSpace - codeSpace of the parameter identifier
public ProcessletOutput getParameter(org.deegree.commons.tom.ows.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 | |||||||||