|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientTransactionAccessor
Provides access to certain transaction state for the 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.
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. |
Method Detail |
---|
org.opengis.filter.Filter getDeleteFilter()
org.opengis.filter.Filter getUpdateFilter(java.lang.String attributePath)
attributePath
- the xpath identifier of the attribute.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |