Project Wonder 5.0

Uses of Class
er.rest.entityDelegates.ERXRestKey

Packages that use ERXRestKey
er.directtorest   
er.rest.entityDelegates   
 

Uses of ERXRestKey in er.directtorest
 

Methods in er.directtorest that return ERXRestKey
 ERXRestKey ERD2RestDelegate.insert(ERXRestRequest restRequest, ERXRestContext restContext)
           
 ERXRestKey ERD2RestDelegate.view(ERXRestRequest restRequest, ERXRestContext restContext)
           
 

Methods in er.directtorest with parameters of type ERXRestKey
 boolean ERD2RestDefaultEntityDelegate.displayDetails(ERXRestKey key, ERXRestContext context)
           
 java.lang.String[] ERD2RestDefaultEntityDelegate.displayProperties(ERXRestKey key, boolean allProperties, boolean allToMany, ERXRestContext context)
           
 

Uses of ERXRestKey in er.rest.entityDelegates
 

Methods in er.rest.entityDelegates that return ERXRestKey
protected  ERXRestKey ERXRestKey._extendWithoutClone(java.lang.String key)
          Extends this key "in-place" to the next key in the path.
protected  ERXRestKey ERXRestKey.cloneKey(boolean clonePrevious, boolean cloneNext)
          Returns a clone of this key, optionally also cloning back up the keypath.
protected  ERXRestKey ERXRestKey.cloneKeyWithNewEntity(com.webobjects.eoaccess.EOEntity entity, boolean clonePrevious, boolean cloneNext)
          Returns a clone of this key, optionally also cloning back up the keypath.
 ERXRestKey ERXRestKey.extend(java.lang.String key)
          Clones and extends this key to the next key in a path.
 ERXRestKey ERXRestKey.extend(java.lang.String key, java.lang.Object value)
          Clones and extends this key to the next key in a path with the given cached value.
 ERXRestKey ERXRestKey.firstKey()
          Returns the first key in this path (can be this).
 ERXRestKey IERXRestDelegate.insert(ERXRestRequest insertRequest, ERXRestContext context)
          Creates the objects defined by the XML document (which can contain a single object or an array inserts).
 ERXRestKey ERXDefaultRestDelegate.insert(ERXRestRequest insertRequest, ERXRestContext context)
           
protected  ERXRestKey ERXDefaultRestDelegate.insertInto(com.webobjects.eoaccess.EOEntity entity, ERXRestRequest insertRequest, com.webobjects.eoaccess.EOEntity parentEntity, com.webobjects.eocontrol.EOEnterpriseObject parentObject, java.lang.String parentKey, ERXRestContext context)
           
 ERXRestKey ERXRestRequest.key()
          Returns the last key in the requested key path.
 ERXRestKey ERXRestKey.lastKey()
          Returns the last key in this path (can be this).
 ERXRestKey ERXRestKey.nextKey()
          Returns the next key in this path (can be null).
static ERXRestKey ERXRestKey.parse(ERXRestContext context, ERXRestRequestNode node, java.lang.String path)
           
static ERXRestKey ERXRestKey.parse(ERXRestContext context, java.lang.String path)
          Parse the given URL path and return an ERXRestKey that represents it.
 ERXRestKey ERXRestKey.previousKey()
          Returns the previous key in the path (or null if this is the first key).
 ERXRestKey IERXRestDelegate.process(ERXRestRequest restRequest, ERXRestContext context)
          Inserts or updates the objects defined by the XML document.
 ERXRestKey ERXDefaultRestDelegate.process(ERXRestRequest restRequest, ERXRestContext context)
           
 ERXRestKey ERXRestKey.trimPrevious()
          Returns a new ERXRestKey with the previous key path removed, so it appears that this key is the start of the path.
 ERXRestKey IERXRestDelegate.view(ERXRestRequest restRequest, ERXRestContext restContext)
          Views the object defined by the incoming url.
 ERXRestKey ERXDefaultRestDelegate.view(ERXRestRequest restRequest, ERXRestContext restContext)
           
 

Methods in er.rest.entityDelegates with parameters of type ERXRestKey
static java.lang.String ERXAbstractRestEntityDelegate._cascadingValue(ERXRestKey cascadingKey, java.lang.String propertyPrefix, java.lang.String propertySuffix)
           
static boolean ERXAbstractRestEntityDelegate._displayDetailsFromProperties(ERXRestKey result)
           
static java.lang.String[] ERXAbstractRestEntityDelegate._displayPropertiesFromProperties(ERXRestKey result, boolean displayAllProperties, boolean displayAllToMany)
           
protected  void ERXRestKey._extend(ERXRestKey nextKey, boolean clone)
          Extends this key to the next key (optionally cloning).
protected  void ERXAbstractRestResponseWriter.appendArrayToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected  void ERXXmlRestResponseWriter.appendArrayToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, java.lang.String arrayName, java.lang.String entityName, com.webobjects.foundation.NSArray valueKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected  void ERXDictionaryRestResponseWriter.appendArrayToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, java.lang.String arrayName, java.lang.String entityName, com.webobjects.foundation.NSArray valueKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected abstract  void ERXAbstractRestResponseWriter.appendArrayToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey key, java.lang.String arrayName, java.lang.String entityName, com.webobjects.foundation.NSArray valueKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
          Writes the given array of objects to the response.
protected  void ERXAbstractRestResponseWriter.appendDictionaryToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected  void ERXXmlRestResponseWriter.appendPrimitiveToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, java.lang.Object value)
           
protected  void ERXDictionaryRestResponseWriter.appendPrimitiveToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, java.lang.Object value)
           
protected abstract  void ERXAbstractRestResponseWriter.appendPrimitiveToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, java.lang.Object value)
          Writes the bare primitive out to the response.
 void IERXRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
          Called at the end of a request to produce the output to the user.
 void ERXXmlRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
           
 void ERXPListRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
           
 void ERXJSONRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
           
 void ERXAbstractRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
           
protected  void ERXAbstractRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
static java.lang.String ERXAbstractRestEntityDelegate.cascadingValue(ERXRestKey result, java.lang.String propertyPrefix, java.lang.String propertySuffix, java.lang.String defaultValue)
           
protected  boolean ERXAbstractRestResponseWriter.displayDetails(ERXRestContext context, ERXRestKey key)
          Returns whether or not the details (i.e.
 boolean IERXRestEntityDelegate.displayDetails(ERXRestKey key, ERXRestContext context)
           
 boolean ERXDenyRestEntityDelegate.displayDetails(ERXRestKey key, ERXRestContext context)
           
 boolean ERXAbstractRestEntityDelegate.displayDetails(ERXRestKey key, ERXRestContext context)
           
protected  java.lang.String[] ERXAbstractRestResponseWriter.displayProperties(ERXRestContext context, ERXRestKey key)
          Returns the set of properties that can be displayed for the given key.
 java.lang.String[] IERXRestEntityDelegate.displayProperties(ERXRestKey key, boolean allProperties, boolean allToMany, ERXRestContext context)
           
 java.lang.String[] ERXDenyRestEntityDelegate.displayProperties(ERXRestKey key, boolean allProperties, boolean allToMany, ERXRestContext context)
           
 java.lang.String[] ERXAbstractRestEntityDelegate.displayProperties(ERXRestKey key, boolean allProperties, boolean allToMany, ERXRestContext context)
           
 boolean IERXRestEntityDelegate.isEOID(ERXRestKey restKey)
          Returns whether or not the given key value is the primary key of an EO.
 boolean ERXDenyRestEntityDelegate.isEOID(ERXRestKey restKey)
           
 boolean ERXAbstractRestEntityDelegate.isEOID(ERXRestKey restKey)
          Returns whether or not the given key value is the primary key of an EO.
 

Constructors in er.rest.entityDelegates with parameters of type ERXRestKey
ERXRestRequest(ERXRestKey key, ERXRestRequestNode rootNode)
          Constructs a new REST request.
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.