org.odata4j.producer.resources
Class PropertyRequestResource
java.lang.Object
org.odata4j.producer.resources.BaseResource
org.odata4j.producer.resources.PropertyRequestResource
public class PropertyRequestResource
- extends BaseResource
Method Summary |
Response |
deleteEntity(ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String navProp)
|
Response |
getNavProperty(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String navProp,
String inlineCount,
String top,
String skip,
String filter,
String orderBy,
String format,
String callback,
String skipToken,
String expand,
String select)
|
Response |
mergeEntity(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String navProp,
String payload)
|
Response |
updateEntity(ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String navProp)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyRequestResource
public PropertyRequestResource()
deleteEntity
public Response deleteEntity(@Context
ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String navProp)
getNavProperty
public Response getNavProperty(@Context
HttpHeaders httpHeaders,
@Context
UriInfo uriInfo,
@Context
ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String navProp,
String inlineCount,
String top,
String skip,
String filter,
String orderBy,
String format,
String callback,
String skipToken,
String expand,
String select)
throws Exception
- Throws:
Exception
mergeEntity
public Response mergeEntity(@Context
HttpHeaders httpHeaders,
@Context
UriInfo uriInfo,
@Context
ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String navProp,
String payload)
throws Exception
- Throws:
Exception
updateEntity
public Response updateEntity(@Context
ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String navProp)
http://odata4j.org