|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestedOutput | |
|---|---|
| org.deegree.services.wps | |
| org.deegree.services.wps.execute | |
| Uses of RequestedOutput in org.deegree.services.wps |
|---|
| Constructor parameters in org.deegree.services.wps with type arguments of type RequestedOutput | |
|---|---|
ProcessExecution(ExecuteRequest request,
StorageLocation responseStorage,
java.net.URL serviceInstance,
java.util.List<RequestedOutput> outputParams,
ProcessletOutputs outputs)
Creates a new ProcessExecution for a Processlet that has been accepted for execution. |
|
| Uses of RequestedOutput in org.deegree.services.wps.execute |
|---|
| Methods in org.deegree.services.wps.execute that return RequestedOutput | |
|---|---|
RequestedOutput |
RawDataOutput.getRequestedOutput()
Returns the settings for the output format. |
| Methods in org.deegree.services.wps.execute that return types with arguments of type RequestedOutput | |
|---|---|
java.util.List<RequestedOutput> |
ResponseDocument.getOutputDefinitions()
Returns the requirements for the output parameters to be included. |
java.util.List<RequestedOutput> |
ExecuteResponse.getOutputDefinitions()
|
| Constructor parameters in org.deegree.services.wps.execute with type arguments of type RequestedOutput | |
|---|---|
ExecuteResponse(StorageLocation statusLocation,
java.net.URL serviceInstance,
ProcessExecution status,
java.util.List<RequestedOutput> outputDefinitions,
ProcessletOutputs outputs,
ExecuteRequest request)
Creates a new ExecuteResponse instance from the given parameters. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||