| Package | Description |
|---|---|
| org.apache.olingo.server.core | |
| org.apache.olingo.server.core.legacy | |
| org.apache.olingo.server.core.responses |
| Modifier and Type | Method and Description |
|---|---|
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.deleteEntity(DataRequest request,
String entityETag,
EntityResponse response)
Delete the Entity
|
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.upsertEntity(DataRequest request,
org.apache.olingo.commons.api.data.Entity entity,
boolean merge,
String entityETag,
EntityResponse response)
Update or create the entity object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorServiceHandler.createEntity(DataRequest request,
org.apache.olingo.commons.api.data.Entity entity,
EntityResponse response) |
void |
ProcessorServiceHandler.deleteEntity(DataRequest request,
String entityETag,
EntityResponse response) |
void |
ProcessorServiceHandler.updateEntity(DataRequest request,
org.apache.olingo.commons.api.data.Entity entity,
boolean merge,
String entityETag,
EntityResponse response) |
void |
ProcessorServiceHandler.upsertEntity(DataRequest request,
org.apache.olingo.commons.api.data.Entity entity,
boolean merge,
String entityETag,
EntityResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static EntityResponse |
EntityResponse.getInstance(ServiceRequest request,
org.apache.olingo.commons.api.data.ContextURL contextURL,
boolean references,
org.apache.olingo.server.api.ODataResponse response) |
static EntityResponse |
EntityResponse.getInstance(ServiceRequest request,
org.apache.olingo.commons.api.data.ContextURL contextURL,
boolean references,
org.apache.olingo.server.api.ODataResponse response,
ReturnRepresentation returnRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceResponseVisior.visit(EntityResponse response) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.