Uses of Interface
org.apache.cayenne.graph.GraphDiff

Packages that use GraphDiff
org.apache.cayenne Contains persistence APIs directly accessible by users. 
org.apache.cayenne.access Contains classes that make up Cayenne ORM stack. 
org.apache.cayenne.graph Contains generic graph management tools used in Cayenne. 
org.apache.cayenne.intercept   
org.apache.cayenne.remote Contains classes an interfaces related to Cayenne remote object persistence features. 
 

Uses of GraphDiff in org.apache.cayenne
 

Methods in org.apache.cayenne that return GraphDiff
 GraphDiff DataChannel.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
          Processes synchronization request from a child ObjectContext, returning a GraphDiff that describes changes to objects made on the receiving end as a result of syncronization.
 

Methods in org.apache.cayenne with parameters of type GraphDiff
 GraphDiff DataChannel.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
          Processes synchronization request from a child ObjectContext, returning a GraphDiff that describes changes to objects made on the receiving end as a result of syncronization.
 

Uses of GraphDiff in org.apache.cayenne.access
 

Methods in org.apache.cayenne.access that return GraphDiff
 GraphDiff ClientServerChannel.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
           
 GraphDiff DataContext.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
          An implementation of a DataChannel method that is used by child contexts to synchronize state with this context.
 GraphDiff DataDomain.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
          Only handles commit-type synchronization, ignoring any other type.
 

Methods in org.apache.cayenne.access with parameters of type GraphDiff
 GraphDiff ClientServerChannel.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
           
 GraphDiff DataContext.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
          An implementation of a DataChannel method that is used by child contexts to synchronize state with this context.
 GraphDiff DataDomain.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
          Only handles commit-type synchronization, ignoring any other type.
 

Uses of GraphDiff in org.apache.cayenne.graph
 

Classes in org.apache.cayenne.graph that implement GraphDiff
 class ArcCreateOperation
           
 class ArcDeleteOperation
           
 class CompoundDiff
          A GraphDiff that is a list of other GraphDiffs.
 class NodeCreateOperation
           
 class NodeDeleteOperation
           
 class NodeDiff
          An abstract superclass of operations on individual nodes and arcs in a digraph.
 class NodeIdChangeOperation
          A GraphDiff representing a change in node ID.
 class NodePropertyChangeOperation
           
 

Fields in org.apache.cayenne.graph declared as GraphDiff
protected  GraphDiff GraphEvent.diff
           
 

Methods in org.apache.cayenne.graph that return GraphDiff
 GraphDiff GraphEvent.getDiff()
           
 

Methods in org.apache.cayenne.graph with parameters of type GraphDiff
 void CompoundDiff.add(GraphDiff diff)
           
 

Constructors in org.apache.cayenne.graph with parameters of type GraphDiff
GraphEvent(Object source, GraphDiff diff)
           
GraphEvent(Object source, Object postedBy, GraphDiff diff)
           
 

Uses of GraphDiff in org.apache.cayenne.intercept
 

Methods in org.apache.cayenne.intercept that return GraphDiff
 GraphDiff DataChannelCallbackInterceptor.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
           
 GraphDiff DataChannelDecorator.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
           
 

Methods in org.apache.cayenne.intercept with parameters of type GraphDiff
 GraphDiff DataChannelCallbackInterceptor.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
           
 GraphDiff DataChannelDecorator.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
           
 

Uses of GraphDiff in org.apache.cayenne.remote
 

Fields in org.apache.cayenne.remote declared as GraphDiff
protected  GraphDiff SyncMessage.senderChanges
           
 

Methods in org.apache.cayenne.remote that return GraphDiff
 GraphDiff SyncMessage.getSenderChanges()
           
 GraphDiff ClientChannel.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
           
 

Methods in org.apache.cayenne.remote with parameters of type GraphDiff
 GraphDiff ClientChannel.onSync(ObjectContext originatingContext, GraphDiff changes, int syncType)
           
 

Constructors in org.apache.cayenne.remote with parameters of type GraphDiff
SyncMessage(ObjectContext source, int syncType, GraphDiff senderChanges)
           
 



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.