public static class ERXObjectStoreCoordinatorSynchronizer.LocalChange extends ERXObjectStoreCoordinatorSynchronizer.Change
Constructor and Description |
---|
LocalChange(EOObjectStoreCoordinator osc,
NSDictionary userInfo,
boolean causedByRemoteUpdate) |
Modifier and Type | Method and Description |
---|---|
boolean |
causedByRemoteUpdate() |
EOObjectStoreCoordinator |
coordinator() |
NSDictionary |
deleted() |
NSArray |
deletedGIDs() |
NSDictionary |
inserted() |
NSArray |
insertedGIDs() |
NSDictionary |
invalidated() |
NSArray |
invalidatedGIDs() |
NSArray |
localCacheChanges() |
protected NSDictionary |
snapshotsGroupedByEntity(NSArray objects,
EOObjectStoreCoordinator osc)
Returns a dictionary of snapshots where the key is the entity name
and the value an array of snapshots.
|
NSDictionary |
updated() |
NSArray |
updatedGIDs() |
public LocalChange(EOObjectStoreCoordinator osc, NSDictionary userInfo, boolean causedByRemoteUpdate)
public boolean causedByRemoteUpdate()
public NSArray localCacheChanges()
public NSArray deletedGIDs()
public NSArray updatedGIDs()
public NSArray insertedGIDs()
public NSArray invalidatedGIDs()
protected NSDictionary snapshotsGroupedByEntity(NSArray objects, EOObjectStoreCoordinator osc)
objects
- osc
- public NSDictionary updated()
public NSDictionary deleted()
public NSDictionary inserted()
public NSDictionary invalidated()
public EOObjectStoreCoordinator coordinator()
Copyright © 2002 – 2024 Project Wonder.