Methods in org.odata4j.producer.resources with parameters of type ODataProducer |
static Response |
FunctionResource.callFunction(ODataHttpMethod callingMethod,
HttpHeaders httpHeaders,
UriInfo uriInfo,
ODataProducer producer,
String functionName,
String format,
String callback,
QueryInfo queryInfo)
Handles function call resource access by gathering function call info from
the request and delegating to the producer. |
protected Response |
EntitiesRequestResource.createEntity(HttpHeaders httpHeaders,
UriInfo uriInfo,
ODataProducer producer,
String entitySetName,
OEntity entity)
|
protected Response |
EntitiesRequestResource.createMediaLinkEntry(HttpHeaders httpHeaders,
UriInfo uriInfo,
ODataProducer producer,
EdmEntitySet entitySet,
InputStream payload)
|
protected OEntity |
BaseResource.createOrUpdateMediaLinkEntry(HttpHeaders httpHeaders,
UriInfo uriInfo,
EdmEntitySet entitySet,
ODataProducer producer,
InputStream payload,
OEntityKey key)
|
protected Response |
EntitiesRequestResource.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)
|
protected Response |
EntityRequestResource.getEntityImpl(HttpHeaders httpHeaders,
UriInfo uriInfo,
ODataProducer producer,
String entitySetName,
String id,
String format,
String callback,
String expand,
String select)
|
protected OMediaLinkExtension |
BaseResource.getMediaLinkExtension(HttpHeaders httpHeaders,
UriInfo uriInfo,
EdmEntitySet entitySet,
ODataProducer producer)
|
protected Response |
ValueRequestResource.getStreamResponse(ODataProducer producer,
EdmEntitySet entitySet,
String entityId,
EntityQueryInfo queryInfo)
|
static void |
DefaultODataProducerProvider.setInstance(ODataProducer producer)
Sets the given OData producer as a static singleton. |
protected Response |
EntityRequestResource.updateMediaLinkEntry(HttpHeaders httpHeaders,
UriInfo uriInfo,
ODataProducer producer,
EdmEntitySet entitySet,
InputStream payload,
OEntityKey key)
Updates the media resource found in the payload for the media link entry (mle)
identified by the given key. |
Method parameters in org.odata4j.producer.resources with type arguments of type ODataProducer |
Response |
EntitiesRequestResource.createEntity(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String format,
String callback,
String entitySetName,
InputStream payload)
|
Response |
LinksRequestResource.createLink(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String payload)
|
Response |
PropertyRequestResource.deleteEntity(ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String navProp)
|
Response |
EntityRequestResource.deleteEntity(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String format,
String callback,
String entitySetName,
String id)
|
Response |
LinksRequestResource.deleteLink(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver)
|
Response |
EntitiesRequestResource.functionCallDelete(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String format,
String callback,
String functionName,
InputStream payload)
|
Response |
EntitiesRequestResource.functionCallPut(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String format,
String callback,
String functionName,
InputStream payload)
|
Response |
ValueRequestResource.get(UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String expand,
String select)
|
Response |
EntitiesRequestResource.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 |
EntitiesRequestResource.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 |
EntityRequestResource.getEntity(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String format,
String callback,
String expand,
String select)
|
Response |
LinksRequestResource.getLinks(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String format,
String callback)
|
Response |
MetadataResource.getMetadata(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String format)
|
Response |
MetadataResource.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 |
MetadataResource.getMetadataEntity(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String format,
String callback,
String expand,
String select)
|
Response |
PropertyRequestResource.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 |
ServiceDocumentResource.getServiceDocument(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String format,
String callback)
|
Response |
EntityRequestResource.mergeEntity(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String payload)
|
Response |
PropertyRequestResource.mergeEntity(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String navProp,
String payload)
|
Response |
EntitiesRequestResource.processBatch(ContextResolver<ODataProducer> producerResolver,
HttpHeaders headers,
Request request,
String format,
String callback,
List<BatchBodyPart> bodyParts)
|
Response |
PropertyRequestResource.updateEntity(ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String navProp)
|
Response |
EntityRequestResource.updateEntity(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
InputStream payload)
|
protected Response |
EntityRequestResource.updateEntity(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String entitySetName,
String id,
String payload)
Updates an entity given a String payload. |
Response |
LinksRequestResource.updateLink(HttpHeaders httpHeaders,
UriInfo uriInfo,
ContextResolver<ODataProducer> producerResolver,
String payload)
|