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(ContextResolver<ODataProducer> producerResolver, String entitySetName, String id, String navProp)
           
 Response getNavProperty(HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, 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(HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String id, String navProp, String payload)
           
 Response updateEntity(ContextResolver<ODataProducer> producerResolver, String entitySetName, String id, String navProp)
           
 
Methods inherited from class org.odata4j.producer.resources.BaseResource
createOrUpdateMediaLinkEntry, getMediaLinkExtension, getRequestEntity, 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
                             ContextResolver<ODataProducer> producerResolver,
                             String entitySetName,
                             String id,
                             String navProp)

getNavProperty

public Response getNavProperty(@Context
                               HttpHeaders httpHeaders,
                               @Context
                               UriInfo uriInfo,
                               @Context
                               ContextResolver<ODataProducer> producerResolver,
                               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)
                        throws Exception
Throws:
Exception

mergeEntity

public Response mergeEntity(@Context
                            HttpHeaders httpHeaders,
                            @Context
                            UriInfo uriInfo,
                            @Context
                            ContextResolver<ODataProducer> producerResolver,
                            String entitySetName,
                            String id,
                            String navProp,
                            String payload)
                     throws Exception
Throws:
Exception

updateEntity

public Response updateEntity(@Context
                             ContextResolver<ODataProducer> producerResolver,
                             String entitySetName,
                             String id,
                             String navProp)


http://odata4j.org