org.odata4j.producer.resources
Class EntitiesRequestResource

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

public class EntitiesRequestResource
extends BaseResource


Constructor Summary
EntitiesRequestResource()
           
 
Method Summary
 Response createEntity(HttpContext context, HttpHeaders headers, ODataProducer producer, String entitySetName)
           
 Response getEntities(HttpContext context, ODataProducer producer, String entitySetName, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)
           
 Response processBatch(ODataProducer producer, HttpHeaders headers, Request request, List<BatchBodyPart> bodyParts)
           
 
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

EntitiesRequestResource

public EntitiesRequestResource()
Method Detail

createEntity

public Response createEntity(@Context
                             HttpContext context,
                             @Context
                             HttpHeaders headers,
                             @Context
                             ODataProducer producer,
                             String entitySetName)

getEntities

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

processBatch

public Response processBatch(@Context
                             ODataProducer producer,
                             @Context
                             HttpHeaders headers,
                             @Context
                             Request request,
                             List<BatchBodyPart> bodyParts)


http://odata4j.org