Package org.apache.cayenne
Interface DataChannelFilterChain
public interface DataChannelFilterChain
Deprecated.
Provides DataChannelFilters with API to pass control to the next filter in the chain or
the underlying DataChannel for the last chain filter.
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptiondefault QueryResponse
onQuery
(ObjectContext originatingContext, Query query) Deprecated.default GraphDiff
onSync
(ObjectContext originatingContext, GraphDiff changes, int syncType) Deprecated.
-
Method Details
-
onQuery
Deprecated. -
onSync
Deprecated.
-
DataChannelSyncFilterChain
andDataChannelQueryFilterChain