|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
In response to a LockFeature request, the web feature server shall generate an XML document containing a lock identifier that a client application can reference when operating upon the locked features. The response can also contain optional blocks depending on the value of the lockAction attribute.
--------------------------------------------------------
Method Summary | |
java.lang.String[] |
getFeaturesLocked()
The method returns the feature identifiers of all the features that were locked by the LockFeature request. |
java.lang.String[] |
getFeaturesNotLocked()
The method returns the feature identifiers of all the features that could not be locked by the LockFeature request. |
java.lang.String |
getLockId()
returns the id of the locking action. the may be used to identify the request that locks a feature. |
Methods inherited from interface org.deegree.services.wfs.protocol.WFSBasicResponse |
getAffectedFeatureTypes |
Methods inherited from interface org.deegree.services.OGCWebServiceResponse |
getException, getRequest, setException, setRequest |
Method Detail |
public java.lang.String getLockId()
public java.lang.String[] getFeaturesLocked()
public java.lang.String[] getFeaturesNotLocked()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |