
Public Member Functions | |
| abstract void | _handleChanges (NSNotification n) |
| void | clear () |
| void | submit (Transaction transaction) |
Protected Member Functions | |
| void | addObjectsToIndex (Transaction transaction, NSArray<?extends EOEnterpriseObject > objects) |
| void | deleteObjectsFromIndex (Transaction transaction, NSArray<?extends EOEnterpriseObject > objects) |
| void | registerNotifications () |
Protected Attributes | |
| Map< EOEditingContext, Transaction > | activeChanges = new WeakHashMap<EOEditingContext, Transaction>() |
Package Functions | |
| synchronized void | index (Transaction transaction) |
| TransactionHandler () | |
Private Member Functions | |
| void | registerNotification (String notificationName, String selectorName) |
| TransactionHandler | ( | ) | [package] |
| abstract void _handleChanges | ( | NSNotification | n | ) | [pure virtual] |
Implemented in ERAutoIndex.AutoTransactionHandler.
| void addObjectsToIndex | ( | Transaction | transaction, | |
| NSArray<?extends EOEnterpriseObject > | objects | |||
| ) | [protected] |
| void clear | ( | ) |
| void deleteObjectsFromIndex | ( | Transaction | transaction, | |
| NSArray<?extends EOEnterpriseObject > | objects | |||
| ) | [protected] |
| synchronized void index | ( | Transaction | transaction | ) | [package] |
| void registerNotifications | ( | ) | [protected] |
| void submit | ( | Transaction | transaction | ) |
Reimplemented in ERAutoIndex.AutoTransactionHandler.
Map<EOEditingContext, Transaction> activeChanges = new WeakHashMap<EOEditingContext, Transaction>() [protected] |
1.5.8