| Package | Description |
|---|---|
| org.apache.olingo.server.core | |
| org.apache.olingo.server.core.legacy |
| Modifier and Type | Method and Description |
|---|---|
DataRequest |
ServiceRequest.parseLink(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceHandler.addReference(DataRequest request,
String entityETag,
URI referenceId,
NoContentResponse response)
Add references (relationships) to Entity.
|
void |
ServiceHandler.createEntity(DataRequest request,
org.apache.olingo.commons.api.data.Entity entity,
EntityResponse response)
Create new entity in the service based on the entity object provided
|
void |
ServiceHandler.crossJoin(DataRequest dataRequest,
List<String> entitySetNames,
org.apache.olingo.server.api.ODataResponse response)
This is not complete, more URL parsing changes required.
|
void |
ServiceHandler.deleteEntity(DataRequest request,
String entityETag,
EntityResponse response)
Delete the Entity
|
void |
ServiceHandler.deleteReference(DataRequest request,
URI deleteId,
String entityETag,
NoContentResponse response)
Delete references (relationships) in an Entity
|
<T extends ServiceResponse> |
ServiceHandler.read(DataRequest request,
T response)
Read operation for EntitySets, Entities, Properties, Media etc.
|
void |
ServiceHandler.updateEntity(DataRequest request,
org.apache.olingo.commons.api.data.Entity entity,
boolean merge,
String entityETag,
EntityResponse response)
Update the entity object.
|
void |
ServiceHandler.updateProperty(DataRequest request,
org.apache.olingo.commons.api.data.Property property,
boolean merge,
String entityETag,
PropertyResponse response)
Update a non-media/stream property.if the value of property NULL, it should be treated as
DeleteProperty 11.4.9.2
|
void |
ServiceHandler.updateReference(DataRequest request,
String entityETag,
URI referenceId,
NoContentResponse response)
Update references (relationships) in an Entity; This is always against single valued navigation property
|
void |
ServiceHandler.upsertEntity(DataRequest request,
org.apache.olingo.commons.api.data.Entity entity,
boolean merge,
String entityETag,
EntityResponse response)
Update or create the entity object.
|
void |
ServiceHandler.upsertStreamProperty(DataRequest request,
String entityETag,
InputStream streamContent,
NoContentResponse response)
Update Stream property, if StreamContent is null, it should treated as delete request
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorServiceHandler.addReference(DataRequest request,
String entityETag,
URI referenceId,
NoContentResponse response) |
void |
ProcessorServiceHandler.createEntity(DataRequest request,
org.apache.olingo.commons.api.data.Entity entity,
EntityResponse response) |
void |
ProcessorServiceHandler.crossJoin(DataRequest dataRequest,
List<String> entitySetNames,
org.apache.olingo.server.api.ODataResponse response) |
void |
ProcessorServiceHandler.deleteEntity(DataRequest request,
String entityETag,
EntityResponse response) |
void |
ProcessorServiceHandler.deleteReference(DataRequest request,
URI deleteId,
String entityETag,
NoContentResponse response) |
<T extends ServiceResponse> |
ProcessorServiceHandler.read(DataRequest request,
T response) |
void |
ProcessorServiceHandler.updateEntity(DataRequest request,
org.apache.olingo.commons.api.data.Entity entity,
boolean merge,
String entityETag,
EntityResponse response) |
void |
ProcessorServiceHandler.updateProperty(DataRequest request,
org.apache.olingo.commons.api.data.Property property,
boolean merge,
String entityETag,
PropertyResponse response) |
void |
ProcessorServiceHandler.updateReference(DataRequest request,
String entityETag,
URI referenceId,
NoContentResponse response) |
void |
ProcessorServiceHandler.upsertEntity(DataRequest request,
org.apache.olingo.commons.api.data.Entity entity,
boolean merge,
String entityETag,
EntityResponse response) |
void |
ProcessorServiceHandler.upsertStreamProperty(DataRequest request,
String entityETag,
InputStream streamContent,
NoContentResponse response) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.