|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wps.client.process.execute.ExecutionOutputs
public class ExecutionOutputs
Provides access to the outputs from a ProcessExecution
.
Constructor Summary | |
---|---|
ExecutionOutputs(ExecutionOutput[] outputs)
Creates a new ExecutionOutputs instance. |
Method Summary | |
---|---|
ExecutionOutput |
get(int i)
Returns the output with the specified index. |
ExecutionOutput |
get(String id,
String idCodeSpace)
Returns the output with the specified identifier. |
ExecutionOutput[] |
getAll()
Returns all outputs. |
BBoxOutput |
getBoundingBox(String id,
String idCodeSpace)
Returns the bounding box output with the specified identifier. |
ComplexOutput |
getComplex(String id,
String idCodeSpace)
Returns the complex output with the specified identifier. |
LiteralOutput |
getLiteral(String id,
String idCodeSpace)
Returns the literal output with the specified identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionOutputs(ExecutionOutput[] outputs)
ExecutionOutputs
instance.
outputs
- output values, never null
Method Detail |
---|
public ExecutionOutput[] getAll()
null
public ExecutionOutput get(int i)
i
- index of the output, starting with zero
null
IndexOutOfBoundsException
- if no such output existspublic ExecutionOutput get(String id, String idCodeSpace)
id
- output identifier, never null
idCodeSpace
- codespace of the output identifier, may be null
(for identifiers that don't use a code
space)
null
(if no such output exists)public LiteralOutput getLiteral(String id, String idCodeSpace)
id
- output identifier, never null
idCodeSpace
- codespace of the output identifier, may be null
(for identifiers that don't use a code
space)
null
(if no such output exists)public BBoxOutput getBoundingBox(String id, String idCodeSpace)
id
- output identifier, never null
idCodeSpace
- codespace of the output identifier, may be null
(for identifiers that don't use a code
space)
null
(if no such output exists)public ComplexOutput getComplex(String id, String idCodeSpace)
id
- output identifier, never null
idCodeSpace
- codespace of the output identifier, may be null
(for identifiers that don't use a code
space)
null
(if no such output exists)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |