public interface DataChannelFilter
Modifier and Type | Method and Description |
---|---|
void |
init(DataChannel channel) |
QueryResponse |
onQuery(ObjectContext originatingContext,
Query query,
DataChannelFilterChain filterChain) |
GraphDiff |
onSync(ObjectContext originatingContext,
GraphDiff changes,
int syncType,
DataChannelFilterChain filterChain) |
void init(DataChannel channel)
QueryResponse onQuery(ObjectContext originatingContext, Query query, DataChannelFilterChain filterChain)
GraphDiff onSync(ObjectContext originatingContext, GraphDiff changes, int syncType, DataChannelFilterChain filterChain)
Copyright © 2001–2023 Apache Cayenne. All rights reserved.