|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wps.execute.ResponseDocument
public class ResponseDocument
ResponseForm that indicates that the outputs shall be included as part of a WPS response document and defines
which parameters actually have to be included.
| Method Summary | |
|---|---|
boolean |
getLineage()
Returns whether the execution input parameters shall be included in the response document. |
List<RequestedOutput> |
getOutputDefinitions()
Returns the requirements for the output parameters to be included. |
boolean |
getStatus()
Returns whether updated respsonse documents shall be provided. |
boolean |
getStoreExecuteResponse()
Returns whether the output document should be stored as a web-accessible resource (asynchronous execution). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public List<RequestedOutput> getOutputDefinitions()
public boolean getStoreExecuteResponse()
public boolean getLineage()
public boolean getStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||