| 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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,
                                       String lockId,
                                       String[] featuresLocked,
                                       String[] featuresNotLocked)
Creates a new instance of LockFeatureResponse. | 
|
| Method Summary | |
|---|---|
 String[] | 
getFeaturesLocked()
Returns the feature identifiers of all features that have been locked successfully.  | 
 String[] | 
getFeaturesNotLocked()
Returns the feature identifiers of all features that were requested for locking, but which could not be locked.  | 
 String | 
getLockId()
Returns the lock identifier.  | 
 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,
                           String lockId,
                           String[] featuresLocked,
                           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 String getLockId()
public String[] getFeaturesLocked()
public String[] getFeaturesNotLocked()
public String toString()
toString in class DefaultOGCWebServiceResponse
  | 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| 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