
Public Member Functions | |
| ERXAdaptorOperationWrapper (EOAdaptorOperation aop) | |
| EOAdaptorOperation | operation () |
Static Public Member Functions | |
| static void | adaptorOperationsDidPerform (NSArray ops) |
| static void | performWrappedAdaptorOperations (NSArray ops) |
| static NSArray | wrappedAdaptorOperations (NSArray adaptorOps) |
Static Public Attributes | |
| static final String | AdaptorOperationsDidPerformNotification = "AdaptorOperationsDidPerform" |
| static final NSRecursiveLock | adaptorOperationsLock = new NSRecursiveLock() |
| static final Logger | log = Logger.getLogger(ERXAdaptorOperationWrapper.class) |
Package Attributes | |
| String | entityName |
| transient EOAdaptorOperation | operation |
Static Private Member Functions | |
| static boolean | postAdaptorOperationNotifications () |
Private Attributes | |
| NSArray | attributes |
| NSDictionary | changedValues |
| int | operator |
| EOQualifier | qualifier |
Static Private Attributes | |
| static Boolean | postAdaptorOperationNotifications = null |
| ERXAdaptorOperationWrapper | ( | EOAdaptorOperation | aop | ) |
| static void adaptorOperationsDidPerform | ( | NSArray | ops | ) | [static] |
| EOAdaptorOperation operation | ( | ) |
| static void performWrappedAdaptorOperations | ( | NSArray | ops | ) | [static] |
Unwraps and performs the supplied adaptor operations.
| ops |
| static boolean postAdaptorOperationNotifications | ( | ) | [static, private] |
true if the system property er.extensions.ERXDatabaseContextDelegate.postAdaptorOperationNotifications is set to true and if ERXThreadStorage.valueForKey(disabledForThreadKey) returns false or null, false otherwise. | static NSArray wrappedAdaptorOperations | ( | NSArray | adaptorOps | ) | [static] |
Returns an array of ERXAdaptorOperations that can be serialzed to the transport of your choice.
| adaptorOps |
final String AdaptorOperationsDidPerformNotification = "AdaptorOperationsDidPerform" [static] |
final NSRecursiveLock adaptorOperationsLock = new NSRecursiveLock() [static] |
NSArray attributes [private] |
NSDictionary changedValues [private] |
String entityName [package] |
final Logger log = Logger.getLogger(ERXAdaptorOperationWrapper.class) [static] |
transient EOAdaptorOperation operation [package] |
int operator [private] |
Boolean postAdaptorOperationNotifications = null [static, private] |
EOQualifier qualifier [private] |
1.5.8