public interface ClientTransactionAccessor
PostPreProcessFilterSplittingVisitor
and CapabilitiesFilterSplitter
. This is only required if the transaction is kept on the
client and the server is unaware of it. For example PostGIS would not need to create one.Modifier and Type | Method and Description |
---|---|
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.
|
Filter getDeleteFilter()
Filter getUpdateFilter(String attributePath)
attributePath
- the xpath identifier of the attribute.Filter.EXCLUDE
if the attribute path is not supported/encodable to the backend
(and hence any filter including it shall only be evaluated at runtime), or null
if no behavior change is to be applied.Copyright © 1996–2023 Geotools. All rights reserved.