org.deegree.services.wfs.protocol
Interface WFSUpdate

All Superinterfaces:
WFSOperation
All Known Implementing Classes:
WFSUpdate_Impl

public interface WFSUpdate
extends WFSOperation

Incarnation of a wfs:Update-element.

Version:
$Revision: 1.5 $
Author:
Markus Schneider

Field Summary
 
Fields inherited from interface org.deegree.services.wfs.protocol.WFSOperation
OPERATION_DELETE, OPERATION_INSERT, OPERATION_LOCK, OPERATION_QUERY, OPERATION_UPDATE
 
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.
 

Method Detail

getTypeName

public java.lang.String getTypeName()
The typeName attribute is used to indicate the name of the feature type be updated.

Returns:
the typeName attribute's value

getProperties

public java.util.HashMap getProperties()
Name/value-pairs that indicate which attributes are to be changed.

Returns:
keys are names, values describe the value to be set

getFilter

public Filter getFilter()
A filter specification describes a set of features to operate upon. The format of the filter is defined in the OGC Filter Encoding Specification. Optional. No default. Prerequisite: TYPENAME

Returns:
the filter expression to be applied or null