|
||||||||||
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,
URL serviceInstance,
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 | |
---|---|
List<RequestedOutput> |
ResponseDocument.getOutputDefinitions()
Returns the requirements for the output parameters to be included. |
List<RequestedOutput> |
ExecuteResponse.getOutputDefinitions()
|
Constructor parameters in org.deegree.services.wps.execute with type arguments of type RequestedOutput | |
---|---|
ExecuteResponse(StorageLocation statusLocation,
URL serviceInstance,
ProcessExecution status,
List<RequestedOutput> outputDefinitions,
ProcessletOutputs outputs,
ExecuteRequest request)
Creates a new ExecuteResponse instance from the given parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |