Modifier and Type | Method and Description |
---|---|
abstract ODataSerializer |
OData.createSerializer(ODataFormat format)
Creates a new serializer object for rendering content in the specified format.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchSerializerException |
Modifier and Type | Method and Description |
---|---|
void |
CountComplexCollectionProcessor.countComplexCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo)
Counts complex properties from persistence and puts serialized content and status into the response.
|
void |
CountEntityCollectionProcessor.countEntityCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo)
Counts entities from persistence and puts serialized content and status into the response.
|
void |
CountPrimitiveCollectionProcessor.countPrimitiveCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo)
Counts primitive properties from persistence and puts serialized content and status into the response.
|
void |
EntityProcessor.createEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Creates an entity with send data in the persistence and puts content, status, and Location into the response.
|
void |
MediaEntityProcessor.createMediaEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Creates an entity with send media data in the persistence and puts content, status and Location into the response.
|
void |
ActionComplexProcessor.processActionComplex(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Process an action which has as return type a complex-type.
|
void |
ActionComplexCollectionProcessor.processActionComplexCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Process an action which has as return type a complex-type collection.
|
void |
ActionEntityProcessor.processActionEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Process an action which has as return type an entity.
|
void |
ActionEntityCollectionProcessor.processActionEntityCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Process an action which has as return type a collection of entities.
|
void |
ActionPrimitiveProcessor.processActionPrimitive(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Process an action which has as return type a primitive-type.
|
void |
ActionPrimitiveCollectionProcessor.processActionPrimitiveCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Process an action which has as return type a primitive-type collection.
|
void |
ComplexProcessor.readComplex(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat)
Reads complex-type instance.
|
void |
ComplexCollectionProcessor.readComplexCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat)
Reads complex-type collection.
|
void |
EntityProcessor.readEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat)
Reads entity data from persistence and puts serialized content and status into the response.
|
void |
EntityCollectionProcessor.readEntityCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat)
Reads entities data from persistence and puts serialized content and status into the response.
|
void |
MediaEntityProcessor.readMediaEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat)
Reads entity media data from persistence and puts content and status into the response.
|
void |
MetadataProcessor.readMetadata(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat)
Reads data from persistence and puts serialized content and status into the response.
|
void |
DefaultProcessor.readMetadata(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestedContentType) |
void |
PrimitiveProcessor.readPrimitive(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat)
Reads primitive-type instance.
|
void |
PrimitiveCollectionProcessor.readPrimitiveCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat)
Reads primitive-type collection.
|
void |
PrimitiveValueProcessor.readPrimitiveValue(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat)
Reads raw value of a primitive-type instance, e.g., of a primitive property of an entity.
|
void |
ReferenceProcessor.readReference(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat)
Reads entity reference from persistence and put it as serialized content and status into the response.
|
void |
ReferenceCollectionProcessor.readReferenceCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat)
Reads entity references from persistence and put them as serialized content and with
according status into the response.
|
void |
ServiceDocumentProcessor.readServiceDocument(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat)
Reads service-document information from persistence and puts serialized content and status into the response.
|
void |
DefaultProcessor.readServiceDocument(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestedContentType) |
void |
ComplexProcessor.updateComplex(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Update complex-type instance with send data in the persistence and
puts content, status, and Location into the response.
|
void |
ComplexCollectionProcessor.updateComplexCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Update (replace) complex-type collection with send data in the persistence and
puts content, status, and Location into the response.
|
void |
EntityProcessor.updateEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Update entity data with send data in the persistence and puts content, status, and Location into the response.
|
void |
MediaEntityProcessor.updateMediaEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Updates entity media data in the persistence and puts content and status into the response.
|
void |
PrimitiveProcessor.updatePrimitive(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Update primitive-type instance with send data in the persistence and
puts content, status, and Location into the response.
|
void |
PrimitiveCollectionProcessor.updatePrimitiveCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat)
Update (replace) primitive-type collection with send data in the persistence and
puts content, status, and Location into the response.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
FixedFormatSerializer.binary(byte[] binary)
Writes binary output into an InputStream.
|
InputStream |
ODataSerializer.complex(EdmComplexType type,
Property property,
ComplexSerializerOptions options)
Writes complex-type instance data into an InputStream.
|
InputStream |
ODataSerializer.complexCollection(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.
|
InputStream |
ODataSerializer.entity(EdmEntityType entityType,
Entity entity,
EntitySerializerOptions options)
Writes entity data into an InputStream.
|
InputStream |
ODataSerializer.entityCollection(EdmEntityType entityType,
EntitySet entitySet,
EntityCollectionSerializerOptions options)
Writes entity-collection data into an InputStream.
|
InputStream |
ODataSerializer.error(ODataServerError error)
Writes an ODataError into an InputStream.
|
InputStream |
ODataSerializer.metadataDocument(ServiceMetadata serviceMetadata)
Writes the metadata document into an InputStream.
|
InputStream |
ODataSerializer.primitive(EdmPrimitiveType type,
Property property,
PrimitiveSerializerOptions options)
Writes primitive-type instance data into an InputStream.
|
InputStream |
ODataSerializer.primitiveCollection(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.
|
InputStream |
ODataSerializer.serviceDocument(Edm edm,
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 . |
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 |
TechnicalEntityProcessor.countEntityCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo) |
void |
TechnicalEntityProcessor.createEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
TechnicalEntityProcessor.createMediaEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
TechnicalPrimitiveComplexProcessor.processActionComplex(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
TechnicalPrimitiveComplexProcessor.processActionComplexCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
TechnicalEntityProcessor.processActionEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
TechnicalEntityProcessor.processActionEntityCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
TechnicalPrimitiveComplexProcessor.processActionPrimitive(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
TechnicalPrimitiveComplexProcessor.processActionPrimitiveCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
TechnicalPrimitiveComplexProcessor.readComplex(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType contentType) |
void |
TechnicalPrimitiveComplexProcessor.readComplexCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType contentType) |
void |
TechnicalEntityProcessor.readEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestedContentType) |
void |
TechnicalEntityProcessor.readEntityCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestedContentType) |
void |
TechnicalEntityProcessor.readMediaEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType responseFormat) |
void |
TechnicalPrimitiveComplexProcessor.readPrimitive(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType contentType) |
void |
TechnicalPrimitiveComplexProcessor.readPrimitiveCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType contentType) |
void |
TechnicalPrimitiveComplexProcessor.readPrimitiveValue(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType contentType) |
void |
TechnicalPrimitiveComplexProcessor.updateComplex(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
TechnicalPrimitiveComplexProcessor.updateComplexCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
TechnicalEntityProcessor.updateEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
TechnicalEntityProcessor.updateMediaEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
TechnicalPrimitiveComplexProcessor.updatePrimitive(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
TechnicalPrimitiveComplexProcessor.updatePrimitiveCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.