|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.ogcwebservices.DefaultOGCWebServiceResponse org.deegree.ogcwebservices.wfs.operation.LockFeatureResponse
public class LockFeatureResponse
Represents the response to a LockFeature
request.
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.
Field Summary |
---|
Fields inherited from class org.deegree.ogcwebservices.DefaultOGCWebServiceResponse |
---|
exception, request |
Constructor Summary | |
---|---|
LockFeatureResponse(LockFeature request,
java.lang.String lockId,
java.lang.String[] featuresLocked,
java.lang.String[] featuresNotLocked)
Creates a new instance of LockFeatureResponse . |
Method Summary | |
---|---|
java.lang.String[] |
getFeaturesLocked()
Returns the feature identifiers of all features that have been locked successfully. |
java.lang.String[] |
getFeaturesNotLocked()
Returns the feature identifiers of all features that were requested for locking, but which could not be locked. |
java.lang.String |
getLockId()
Returns the lock identifier. |
java.lang.String |
toString()
|
Methods inherited from class org.deegree.ogcwebservices.DefaultOGCWebServiceResponse |
---|
getException, getRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LockFeatureResponse(LockFeature request, java.lang.String lockId, java.lang.String[] featuresLocked, java.lang.String[] featuresNotLocked)
LockFeatureResponse
.
request
- LockFeature
request for which the response is generatedlockId
- lock identifier (must not be null)featuresLocked
- ids of succesfully locked features (may not be null, but empty)featuresNotLocked
- ids of features that could not be locked sucessfully (may not be null, but empty)Method Detail |
---|
public java.lang.String getLockId()
public java.lang.String[] getFeaturesLocked()
public java.lang.String[] getFeaturesNotLocked()
public java.lang.String toString()
toString
in class DefaultOGCWebServiceResponse
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org