org.odata4j.producer.resources
Class EntitiesRequestResource
java.lang.Object
org.odata4j.producer.resources.BaseResource
org.odata4j.producer.resources.EntitiesRequestResource
public class EntitiesRequestResource
- extends BaseResource
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntitiesRequestResource
public EntitiesRequestResource()
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