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 |
ReferenceProcessor.createReference(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat)
Creates entity reference in the persistence and puts content, status, and Location into the response.
|
void |
ComplexProcessor.deleteComplex(ODataRequest request,
ODataResponse response,
UriInfo uriInfo)
Deletes complex-type value from an entity and puts the status into the response.
|
void |
ComplexCollectionProcessor.deleteComplexCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo)
Deletes complex-type collection from an entity and puts the status into the response.
|
void |
EntityProcessor.deleteEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo)
Deletes entity from persistence and puts the status into the response.
|
void |
PrimitiveProcessor.deletePrimitive(ODataRequest request,
ODataResponse response,
UriInfo uriInfo)
Deletes primitive-type value from an entity and puts the status into the response.
|
void |
PrimitiveCollectionProcessor.deletePrimitiveCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo)
Deletes primitive-type collection from an entity and puts the status into the response.
|
void |
ReferenceProcessor.deleteReference(ODataRequest request,
ODataResponse response,
UriInfo uriInfo)
Deletes reference to an entity from persistence and puts the status 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 |
ActionVoidProcessor.processActionVoid(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat)
Process an action which has no return type.
|
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.
|
void |
ReferenceProcessor.updateReference(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat)
Update entity reference in the persistence and puts content, status, and Location into the response.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
VisitableExpression.accept(ExpressionVisitor<T> visitor)
Method
VisitableExpression.accept(ExpressionVisitor) is called when traversing the expression tree. |
T |
ExpressionVisitor.visitAlias(String aliasName)
Called for each traversed
Alias expression |
T |
ExpressionVisitor.visitBinaryOperator(BinaryOperatorKind operator,
T left,
T right)
Called for each traversed
Binary expression |
T |
ExpressionVisitor.visitEnum(EdmEnumType type,
List<String> enumValues)
Called for each traversed
Enumeration expression |
T |
ExpressionVisitor.visitLambdaExpression(String lambdaFunction,
String lambdaVariable,
Expression expression)
Called for each traversed lambda expression
|
T |
ExpressionVisitor.visitLambdaReference(String variableName)
Called for each traversed
LambdaRef |
T |
ExpressionVisitor.visitLiteral(String literal)
Called for each traversed
Literal expression |
T |
ExpressionVisitor.visitMember(UriInfoResource member)
Called for each traversed
Member expression |
T |
ExpressionVisitor.visitMethodCall(MethodKind methodCall,
List<T> parameters)
Called for each traversed
Method expression |
T |
ExpressionVisitor.visitTypeLiteral(EdmType type)
Called for each traversed
TypeLiteral expression |
T |
ExpressionVisitor.visitUnaryOperator(UnaryOperatorKind operator,
T operand)
Called for each traversed
Unary expression |
Modifier and Type | Method and Description |
---|---|
void |
CarsProcessor.createEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat,
ContentType responseFormat) |
void |
CarsProcessor.deleteComplex(ODataRequest request,
ODataResponse response,
UriInfo uriInfo) |
void |
CarsProcessor.deleteEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo) |
void |
CarsProcessor.deletePrimitive(ODataRequest request,
ODataResponse response,
UriInfo uriInfo) |
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 | Class and Description |
---|---|
static class |
DataProvider.DataProviderException |
Modifier and Type | Method and Description |
---|---|
protected EdmAction |
TechnicalProcessor.checkBoundAndExtractAction(UriInfo uriInfo) |
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.deleteComplex(ODataRequest request,
ODataResponse response,
UriInfo uriInfo) |
void |
TechnicalPrimitiveComplexProcessor.deleteComplexCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo) |
void |
TechnicalEntityProcessor.deleteEntity(ODataRequest request,
ODataResponse response,
UriInfo uriInfo) |
void |
TechnicalPrimitiveComplexProcessor.deletePrimitive(ODataRequest request,
ODataResponse response,
UriInfo uriInfo) |
void |
TechnicalPrimitiveComplexProcessor.deletePrimitiveCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo) |
protected EdmEntitySet |
TechnicalProcessor.getEdmEntitySet(UriInfoResource uriInfo) |
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 |
TechnicalEntityProcessor.processActionVoid(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestFormat) |
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) |
protected Entity |
TechnicalProcessor.readEntity(UriInfoResource uriInfo)
Reads an entity as specified in the resource path, including navigation.
|
void |
TechnicalEntityProcessor.readEntityCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestedContentType) |
protected EntityCollection |
TechnicalProcessor.readEntityCollection(UriInfoResource uriInfo) |
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) |
protected void |
TechnicalProcessor.validateOptions(UriInfoResource uriInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ExpandSystemQueryOptionHandler.applyExpandQueryOptions(EntityCollection entitySet,
EdmEntitySet edmEntitySet,
ExpandOption expandOption) |
void |
ExpandSystemQueryOptionHandler.applyExpandQueryOptions(Entity entity,
EdmEntitySet edmEntitySet,
ExpandOption expandOption) |
Entity |
ExpandSystemQueryOptionHandler.transformEntityGraphToTree(Entity entity,
EdmBindingTarget edmEntitySet,
ExpandOption expand) |
EntityCollection |
ExpandSystemQueryOptionHandler.transformEntitySetGraphToTree(EntityCollection entitySet,
EdmBindingTarget edmBindingTarget,
ExpandOption expand) |
Modifier and Type | Method and Description |
---|---|
abstract TypedOperand |
VisitorOperand.asTypedOperand() |
TypedOperand |
UntypedOperand.asTypedOperand() |
TypedOperand |
TypedOperand.asTypedOperand() |
abstract TypedOperand |
VisitorOperand.asTypedOperand(EdmPrimitiveType... types) |
TypedOperand |
UntypedOperand.asTypedOperand(EdmPrimitiveType... types) |
TypedOperand |
TypedOperand.asTypedOperand(EdmPrimitiveType... asTypes) |
TypedOperand |
TypedOperand.castToCommonType(VisitorOperand otherOperand) |
TypedOperand |
UntypedOperand.determineType() |
Constructor and Description |
---|
BinaryOperator(VisitorOperand leftOperand,
VisitorOperand rightOperand) |
UnaryOperator(VisitorOperand operand) |
Modifier and Type | Method and Description |
---|---|
static void |
FilterHandler.applyFilterSystemQuery(FilterOption filterOption,
EntityCollection entitySet,
EdmBindingTarget edmEntitySet) |
static void |
OrderByHandler.applyOrderByOption(OrderByOption orderByOption,
EntityCollection entitySet,
EdmBindingTarget edmBindingTarget) |
static void |
ServerSidePagingHandler.applyServerSidePaging(SkipTokenOption skipTokenOption,
EntityCollection entitySet,
EdmEntitySet edmEntitySet,
String rawRequestUri) |
static void |
SkipHandler.applySkipSystemQueryHandler(SkipOption skipOption,
EntityCollection entitySet) |
static void |
TopHandler.applyTopSystemQueryOption(TopOption topOption,
EntityCollection entitySet) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.