| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.services.OGCWebServiceResponse_Impl
org.deegree_impl.services.wfs.protocol.WFSBasicResponse_Impl
org.deegree_impl.services.wfs.protocol.WFSLockFeatureResponse_Impl
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 | |
private  java.util.ArrayList | 
featuresLocked
 | 
private  java.util.ArrayList | 
featuresNotLocked
 | 
private  java.lang.String | 
lockId
 | 
| Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl | 
 | 
| Constructor Summary | |
(package private) | 
WFSLockFeatureResponse_Impl(OGCWebServiceRequest request,
                            org.w3c.dom.Document exception,
                            java.lang.String[] affectedFeatureTypes,
                            java.lang.String lockId,
                            java.lang.String[] featuresLocked,
                            java.lang.String[] featuresNotLocked)
constructor initializing the class with the  | 
| Method Summary | |
 void | 
addAffectedFeatureTypes(java.lang.String affectedFeatureTypes)
adds the  | 
 void | 
addFeaturesLocked(java.lang.String featuresLocked)
adds the  | 
 void | 
addFeaturesNotLocked(java.lang.String featuresNotLocked)
adds the  | 
 java.lang.String[] | 
getAffectedFeatureTypes()
returns a list of feature type names that has been affected by the response.  | 
 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.  | 
 void | 
setAffectedFeatureTypes(java.lang.String[] affectedFeatureTypes)
sets the  | 
 void | 
setFeaturesLocked(java.lang.String[] featuresLocked)
sets the  | 
 void | 
setFeaturesNotLocked(java.lang.String[] featuresNotLocked)
sets the  | 
 void | 
setLockId(java.lang.String lockId)
sets the id of the locking action. the may be used to identify the request that locks a feature.  | 
 java.lang.String | 
toString()
 | 
| Methods inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl | 
getException, getRequest, setException, setRequest | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface org.deegree.services.wfs.protocol.WFSBasicResponse | 
getAffectedFeatureTypes | 
| Methods inherited from interface org.deegree.services.OGCWebServiceResponse | 
getException, getRequest, setException, setRequest | 
| Field Detail | 
private java.util.ArrayList featuresLocked
private java.util.ArrayList featuresNotLocked
private java.lang.String lockId
| Constructor Detail | 
WFSLockFeatureResponse_Impl(OGCWebServiceRequest request,
                            org.w3c.dom.Document exception,
                            java.lang.String[] affectedFeatureTypes,
                            java.lang.String lockId,
                            java.lang.String[] featuresLocked,
                            java.lang.String[] featuresNotLocked)
| Method Detail | 
public java.lang.String getLockId()
getLockId in interface WFSLockFeatureResponsepublic void setLockId(java.lang.String lockId)
public java.lang.String[] getFeaturesLocked()
getFeaturesLocked in interface WFSLockFeatureResponsepublic void addFeaturesLocked(java.lang.String featuresLocked)
public void setFeaturesLocked(java.lang.String[] featuresLocked)
public java.lang.String[] getFeaturesNotLocked()
getFeaturesNotLocked in interface WFSLockFeatureResponsepublic void addFeaturesNotLocked(java.lang.String featuresNotLocked)
public void setFeaturesNotLocked(java.lang.String[] featuresNotLocked)
public java.lang.String toString()
toString in class WFSBasicResponse_Implpublic java.lang.String[] getAffectedFeatureTypes()
getAffectedFeatureTypes in interface WFSBasicResponsepublic void addAffectedFeatureTypes(java.lang.String affectedFeatureTypes)
public void setAffectedFeatureTypes(java.lang.String[] affectedFeatureTypes)
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||