Package | Description |
---|---|
er.rest | |
er.snapshotexplorer.delegates |
Modifier and Type | Class and Description |
---|---|
class |
ERXAbstractRestDelegate
ERXAbstractRestDelegate is the default implementation of the IERXRestDelegate interface that can handle looking up delegates for non-eo classes, etc.
|
class |
ERXEORestDelegate
EODelegate is an implementation of the ERXRestRequestNode.Delegate interface that understands EOF.
|
class |
ERXNoOpRestDelegate |
Modifier and Type | Method and Description |
---|---|
static IERXRestDelegate |
IERXRestDelegate.Factory.delegateForClassDescription(EOClassDescription classDescription) |
static IERXRestDelegate |
IERXRestDelegate.Factory.delegateForEntityNamed(String entityName)
Returns a rest delegate for the given entity name.
|
static IERXRestDelegate |
IERXRestDelegate.Factory.delegateForObject(Object object) |
Modifier and Type | Method and Description |
---|---|
static void |
IERXRestDelegate.Factory.setDefaultBeanDelegate(IERXRestDelegate defaultDelegate)
Sets the default rest delegate to use for non-EO's when no other can be found.
|
static void |
IERXRestDelegate.Factory.setDefaultDelegate(IERXRestDelegate defaultDelegate)
Sets the default rest delegate to use for EO's when no other can be found.
|
static void |
IERXRestDelegate.Factory.setDelegateForEntityNamed(IERXRestDelegate delegate,
String entityName)
Registers a rest delegate for the given entity name.
|
static void |
IERXRestDelegate.Factory.setDelegateForEntityNamed(IERXRestDelegate delegate,
String entityName,
Class<?> clazz)
Registers a rest delegate for the given entity name.
|
Modifier and Type | Class and Description |
---|---|
class |
EOEntityRestDelegate |
class |
EOModelGroupRestDelegate |
class |
EOModelRestDelegate |
Copyright © 2002 – 2024 Project Wonder.