org.geotools.data.wfs.v1_0_0
Class WFSTransactionAccessor

java.lang.Object
  extended by org.geotools.data.wfs.v1_0_0.WFSTransactionAccessor
All Implemented Interfaces:
ClientTransactionAccessor

public class WFSTransactionAccessor
extends java.lang.Object
implements ClientTransactionAccessor


Method Summary
 org.opengis.filter.Filter getDeleteFilter()
          Returns all the filters indicating deleted feature anded together.
 org.opengis.filter.Filter getUpdateFilter(java.lang.String attributePath)
          Returns all the filters of updates that affect the attribute in the expression ored together.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDeleteFilter

public org.opengis.filter.Filter getDeleteFilter()
Returns all the filters indicating deleted feature anded together. This is used to tell the server what features to NOT return.

Specified by:
getDeleteFilter in interface ClientTransactionAccessor
Returns:
all the filters indicating deleted feature anded together.

getUpdateFilter

public org.opengis.filter.Filter getUpdateFilter(java.lang.String attributePath)
Returns all the filters of updates that affect the attribute in the expression ored together.

Specified by:
getUpdateFilter in interface ClientTransactionAccessor
Parameters:
attributePath - the xpath identifier of the attribute.
Returns:
all the filters of updates that affect the attribute in the expression ORed together.


Copyright © 1996-2010 Geotools. All Rights Reserved.