public class

EntitiesRequestResource

extends BaseResource
java.lang.Object
   ↳ org.odata4j.producer.resources.BaseResource
     ↳ org.odata4j.producer.resources.EntitiesRequestResource

Summary

Fields
private static final Logger log
Public Constructors
EntitiesRequestResource()
Public Methods
Response createEntity(HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String payload)
Response getEntities(HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)
Response getEntitiesCount(HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String count, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)
Response getEntitiesParenthesis(HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)
Response processBatch(ContextResolver<ODataProducer> producerResolver, HttpHeaders headers, Request request, List<BatchBodyPart> bodyParts)
Protected Methods
Response getEntitiesImpl(HttpHeaders httpHeaders, UriInfo uriInfo, ODataProducer producer, String entitySetName, boolean isCount, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)
[Expand]
Inherited Methods
From class org.odata4j.producer.resources.BaseResource
From class java.lang.Object

Fields

private static final Logger log

Public Constructors

public EntitiesRequestResource ()

Public Methods

public Response createEntity (HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String payload)

Parameters
httpHeaders
uriInfo
producerResolver
entitySetName
payload
Throws
Exception

public Response getEntities (HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)

Parameters
httpHeaders
uriInfo
producerResolver
entitySetName
inlineCount
top
skip
filter
orderBy
format
callback
skipToken
expand
select
Throws
Exception

public Response getEntitiesCount (HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String count, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)

Parameters
httpHeaders
uriInfo
producerResolver
entitySetName
count
inlineCount
top
skip
filter
orderBy
format
callback
skipToken
expand
select
Throws
Exception

public Response getEntitiesParenthesis (HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)

Parameters
httpHeaders
uriInfo
producerResolver
entitySetName
inlineCount
top
skip
filter
orderBy
format
callback
skipToken
expand
select
Throws
Exception

public Response processBatch (ContextResolver<ODataProducer> producerResolver, HttpHeaders headers, Request request, List<BatchBodyPart> bodyParts)

Parameters
producerResolver
headers
request
bodyParts
Throws
Exception

Protected Methods

protected Response getEntitiesImpl (HttpHeaders httpHeaders, UriInfo uriInfo, ODataProducer producer, String entitySetName, boolean isCount, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)

Parameters
httpHeaders
uriInfo
producer
entitySetName
isCount
inlineCount
top
skip
filter
orderBy
format
callback
skipToken
expand
select
Throws
Exception