Package | Description |
---|---|
org.apache.olingo.server.api |
Olingo Server API
|
org.apache.olingo.server.api.serializer |
Olingo Server API - Serializer
|
org.apache.olingo.server.api.uri |
Olingo URI
|
org.apache.olingo.server.sample.processor | |
org.apache.olingo.server.tecsvc.async |
Modifier and Type | Method and Description |
---|---|
abstract ODataSerializer |
OData.createSerializer(ContentType contentType)
Creates a new serializer object for rendering content in the specified format.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchSerializerException
Thrown for invalid batch payloads.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
FixedFormatSerializer.asyncResponse(ODataResponse odataResponse)
Serializes a ODataResponse into an async response.
|
InputStream |
FixedFormatSerializer.binary(byte[] binary)
Writes binary output into an InputStream.
|
SerializerResult |
ODataSerializer.complex(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options)
Writes complex-type instance data into an InputStream.
|
SerializerResult |
ODataSerializer.complexCollection(ServiceMetadata metadata,
EdmComplexType type,
Property property,
ComplexSerializerOptions options)
Writes data of a collection of complex-type instances into an InputStream.
|
InputStream |
FixedFormatSerializer.count(Integer count)
Writes a count into an InputStream as plain text.
|
SerializerResult |
ODataSerializer.entity(ServiceMetadata metadata,
EdmEntityType entityType,
Entity entity,
EntitySerializerOptions options)
Writes entity data into an InputStream.
|
SerializerResult |
ODataSerializer.entityCollection(ServiceMetadata metadata,
EdmEntityType entityType,
EntityCollection entitySet,
EntityCollectionSerializerOptions options)
Writes entity-collection data into an InputStream.
|
SerializerResult |
ODataSerializer.error(ODataServerError error)
Writes an ODataError into an InputStream.
|
SerializerResult |
ODataSerializer.metadataDocument(ServiceMetadata serviceMetadata)
Writes the metadata document into an InputStream.
|
SerializerResult |
ODataSerializer.primitive(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options)
Writes primitive-type instance data into an InputStream.
|
SerializerResult |
ODataSerializer.primitiveCollection(ServiceMetadata metadata,
EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options)
Writes data of a collection of primitive-type instances into an InputStream.
|
InputStream |
FixedFormatSerializer.primitiveValue(EdmPrimitiveType type,
Object value,
PrimitiveValueSerializerOptions options)
Writes the raw value of a primitive-type instance into an InputStream.
|
SerializerResult |
ODataSerializer.reference(ServiceMetadata metadata,
EdmEntitySet edmEntitySet,
Entity entity,
ReferenceSerializerOptions options)
Writes a single entity reference into an InputStream.
|
SerializerResult |
ODataSerializer.referenceCollection(ServiceMetadata metadata,
EdmEntitySet edmEntitySet,
EntityCollection entityCollection,
ReferenceCollectionSerializerOptions options)
Writes entity-collection references into an InputStream.
|
SerializerResult |
ODataSerializer.serviceDocument(ServiceMetadata serviceMetadata,
String serviceRoot)
Writes the service document into an InputStream.
|
Modifier and Type | Method and Description |
---|---|
String |
UriHelper.buildCanonicalURL(EdmEntitySet edmEntitySet,
Entity entity)
Builds the relative canonical URL for the given entity in the given entity set.
|
String |
UriHelper.buildContextURLKeyPredicate(List<UriParameter> keys)
Builds the key-predicate part of a
ContextURL . |
String |
UriHelper.buildContextURLSelectList(EdmStructuredType type,
ExpandOption expand,
SelectOption select)
Builds the select-list part of a
ContextURL . |
String |
UriHelper.buildKeyPredicate(EdmEntityType edmEntityType,
Entity entity)
Builds the key predicate for the given entity.
|
Modifier and Type | Method and Description |
---|---|
void |
CarsProcessor.createEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
CarsProcessor.readComplex(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType format) |
void |
CarsProcessor.readEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestedContentType) |
void |
CarsProcessor.readEntityCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestedContentType) |
void |
CarsProcessor.readPrimitive(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType format) |
void |
CarsProcessor.readPrimitiveValue(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType format) |
void |
CarsProcessor.updateComplex(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
CarsProcessor.updateEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
CarsProcessor.updatePrimitive(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
Modifier and Type | Method and Description |
---|---|
void |
TechnicalAsyncService.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.