public class

MetadataResource

extends Object
java.lang.Object
   ↳ org.odata4j.producer.resources.MetadataResource

Summary

Fields
private static final MediaType APPLICATION_ATOMSVC_XML_MEDIATYPE
Public Constructors
MetadataResource()
Public Methods
Response getMetadata(HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String format)
Response getMetadataEntities(HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String optionalId, String inlineCount, String top, String skip, String filter, String orderBy, String format, String callback, String skipToken, String expand, String select)
Response getMetadataEntity(HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String id, String format, String callback, String expand, String select)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final MediaType APPLICATION_ATOMSVC_XML_MEDIATYPE

Public Constructors

public MetadataResource ()

Public Methods

public Response getMetadata (HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String format)

Parameters
httpHeaders
uriInfo
producerResolver
format

public Response getMetadataEntities (HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String optionalId, 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
optionalId
inlineCount
top
skip
filter
orderBy
format
callback
skipToken
expand
select
Throws
Exception

public Response getMetadataEntity (HttpHeaders httpHeaders, UriInfo uriInfo, ContextResolver<ODataProducer> producerResolver, String entitySetName, String id, String format, String callback, String expand, String select)

Parameters
httpHeaders
uriInfo
producerResolver
entitySetName
id
format
callback
expand
select