org.odata4j.producer.resources
Class PropertyRequestResource

java.lang.Object
  extended by org.odata4j.producer.resources.BaseResource
      extended by org.odata4j.producer.resources.PropertyRequestResource

public class PropertyRequestResource
extends BaseResource


Constructor Summary
PropertyRequestResource()
           
 
Method Summary
 Response deleteEntity(HttpContext context, ODataProducer producer, String entitySetName, String id, String navProp)
           
 Response getNavProperty(HttpContext context, ODataProducer producer, String entitySetName, String id, String navProp, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)
           
 Response mergeEntity(HttpContext context, ODataProducer producer, HttpHeaders headers, String entitySetName, String id, String navProp)
           
 Response updateEntity(HttpContext context, ODataProducer producer, String entitySetName, String id, String navProp)
           
 
Methods inherited from class org.odata4j.producer.resources.BaseResource
getRequestEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyRequestResource

public PropertyRequestResource()
Method Detail

deleteEntity

public Response deleteEntity(@Context
                             HttpContext context,
                             @Context
                             ODataProducer producer,
                             String entitySetName,
                             String id,
                             String navProp)

getNavProperty

public Response getNavProperty(@Context
                               HttpContext context,
                               @Context
                               ODataProducer producer,
                               String entitySetName,
                               String id,
                               String navProp,
                               String inlineCount,
                               String top,
                               String skip,
                               String filter,
                               String orderBy,
                               String format,
                               String callback,
                               String skipToken,
                               String expand,
                               String select)

mergeEntity

public Response mergeEntity(@Context
                            HttpContext context,
                            @Context
                            ODataProducer producer,
                            @Context
                            HttpHeaders headers,
                            String entitySetName,
                            String id,
                            String navProp)

updateEntity

public Response updateEntity(@Context
                             HttpContext context,
                             @Context
                             ODataProducer producer,
                             String entitySetName,
                             String id,
                             String navProp)


http://odata4j.org