doc, id, map, SUPPORTED_LANGUAGES, SUPPORTED_VERSION| Constructor and Description |
|---|
ExecuteRequest(org.apache.commons.collections.map.CaseInsensitiveMap ciMap) |
ExecuteRequest(Document doc)
Creates an ExecuteRequest based on a Document (HTTP_POST)
|
| Modifier and Type | Method and Description |
|---|---|
Response |
call()
Actually serves the Request.
|
String |
getAlgorithmIdentifier()
Gets the identifier of the algorithm the client requested
|
Map<String,org.n52.wps.io.data.IData> |
getAttachedResult() |
net.opengis.wps.x100.ExecuteDocument.Execute |
getExecute()
Gets the Execute that is associated with this Request
|
ExecuteResponseBuilder |
getExecuteResponseBuilder() |
void |
getKVPDataInputs() |
boolean |
isQuickStatus() |
boolean |
isRawData() |
boolean |
isStoreResponse() |
void |
update(org.n52.wps.server.observerpattern.ISubject subject) |
void |
updateStatusAccepted() |
void |
updateStatusError(String errorMessage) |
void |
updateStatusStarted() |
void |
updateStatusSuccess() |
boolean |
validate()
Validates the client request
|
accumulateString, checkLanguageSupported, getDocument, getMap, getMapArray, getMapArray, getMapValue, getMapValue, getMapValue, getMapValue, getRequestedVersions, getUniqueId, requireVersionpublic ExecuteRequest(Document doc) throws org.n52.wps.server.ExceptionReport
doc - The clients submissionorg.n52.wps.server.ExceptionReportpublic ExecuteRequest(org.apache.commons.collections.map.CaseInsensitiveMap ciMap)
throws org.n52.wps.server.ExceptionReport
org.n52.wps.server.ExceptionReportpublic void getKVPDataInputs()
public boolean validate()
throws org.n52.wps.server.ExceptionReport
public Response call() throws org.n52.wps.server.ExceptionReport
public String getAlgorithmIdentifier()
public net.opengis.wps.x100.ExecuteDocument.Execute getExecute()
public Map<String,org.n52.wps.io.data.IData> getAttachedResult()
getAttachedResult in class Requestpublic boolean isStoreResponse()
public boolean isQuickStatus()
public ExecuteResponseBuilder getExecuteResponseBuilder()
public boolean isRawData()
public void update(org.n52.wps.server.observerpattern.ISubject subject)
update in interface org.n52.wps.server.observerpattern.IObserverpublic void updateStatusAccepted()
public void updateStatusStarted()
public void updateStatusSuccess()
public void updateStatusError(String errorMessage)
Copyright © 2019. All Rights Reserved.