Interface | Description |
---|---|
IERXNonEOClassDescription | |
IERXRestDelegate |
The delegate interface used to convert objects to and from request nodes.
|
Class | Description |
---|---|
BeanInfoClassDescription | |
ERXAbstractRestDelegate |
ERXAbstractRestDelegate is the default implementation of the IERXRestDelegate interface that can handle looking up delegates for non-eo classes, etc.
|
ERXEORestDelegate |
EODelegate is an implementation of the ERXRestRequestNode.Delegate interface that understands EOF.
|
ERXFilteredQualifierTraversal |
ERXFilteredQualifierTraversal performs a security check on a qualifier, throwing a SecurityException if a qualifier
is found that attempts to qualify a key that isn't permitted by a given ERXKeyFilter.
|
ERXNoOpRestDelegate | |
ERXRequestFormValues |
ERXRequestOptions is an Options implementation on top of WORequest form values.
|
ERXRestClassDescriptionFactory | |
ERXRestContext | |
ERXRestFetchSpecification<T extends EOEnterpriseObject> |
ERXRestFetchSpecification provides a wrapper around fetching objects with batching, sort orderings, and (optionally)
qualifiers configured in the WORequest.
|
ERXRestFetchSpecification.Results<T> |
Encapsulates the results of a fetch along with some fetch metadata.
|
ERXRestNameRegistry |
ERXNameRegistry provides a registry to remap the names of entities and keys to another name.
|
ERXRestRequestNode |
ERXRestRequestNode provides a model of a REST request.
|
ERXRestUtils |
Miscellaneous rest-related utility methods.
|
IERXRestDelegate.Factory |
A Factory for creating IERXRestDelegates.
|
MapClassDescription |
MapClassDescription is an EOClassDescription that is made on the
fly based on a Map (NSDictionary, etc) so that ERRest can render
a dictionary as a node where the keys of the node are the keys
of the dictionary.
|
NSDictionaryClassDescription |
NSDictionaryClassDescription is an EOClassDescription that is made on the
fly based on a Map (NSDictionary, etc) so that ERRest can render
a dictionary as a node where the keys of the node are the keys
of the dictionary.
|
Exception | Description |
---|---|
ERXBasicAuthenticationException |
The
ERXBasicAuthenticationException can be thrown when performing an action
containing invalid credentials. |
ERXNotAllowedException |
Use this exception when you want to return a HTTP code 405 (Not Allowed)
|
ERXRestException |
If a general REST exception occurs.
|
Copyright © 2002 – 2024 Project Wonder.