org.deegree.services.wps
Class ProcessletOutputs

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

public class ProcessletOutputs
extends 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, 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

ProcessletOutputs

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

getParameters

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

Returns:
all output parameters

getParameter

public ProcessletOutput getParameter(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(String parameterId,
                                     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(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.