|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wps.ProcessletInputs
public final class ProcessletInputs
Encapsulates the input parameters for the execution of a Processlet.
| Constructor Summary | |
|---|---|
ProcessletInputs(java.util.List<ProcessletInput> inputs)
Creates a new ProcessletInputs instance that consists of the given input parameters. |
|
| Method Summary | |
|---|---|
ProcessletInput |
getParameter(org.deegree.commons.tom.ows.CodeType parameterId)
Returns the single input parameter with the given identifier (convenience method for the common case when only a single parameter with a certain identifier is allowed). |
ProcessletInput |
getParameter(java.lang.String parameterId)
Returns the single input parameter with the given identifier (convenience method for the common case when only a single parameter with a certain identifier is allowed and the identifier has a null codeSpace). |
ProcessletInput |
getParameter(java.lang.String parameterId,
java.lang.String codeSpace)
Returns the single input parameter with the given identifier (convenience method for the common case when only a single parameter with a certain identifier is allowed). |
java.util.List<ProcessletInput> |
getParameters()
Returns all input parameters. |
java.util.List<ProcessletInput> |
getParameters(org.deegree.commons.tom.ows.CodeType parameterId)
Returns the input parameters with the given identifier. |
java.util.List<ProcessletInput> |
getParameters(java.lang.String parameterId)
Returns the input parameters with the given identifier (convenience method for identifiers with a null codeSpace). |
java.util.List<ProcessletInput> |
getParameters(java.lang.String parameterId,
java.lang.String codeSpace)
Returns the input parameters with the given identifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessletInputs(java.util.List<ProcessletInput> inputs)
ProcessletInputs instance that consists of the given input parameters.
inputs - input parameters| Method Detail |
|---|
public java.util.List<ProcessletInput> getParameters()
public java.util.List<ProcessletInput> getParameters(java.lang.String parameterId)
null codeSpace).
parameterId - identifier of the input parameters to be looked up
public java.util.List<ProcessletInput> getParameters(org.deegree.commons.tom.ows.CodeType parameterId)
parameterId - identifier of the input parameters to be looked up
public java.util.List<ProcessletInput> getParameters(java.lang.String parameterId,
java.lang.String codeSpace)
parameterId - identifier of the input parameters to be looked upcodeSpace - codeSpace of the parameter identifier
public ProcessletInput getParameter(java.lang.String parameterId)
null codeSpace).
parameterId - identifier of the input parameters to be looked up
java.lang.RuntimeException - when more than one input parameter with the specified identifier is presentpublic ProcessletInput getParameter(org.deegree.commons.tom.ows.CodeType parameterId)
parameterId - identifier of the input parameters to be looked up
java.lang.RuntimeException - when more than one input parameter with the specified identifier is present
public ProcessletInput getParameter(java.lang.String parameterId,
java.lang.String codeSpace)
parameterId - identifier of the input parameters to be looked upcodeSpace - codeSpace of the parameter identifier
java.lang.RuntimeException - when more than one input parameter with the specified identifier is present
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||