|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.services.wfs.protocol.WFSUpdate_Impl
Incarnation of a wfs:Update-element.
| Field Summary | |
private Filter |
filter
|
private java.util.HashMap |
properties
|
private java.lang.String |
typeName
|
| Fields inherited from interface org.deegree.services.wfs.protocol.WFSOperation |
OPERATION_DELETE, OPERATION_INSERT, OPERATION_LOCK, OPERATION_QUERY, OPERATION_UPDATE |
| Constructor Summary | |
protected |
WFSUpdate_Impl(java.lang.String typeName,
java.util.HashMap properties,
Filter filter)
Create a new instance of WFSUpdate_Impl. |
| Method Summary | |
Filter |
getFilter()
A filter specification describes a set of features to operate upon. |
java.util.HashMap |
getProperties()
Name/value-pairs that indicate which attributes are to be changed. |
java.lang.String |
getTypeName()
The typeName attribute is used to indicate the name of the feature type be updated. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private java.lang.String typeName
private java.util.HashMap properties
private Filter filter
| Constructor Detail |
protected WFSUpdate_Impl(java.lang.String typeName,
java.util.HashMap properties,
Filter filter)
typeName - value of the typeName-Attribute (FeatureType-name)properties - name/value-pairs of fields to be changedfilter - wfs:Filter-Expression to be applied| Method Detail |
public java.lang.String getTypeName()
getTypeName in interface WFSUpdatepublic java.util.HashMap getProperties()
getProperties in interface WFSUpdatepublic Filter getFilter()
getFilter in interface WFSUpdatepublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||