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, 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntitiesRequestResource

public EntitiesRequestResource()
Method Detail

createEntity

public Response createEntity(@Context
                             HttpContext context,
                             @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)


http://odata4j.org