| |
|
| java.lang.Object org.geotools.data.wfs.WFSTransactionAccessor
Method Summary | |
public Filter | getDeleteFilter() Returns all the filters indicating deleted feature anded together. | public Filter | getUpdateFilter(String attributePath) Returns all the filters of updates that affect the attribute in the expression ored together.
Parameters: attributePath - the xpath identifier of the attribute. |
WFSTransactionAccessor | WFSTransactionAccessor(List actions)(Code) | | |
getDeleteFilter | public Filter getDeleteFilter()(Code) | | Returns all the filters indicating deleted feature anded together. This is used to tell the server what features
to NOT return.
all the filters indicating deleted feature anded together. |
getUpdateFilter | public Filter getUpdateFilter(String attributePath)(Code) | | Returns all the filters of updates that affect the attribute in the expression ored together.
Parameters: attributePath - the xpath identifier of the attribute. all the filters of updates that affect the attribute in the expression ORed together. |
|
|
|