COObjectGraphContext categories documentation
CODebugging
COObjectGraphContext (CODebugging)Overview
This category isn't part of the official public API.
See also COEditingContext(CODebugging).
Default
- - (NSArray *) insertedObjects
Returns the object UUIDs inserted since change tracking was cleared.
After a commit, returns an empty set.
- - (NSArray *) updatedObjects
Returns the objects whose properties have been edited since change tracking was cleared.
After a commit, returns an empty set.