org.geotools.data.wfs.v1_0_0
Class WFSTransactionAccessor
Object
WFSTransactionAccessor
- All Implemented Interfaces:
- ClientTransactionAccessor
public class WFSTransactionAccessor
- extends Object
- implements ClientTransactionAccessor
Method Summary |
Filter |
getDeleteFilter()
Returns all the filters indicating deleted feature anded together. |
Filter |
getUpdateFilter(String attributePath)
Returns all the filters of updates that affect the attribute in the expression ored together. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDeleteFilter
public 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 Filter getUpdateFilter(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.