org.deegree.services.wps
Class ProcessletOutputs

java.lang.Object
  extended by org.deegree.services.wps.ProcessletOutputs

public class ProcessletOutputs
extends java.lang.Object

Encapsulates the output parameters for the execution of a Processlet.

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: schneider $

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

ProcessletOutputs

public ProcessletOutputs(ProcessDefinition processDefinition,
                         java.util.Collection<? extends ProcessletOutput> requestedOutputs)
Parameters:
processDefinition -
requestedOutputs -
Method Detail

getParameters

public java.util.Collection<ProcessletOutput> getParameters()
Returns all output parameters.

Returns:
all output parameters

getParameter

public ProcessletOutput getParameter(java.lang.String parameterId)
Returns the output parameters with the given identifier (convenience method for identifiers with a null codeSpace).

Parameters:
parameterId - identifier of the output parameters to be looked up
Returns:
the output parameters with the given identifier

getParameter

public ProcessletOutput getParameter(java.lang.String parameterId,
                                     java.lang.String codeSpace)
Returns the output parameters with the given identifier.

Parameters:
parameterId - identifier of the output parameters to be looked up
codeSpace - codeSpace of the parameter identifier
Returns:
the output parameters with the given identifier

getParameter

public ProcessletOutput getParameter(org.deegree.commons.tom.ows.CodeType parameterId)
Returns the output parameter with the given identifier.

Parameters:
parameterId - identifier of the output parameter to be looked up
Returns:
the output parameter with the given identifier


Copyright © 2011. All Rights Reserved.