org.odata4j.producer.resources
Class MetadataResource
java.lang.Object
   org.odata4j.producer.resources.MetadataResource
org.odata4j.producer.resources.MetadataResource
- public class MetadataResource 
- extends Object
 
| Method Summary | 
|  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)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MetadataResource
public MetadataResource()
getMetadata
public Response getMetadata(@Context
                            HttpHeaders httpHeaders,
                            @Context
                            UriInfo uriInfo,
                            @Context
                            ContextResolver<ODataProducer> producerResolver,
                            String format)
- 
 
getMetadataEntities
public Response getMetadataEntities(@Context
                                    HttpHeaders httpHeaders,
                                    @Context
                                    UriInfo uriInfo,
                                    @Context
                                    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)
                             throws Exception
- 
- Throws:
- Exception
 
getMetadataEntity
public Response getMetadataEntity(@Context
                                  HttpHeaders httpHeaders,
                                  @Context
                                  UriInfo uriInfo,
                                  @Context
                                  ContextResolver<ODataProducer> producerResolver,
                                  String entitySetName,
                                  String id,
                                  String format,
                                  String callback,
                                  String expand,
                                  String select)
- 
 
http://odata4j.org