
Public Member Functions | |
| WOContext | context () |
| IERXRestDelegate | delegate () |
| EOEditingContext | editingContext () |
| ERXRestContext (WOContext context, EOEditingContext editingContext, IERXRestDelegate delegate) | |
| ERXRestContext (IERXRestDelegate delegate) | |
| ERXRestContext (IERXRestEntityDelegate defaultEntityDelegate) | |
| Object | handleQueryWithUnboundKey (String key) |
| void | handleTakeValueForUnboundKey (Object value, String key) |
| void | setDelegate (IERXRestDelegate delegate) |
| void | takeValueForKey (Object obj, String key) |
| void | unableToSetNullForKey (String key) |
| Object | valueForKey (String key) |
Private Attributes | |
| NSMutableDictionary< String, Object > | _attributes |
| WOContext | _context |
| IERXRestDelegate | _delegate |
| EOEditingContext | _editingContext |
| ERXRestContext | ( | IERXRestEntityDelegate | defaultEntityDelegate | ) |
Shortcut for constructing a rest context with a single default entity delegate.
| defaultEntityDelegate | the default entity delegate |
| ERXRestContext | ( | IERXRestDelegate | delegate | ) |
Constructs a rest context.
| ERXRestContext | ( | WOContext | context, | |
| EOEditingContext | editingContext, | |||
| IERXRestDelegate | delegate | |||
| ) |
| WOContext context | ( | ) |
Returns the WOContext for this request.
| IERXRestDelegate delegate | ( | ) |
Returns the REST delegate for this context.
| EOEditingContext editingContext | ( | ) |
Returns the EOEditingContext for this request.
| Object handleQueryWithUnboundKey | ( | String | key | ) |
| void handleTakeValueForUnboundKey | ( | Object | value, | |
| String | key | |||
| ) |
| void setDelegate | ( | IERXRestDelegate | delegate | ) |
Sets the REST delegate for this context (called by ERXRestRequestHandler).
| delegate | the REST delegate for this context |
| void takeValueForKey | ( | Object | obj, | |
| String | key | |||
| ) |
| void unableToSetNullForKey | ( | String | key | ) |
| Object valueForKey | ( | String | key | ) |
NSMutableDictionary<String, Object> _attributes [private] |
WOContext _context [private] |
IERXRestDelegate _delegate [private] |
EOEditingContext _editingContext [private] |
1.5.8