| 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.addReference(DataRequest request,
String entityETag,
URI referenceId,
NoContentResponse response)
Add references (relationships) to Entity.
|
void |
ServiceHandler.deleteReference(DataRequest request,
URI deleteId,
String entityETag,
NoContentResponse response)
Delete references (relationships) in an Entity
|
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.upsertMediaStream(MediaRequest request,
String entityETag,
InputStream mediaContent,
NoContentResponse response)
Update of Media Stream Content of a Entity.
|
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.deleteReference(DataRequest request,
URI deleteId,
String entityETag,
NoContentResponse response) |
void |
ProcessorServiceHandler.updateReference(DataRequest request,
String entityETag,
URI referenceId,
NoContentResponse response) |
void |
ProcessorServiceHandler.upsertMediaStream(MediaRequest request,
String entityETag,
InputStream mediaContent,
NoContentResponse response) |
void |
ProcessorServiceHandler.upsertStreamProperty(DataRequest request,
String entityETag,
InputStream streamContent,
NoContentResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceResponseVisior.visit(NoContentResponse response) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.