A B C D E F G H I L M N O P Q R S T U V W 

A

accept(ExpressionVisitor<T>) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpression
Method VisitableExpression.accept(ExpressionVisitor) is called when traversing the expression tree.
Action - Class in org.apache.olingo.server.api.edm.provider
 
Action() - Constructor for class org.apache.olingo.server.api.edm.provider.Action
 
ActionComplexCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an action import request which has a return type of ComplexCollection.
ActionComplexProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an action import request which has a return type of Complex.
ActionEntityCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an action import request which has a return type of Entity Collection.
ActionEntityProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an action import request which has a return type of Entity.
ActionImport - Class in org.apache.olingo.server.api.edm.provider
 
ActionImport() - Constructor for class org.apache.olingo.server.api.edm.provider.ActionImport
 
ActionPrimitiveCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an action import request which has a return type of Primitive Collection.
ActionPrimitiveProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an action import request which has a return type of Primitive.
addHeader(String, List<String>) - Method in class org.apache.olingo.server.api.ODataRequest
Adds a header to the request.
addInclude(EdmxReferenceInclude) - Method in class org.apache.olingo.server.api.edmx.EdmxReference
Add include element to current list.
addIncludeAnnotation(EdmxReferenceIncludeAnnotation) - Method in class org.apache.olingo.server.api.edmx.EdmxReference
Add include annotation element to current list.
Alias - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents an alias expression node in the expression tree
A alias expression node is inserted in the expression tree for any valid alias
E.g.
AliasInfo - Class in org.apache.olingo.server.api.edm.provider
 
AliasInfo() - Constructor for class org.apache.olingo.server.api.edm.provider.AliasInfo
 
AliasQueryOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents an alias value defined as query option For example: http://.../?filter=@value eq name&@value='test'
Annotation - Class in org.apache.olingo.server.api.edm.provider
 
Annotation() - Constructor for class org.apache.olingo.server.api.edm.provider.Annotation
 
asUriInfoAll() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoBatch() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoCrossjoin() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoEntityId() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoMetadata() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoResource() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoService() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 

B

baseType - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
BatchDeserializerException - Exception in org.apache.olingo.server.api.batch.exception
 
BatchDeserializerException(String, ODataTranslatedException.MessageKey, int) - Constructor for exception org.apache.olingo.server.api.batch.exception.BatchDeserializerException
 
BatchDeserializerException(String, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.batch.exception.BatchDeserializerException
 
BatchDeserializerException.MessageKeys - Enum in org.apache.olingo.server.api.batch.exception
 
BatchFacade - Interface in org.apache.olingo.server.api.batch
Provides methods to process ODataRequest and BatchRequestPart.
BatchOptions - Class in org.apache.olingo.server.api.deserializer.batch
Options for the batch deserializer.
BatchOptions.Builder - Class in org.apache.olingo.server.api.deserializer.batch
BatchOptions builder
BatchOptions.Builder() - Constructor for class org.apache.olingo.server.api.deserializer.batch.BatchOptions.Builder
Initializes the options builder.
BatchProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling a single instance of an Entity Type.
BatchRequestPart - Class in org.apache.olingo.server.api.deserializer.batch
A BatchPart
BatchRequestPart(boolean, List<ODataRequest>) - Constructor for class org.apache.olingo.server.api.deserializer.batch.BatchRequestPart
Creates a new instance of BachRequestPart
BatchRequestPart(boolean, ODataRequest) - Constructor for class org.apache.olingo.server.api.deserializer.batch.BatchRequestPart
Creates a new instance of BachRequestPart
batchResponse(List<ODataResponsePart>, String) - Method in interface org.apache.olingo.server.api.serializer.FixedFormatSerializer
 
BatchSerializerException - Exception in org.apache.olingo.server.api.batch.exception
 
BatchSerializerException(String, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.batch.exception.BatchSerializerException
 
BatchSerializerException.MessageKeys - Enum in org.apache.olingo.server.api.batch.exception
 
binary(InputStream) - Method in interface org.apache.olingo.server.api.deserializer.FixedFormatDeserializer
Reads binary data from an InputStream.
binary(byte[]) - Method in interface org.apache.olingo.server.api.serializer.FixedFormatSerializer
Writes binary output into an InputStream.
Binary - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a binary expression node in the expression tree
A binary expression node is inserted in the expression tree for any valid ODATA binary operator in BinaryOperatorKind.
BinaryOperatorKind - Enum in org.apache.olingo.server.api.uri.queryoption.expression
Enumeration of supported binary operators
For the semantic of these operators please see the ODATA specification for URL conventions
BindingTarget - Class in org.apache.olingo.server.api.edm.provider
 
BindingTarget() - Constructor for class org.apache.olingo.server.api.edm.provider.BindingTarget
 
build() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions.Builder
Creates a new BatchOptions instance
build() - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions.Builder
Builds the OData serializer options.
build() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
Builds the OData serializer options.
build() - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions.Builder
Builds the OData serializer options.
build() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
Builds the OData serializer options.
build() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
Builds the OData serializer options.
buildCanonicalURL(EdmEntitySet, Entity) - Method in interface org.apache.olingo.server.api.uri.UriHelper
Builds the relative canonical URL for the given entity in the given entity set.
buildContextURLKeyPredicate(List<UriParameter>) - Method in interface org.apache.olingo.server.api.uri.UriHelper
Builds the key-predicate part of a ContextURL.
buildContextURLSelectList(EdmStructuredType, ExpandOption, SelectOption) - Method in interface org.apache.olingo.server.api.uri.UriHelper
Builds the select-list part of a ContextURL.

C

complex(EdmComplexType, Property, ComplexSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes complex-type instance data into an InputStream.
complexCollection(EdmComplexType, Property, ComplexSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes data of a collection of complex-type instances into an InputStream.
ComplexCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling a collection of complex-type instances, e.g., a property of an entity defined as collection of complex-type instances.
ComplexProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an instance of a complex type, e.g., a complex property of an entity.
ComplexSerializerOptions - Class in org.apache.olingo.server.api.serializer
Options for the OData serializer.
ComplexSerializerOptions.Builder - Class in org.apache.olingo.server.api.serializer
Builder of OData serializer options.
ComplexType - Class in org.apache.olingo.server.api.edm.provider
 
ComplexType() - Constructor for class org.apache.olingo.server.api.edm.provider.ComplexType
 
contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions.Builder
Sets the ContextURL.
contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
Sets the ContextURL.
contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions.Builder
Sets the ContextURL.
contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
Sets the ContextURL.
count(CountOption) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
Sets the $count system query option.
count(Integer) - Method in interface org.apache.olingo.server.api.serializer.FixedFormatSerializer
Writes a count into an InputStream as plain text.
countComplexCollection(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.CountComplexCollectionProcessor
Counts complex properties from persistence and puts serialized content and status into the response.
CountComplexCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling counting a collection of complex properties, e.g.
countEntityCollection(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.CountEntityCollectionProcessor
Counts entities from persistence and puts serialized content and status into the response.
CountEntityCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling counting a collection of entities, e.g.
CountOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $count For example: http://.../entitySet?$count=true
countPrimitiveCollection(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.CountPrimitiveCollectionProcessor
Counts primitive properties from persistence and puts serialized content and status into the response.
CountPrimitiveCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling counting a collection of primitive properties, e.g.
createDeserializer(ODataFormat) - Method in class org.apache.olingo.server.api.OData
 
createEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.EntityProcessor
Creates an entity with send data in the persistence and puts content, status, and Location into the response.
createFixedFormatDeserializer() - Method in class org.apache.olingo.server.api.OData
Creates a new deserializer object for reading content in a fixed format, e.g., for binary input.
createFixedFormatSerializer() - Method in class org.apache.olingo.server.api.OData
Creates a new serializer object for rendering content in a fixed format, e.g., for binary output.
createHandler(ServiceMetadata) - Method in class org.apache.olingo.server.api.OData
Creates a new ODataHttpHandler for handling OData requests in an HTTP context.
createMediaEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.MediaEntityProcessor
Creates an entity with send media data in the persistence and puts content, status and Location into the response.
createReference(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.ReferenceProcessor
Creates entity reference in the persistence and puts content, status, and Location into the response.
createSerializer(ODataFormat) - Method in class org.apache.olingo.server.api.OData
Creates a new serializer object for rendering content in the specified format.
createServiceMetadata(EdmProvider, List<EdmxReference>) - Method in class org.apache.olingo.server.api.OData
Creates a metadata object for this service.
createUriHelper() - Method in class org.apache.olingo.server.api.OData
Creates a new URI helper object for performing URI-related tasks.
CustomContentTypeSupport - Interface in org.apache.olingo.server.api.serializer
Processors that supports custom content types can implement this interface.
CustomQueryOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents a custom query option For example: http://.../entitySet?myOption=true

D

DEFAULT_CHARSET - Static variable in interface org.apache.olingo.server.api.serializer.ODataSerializer
The default character set is UTF-8.
DEFAULT_SERVER_BUNDLE_NAME - Static variable in exception org.apache.olingo.server.api.ODataTranslatedException
 
DefaultProcessor - Class in org.apache.olingo.server.api.processor
Processor implementation for handling default cases: request for the metadata document request for the service document error handling
DefaultProcessor() - Constructor for class org.apache.olingo.server.api.processor.DefaultProcessor
 
deleteComplex(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.ComplexProcessor
Deletes complex-type value from an entity and puts the status into the response.
deleteComplexCollection(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.ComplexCollectionProcessor
Deletes complex-type collection from an entity and puts the status into the response.
deleteEntity(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.EntityProcessor
Deletes entity from persistence and puts the status into the response.
deletePrimitive(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.PrimitiveProcessor
Deletes primitive-type value from an entity and puts the status into the response.
deletePrimitiveCollection(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.PrimitiveCollectionProcessor
Deletes primitive-type collection from an entity and puts the status into the response.
deleteReference(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.ReferenceProcessor
Deletes reference to an entity from persistence and puts the status into the response.
DeltaProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling a single instance of an Delta Response.
DeserializerException - Exception in org.apache.olingo.server.api.deserializer
Exception thrown by deserializers.
DeserializerException(String, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.deserializer.DeserializerException
Creates deserializer exception.
DeserializerException(String, Throwable, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.deserializer.DeserializerException
Creates deserializer exception.
DeserializerException.MessageKeys - Enum in org.apache.olingo.server.api.deserializer
Keys for exception texts in the resource bundle.

E

EdmProvider - Class in org.apache.olingo.server.api.edm.provider
 
EdmProvider() - Constructor for class org.apache.olingo.server.api.edm.provider.EdmProvider
 
EdmxReference - Class in org.apache.olingo.server.api.edmx
POJO for Edmx Reference.
EdmxReference(URI) - Constructor for class org.apache.olingo.server.api.edmx.EdmxReference
Create reference with given uri
EdmxReferenceInclude - Class in org.apache.olingo.server.api.edmx
edmx:Include elements that specify the schemas to include from the target document.
EdmxReferenceInclude(String, String) - Constructor for class org.apache.olingo.server.api.edmx.EdmxReferenceInclude
Create include with given namespace and alias.
EdmxReferenceInclude(String) - Constructor for class org.apache.olingo.server.api.edmx.EdmxReferenceInclude
Create include with given namespace and empty (NULL) alias.
EdmxReferenceIncludeAnnotation - Class in org.apache.olingo.server.api.edmx
POJO for Edmx Reference Include Annotation.
EdmxReferenceIncludeAnnotation(String) - Constructor for class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
Create include annotation with given termNamespace and empty qualifier and targetNamespace.
EdmxReferenceIncludeAnnotation(String, String, String) - Constructor for class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
Create include annotation with given termNamespace, qualifier and targetNamespace.
entity(InputStream, EdmEntityType) - Method in interface org.apache.olingo.server.api.deserializer.ODataDeserializer
Deserializes an entity stream into an Entity object.
entity(EdmEntityType, Entity, EntitySerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes entity data into an InputStream.
entityCollection(InputStream, EdmEntityType) - Method in interface org.apache.olingo.server.api.deserializer.ODataDeserializer
Deserializes an entity collection stream into an EntitySet object.
entityCollection(EdmEntityType, EntitySet, EntityCollectionSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes entity-collection data into an InputStream.
EntityCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling a collection of entities, e.g., an Entity Set.
EntityCollectionSerializerOptions - Class in org.apache.olingo.server.api.serializer
Options for the OData serializer.
EntityCollectionSerializerOptions() - Constructor for class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
 
EntityCollectionSerializerOptions.Builder - Class in org.apache.olingo.server.api.serializer
Builder of OData serializer options.
EntityContainer - Class in org.apache.olingo.server.api.edm.provider
 
EntityContainer() - Constructor for class org.apache.olingo.server.api.edm.provider.EntityContainer
 
EntityContainerInfo - Class in org.apache.olingo.server.api.edm.provider
 
EntityContainerInfo() - Constructor for class org.apache.olingo.server.api.edm.provider.EntityContainerInfo
 
EntityProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling a single instance of an Entity Type.
EntitySerializerOptions - Class in org.apache.olingo.server.api.serializer
Options for the OData serializer.
EntitySerializerOptions.Builder - Class in org.apache.olingo.server.api.serializer
Builder of OData serializer options.
EntitySet - Class in org.apache.olingo.server.api.edm.provider
 
EntitySet() - Constructor for class org.apache.olingo.server.api.edm.provider.EntitySet
 
entitySet - Variable in class org.apache.olingo.server.api.edm.provider.OperationImport
 
EntitySetPath - Class in org.apache.olingo.server.api.edm.provider
 
EntitySetPath() - Constructor for class org.apache.olingo.server.api.edm.provider.EntitySetPath
 
entitySetPath - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
EntityType - Class in org.apache.olingo.server.api.edm.provider
 
EntityType() - Constructor for class org.apache.olingo.server.api.edm.provider.EntityType
 
Enumeration - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a enumeration expression node in the expression tree
A enumeration expression node is inserted in the expression tree for any valid enumeration.
EnumMember - Class in org.apache.olingo.server.api.edm.provider
 
EnumMember() - Constructor for class org.apache.olingo.server.api.edm.provider.EnumMember
 
EnumType - Class in org.apache.olingo.server.api.edm.provider
 
EnumType() - Constructor for class org.apache.olingo.server.api.edm.provider.EnumType
 
error(ODataServerError) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes an ODataError into an InputStream.
ErrorProcessor - Interface in org.apache.olingo.server.api.processor
Processor which is called if any error/exception occurs inside the library or another processor.
ExceptionVisitExpand - Exception in org.apache.olingo.server.api.uri.queryoption
 
ExceptionVisitExpand() - Constructor for exception org.apache.olingo.server.api.uri.queryoption.ExceptionVisitExpand
 
expand(ExpandOption) - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions.Builder
Sets the $expand system query option.
expand(ExpandOption) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
Sets the $expand system query option.
expand(ExpandOption) - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions.Builder
Sets the $expand system query option.
ExpandItem - Interface in org.apache.olingo.server.api.uri.queryoption
Represents a single resource path which should be expanded with using the system query option $expand For example: http://.../entitySet?$expand=Products($filter=DiscontinuedDate eq null)
ExpandOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $expand For example: http://.../entitySet?$expand=Products,Customers
Expression - Class in org.apache.olingo.server.api.edm.provider
 
Expression() - Constructor for class org.apache.olingo.server.api.edm.provider.Expression
 
Expression - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Super class of all classes used to build the expression tree
ExpressionVisitException - Exception in org.apache.olingo.server.api.uri.queryoption.expression
Exception class used by the ExpressionVisitor to throw exceptions while traversing the expression tree
ExpressionVisitException() - Constructor for exception org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitException
 
ExpressionVisitor<T> - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Generic interface to define expression visitors with arbitrary return types.
extractBoundaryFromContentType(String) - Method in interface org.apache.olingo.server.api.batch.BatchFacade
Extracts the boundary of a multipart/mixed header.

F

facetsFrom(EdmProperty) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
Sets all facets from an EDM property.
facetsFrom(EdmProperty) - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
Sets all facets from an EDM property.
FilterOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $filter For example: http://.../entitySet?$filter=name eq 'tester'
FixedFormatDeserializer - Interface in org.apache.olingo.server.api.deserializer
 
FixedFormatSerializer - Interface in org.apache.olingo.server.api.serializer
OData serializer for fixed output formats.
FormatOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $format For example: http://.../entitySet?$format=json
Function - Class in org.apache.olingo.server.api.edm.provider
 
Function() - Constructor for class org.apache.olingo.server.api.edm.provider.Function
 
FunctionImport - Class in org.apache.olingo.server.api.edm.provider
 
FunctionImport() - Constructor for class org.apache.olingo.server.api.edm.provider.FunctionImport
 

G

get(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
URI syntax to enumeration value
get(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
URI syntax to enumeration value
get(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind
URI syntax to enumeration value
get(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchBinaryOperatorKind
 
get(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchUnaryOperatorKind
 
getAction() - Method in class org.apache.olingo.server.api.edm.provider.ActionImport
 
getAction() - Method in interface org.apache.olingo.server.api.uri.UriResourceAction
 
getActionImport(FullQualifiedName, String) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an ActionImport or null if nothing is found
getActionImport() - Method in interface org.apache.olingo.server.api.uri.UriResourceAction
Convenience method which returns the EdmActionImport which was used in the resource path to define the EdmAction.
getActionImports() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
getActions(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a list of all Action for the FullQualifiedname or null if nothing is found
getActions() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getAlias() - Method in class org.apache.olingo.server.api.edm.provider.AliasInfo
 
getAlias() - Method in class org.apache.olingo.server.api.edm.provider.PropertyRef
 
getAlias() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getAlias() - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceInclude
 
getAlias() - Method in interface org.apache.olingo.server.api.uri.UriParameter
 
getAliasInfos() - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a list of all namespaces which have an alias
getAllOperationsInSchemaNameSpace() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectItem
 
getAnnotation() - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
getAnnotations() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getAppliesTo() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getBaseTerm() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getBaseType() - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
getBindingParameter() - Method in class org.apache.olingo.server.api.edm.provider.EntitySetPath
 
getBody() - Method in class org.apache.olingo.server.api.ODataRequest
Gets the body of the request.
getBundleName() - Method in exception org.apache.olingo.server.api.batch.exception.BatchSerializerException
 
getBundleName() - Method in exception org.apache.olingo.server.api.deserializer.DeserializerException
 
getBundleName() - Method in exception org.apache.olingo.server.api.ODataTranslatedException
Gets the name of the ResourceBundle containing the exception texts.
getBundleName() - Method in exception org.apache.olingo.server.api.serializer.SerializerException
 
getComplexType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a ComplexType or null if nothing is found.
getComplexType() - Method in interface org.apache.olingo.server.api.uri.UriResourceComplexProperty
 
getComplexTypeFilter() - Method in interface org.apache.olingo.server.api.uri.UriResourceComplexProperty
Behind a complex property may be a type filter E.g.
getComplexTypes() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getContainerName() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainerInfo
 
getContent() - Method in class org.apache.olingo.server.api.ODataResponse
Gets the content (body).
getContextURL() - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions
Gets the ContextURL.
getContextURL() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
Gets the ContextURL.
getContextURL() - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions
Gets the ContextURL.
getContextURL() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
Gets the ContextURL.
getCount() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
Gets the $count system query option.
getCountOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getCountOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getCustomQueryOptions() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
 
getCustomQueryOptions() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getDataServiceVersion() - Method in interface org.apache.olingo.server.api.ServiceMetadata
 
getDefaultValue() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getDefaultValue() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getEdm() - Method in interface org.apache.olingo.server.api.ServiceMetadata
 
getEntityContainer() - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
Returns the entity container of this edm
getEntityContainer() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getEntityContainerInfo(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an EntityContainerInfo or null if nothing is found
getEntitySet(FullQualifiedName, String) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an EntitySet or null if nothing is found
getEntitySet() - Method in class org.apache.olingo.server.api.edm.provider.OperationImport
 
getEntitySet() - Method in interface org.apache.olingo.server.api.uri.UriResourceEntitySet
 
getEntitySetNames() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
 
getEntitySetPath() - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
getEntitySets() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
getEntityType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an EntityType or null if nothing is found
getEntityType() - Method in interface org.apache.olingo.server.api.uri.UriResourceEntitySet
 
getEntityType() - Method in interface org.apache.olingo.server.api.uri.UriResourceSingleton
 
getEntityTypeCast() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
Behind $entity a optional type cast can be used in the URI.
getEntityTypeFilter() - Method in interface org.apache.olingo.server.api.uri.UriResourceSingleton
 
getEntityTypes() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getEnumType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an EnumType or null if nothing is found
getEnumTypes() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getException() - Method in class org.apache.olingo.server.api.ODataServerError
Gets the exception.
getExpand() - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions
Gets the $expand system query option.
getExpand() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
Gets the $expand system query option.
getExpand() - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions
Gets the $expand system query option.
getExpandItems() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandOption
 
getExpandOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getExpandOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
 
getExpandOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getExpression() - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.queryoption.FilterOption
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.queryoption.OrderByItem
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.UriParameter
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaAll
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaAny
 
getExtendsContainer() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
getExtendsContainer() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainerInfo
 
getFilterOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getFilterOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getFormat() - Method in interface org.apache.olingo.server.api.uri.queryoption.FormatOption
 
getFormatOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
 
getFormatOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoMetadata
 
getFormatOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getFragment() - Method in interface org.apache.olingo.server.api.uri.UriInfoMetadata
 
getFunction() - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
getFunction() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
 
getFunctionImport(FullQualifiedName, String) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a FunctionImport or null if nothing is found
getFunctionImport() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
Convenience method which returns the EdmFunctionImport which was used in the resource path to define the EdmFunction.
getFunctionImports() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
getFunctions(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a list of all Function for the FullQualifiedname or null if nothing is found
getFunctions() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getHeader(String) - Method in class org.apache.olingo.server.api.ODataRequest
Gets first header value for a given name.
getHeaders(String) - Method in class org.apache.olingo.server.api.ODataRequest
Gets header value for a given name.
getHeaders() - Method in class org.apache.olingo.server.api.ODataResponse
Gets all headers.
getIdOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
 
getIdOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getIncludeAnnotations() - Method in class org.apache.olingo.server.api.edmx.EdmxReference
edmx:IncludeAnnotations elements that specify the annotations to include from the target document.
getIncludes() - Method in class org.apache.olingo.server.api.edmx.EdmxReference
edmx:Include elements that specify the schemas to include from the target document
getInternalName() - Method in class org.apache.olingo.server.api.edm.provider.Mapping
 
getIsUnicode() - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
getKey() - Method in enum org.apache.olingo.server.api.batch.exception.BatchDeserializerException.MessageKeys
 
getKey() - Method in enum org.apache.olingo.server.api.batch.exception.BatchSerializerException.MessageKeys
 
getKey() - Method in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
 
getKey() - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
getKey() - Method in interface org.apache.olingo.server.api.ODataTranslatedException.MessageKey
Gets this key.
getKey() - Method in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
 
getKeyPredicates() - Method in interface org.apache.olingo.server.api.uri.UriResourceEntitySet
 
getKeyPredicates() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
 
getKeyPredicates() - Method in interface org.apache.olingo.server.api.uri.UriResourceNavigation
 
getKind() - Method in interface org.apache.olingo.server.api.uri.queryoption.SystemQueryOption
 
getKind() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
getKind() - Method in interface org.apache.olingo.server.api.uri.UriResource
 
getLambdaVariable() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaAll
 
getLamdaVariable() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaAny
 
getLeftOperand() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Binary
 
getLeftOperand() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchBinary
 
getLevelsOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getLocale() - Method in exception org.apache.olingo.server.api.ODataApplicationException
 
getLocale() - Method in class org.apache.olingo.server.api.ODataServerError
Gets the locale.
getLocale() - Method in class org.apache.olingo.server.api.ODataTranslatedException.ODataErrorMessage
Gets the Locale used for this message.
getLocalizedMessage() - Method in exception org.apache.olingo.server.api.ODataTranslatedException
 
getMapping() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
getMapping() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getMaxLength() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
getMaxLength() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getMaxLength() - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
getMaxLength() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getMaxLength() - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
getMaxLength() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
Gets the maxLength facet.
getMaxLength() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
Gets the maxLength facet.
getMediaResourceMimeTypeKey() - Method in class org.apache.olingo.server.api.edm.provider.Mapping
 
getMediaResourceSourceKey() - Method in class org.apache.olingo.server.api.edm.provider.Mapping
 
getMembers() - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
getMessage() - Method in class org.apache.olingo.server.api.ODataTranslatedException.ODataErrorMessage
Gets the message text.
getMessageKey() - Method in exception org.apache.olingo.server.api.ODataTranslatedException
Gets the message key.
getMethod() - Method in class org.apache.olingo.server.api.ODataRequest
Gets the HTTP method.
getMethod() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Method
 
getMimeType() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.EnumMember
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.OperationImport
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
getName() - Method in interface org.apache.olingo.server.api.uri.queryoption.QueryOption
 
getName() - Method in interface org.apache.olingo.server.api.uri.UriParameter
 
getNamespace() - Method in class org.apache.olingo.server.api.edm.provider.AliasInfo
 
getNamespace() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getNamespace() - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceInclude
 
getNavigationProperties() - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
getNavigationPropertyBindings() - Method in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
getNullable() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
getNullable() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
getNullable() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getNullable() - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
getNullable() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getObject() - Method in class org.apache.olingo.server.api.edm.provider.Mapping
 
getODataErrorCode() - Method in exception org.apache.olingo.server.api.ODataApplicationException
 
getOnDelete() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
getOperand() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Unary
 
getOperand() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchUnary
 
getOperator() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Binary
 
getOperator() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Unary
 
getOperator() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchBinary
 
getOrderByOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getOrderByOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getOrders() - Method in interface org.apache.olingo.server.api.uri.queryoption.OrderByOption
 
getParameterName() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Alias
 
getParameters() - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
getParameters() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Method
 
getParameters() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
 
getPartner() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
getPath() - Method in class org.apache.olingo.server.api.edm.provider.EntitySetPath
 
getPath() - Method in class org.apache.olingo.server.api.edm.provider.NavigationPropertyBinding
 
getPath() - Method in class org.apache.olingo.server.api.edm.provider.PropertyRef
 
getPrecision() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
getPrecision() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getPrecision() - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
getPrecision() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getPrecision() - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
getPrecision() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
Gets the precision facet.
getPrecision() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
Gets the precision facet.
getProperties() - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
getProperty() - Method in class org.apache.olingo.server.api.edm.provider.ReferentialConstraint
 
getProperty() - Method in interface org.apache.olingo.server.api.uri.UriResourceNavigation
 
getProperty() - Method in interface org.apache.olingo.server.api.uri.UriResourceProperty
 
getPropertyName() - Method in class org.apache.olingo.server.api.edm.provider.PropertyRef
 
getQualifier() - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
getQualifier() - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
 
getRawBaseUri() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions
getRawBaseUri() - Method in class org.apache.olingo.server.api.ODataRequest
Gets the base URI.
getRawODataPath() - Method in class org.apache.olingo.server.api.ODataRequest
Gets the path segments of the request URI that belong to OData.
getRawQueryPath() - Method in class org.apache.olingo.server.api.ODataRequest
Gets the query part of the request URI.
getRawRequestUri() - Method in class org.apache.olingo.server.api.ODataRequest
Gets the total request URI.
getRawServiceResolutionUri() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions
getRawServiceResolutionUri() - Method in class org.apache.olingo.server.api.ODataRequest
Gets the URI part responsible for service resolution.
getReferencedProperty() - Method in class org.apache.olingo.server.api.edm.provider.ReferentialConstraint
 
getReferencedProperty() - Method in interface org.apache.olingo.server.api.uri.UriParameter
 
getReferences() - Method in interface org.apache.olingo.server.api.ServiceMetadata
 
getReferentialConstraints() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
getRequests() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchRequestPart
Get requests.
getResourcePath() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getResourcePath() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Member
 
getResourcePath() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectItem
 
getResponses() - Method in class org.apache.olingo.server.api.deserializer.batch.ODataResponsePart
Returns true if the current instance represents a change set.
getReturnType() - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
getRightOperand() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Binary
 
getRightOperand() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchBinary
 
getScale() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
getScale() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getScale() - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
getScale() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getScale() - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
getScale() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
Gets the scale facet.
getScale() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
Gets the scale facet.
getSchemas() - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a collection of all Schema
getSearchExpression() - Method in interface org.apache.olingo.server.api.uri.queryoption.SearchOption
 
getSearchOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getSearchOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getSearchTerm() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchTerm
 
getSelect() - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions
Gets the $select system query option.
getSelect() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
Gets the $select system query option.
getSelect() - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions
Gets the $select system query option.
getSelectItems() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectOption
 
getSelectOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getSelectOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
 
getSelectOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getSingleton(FullQualifiedName, String) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an Singleton or null if nothing is found
getSingleton() - Method in interface org.apache.olingo.server.api.uri.UriResourceSingleton
 
getSingletons() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
getSkipOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getSkipOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getSkipTokenOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getStartTypeFilter() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getStartTypeFilter() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Member
 
getStartTypeFilter() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectItem
 
getStatusCode() - Method in exception org.apache.olingo.server.api.ODataApplicationException
 
getStatusCode() - Method in class org.apache.olingo.server.api.ODataResponse
Gets the status code.
getStatusCode() - Method in class org.apache.olingo.server.api.ODataServerError
Gets the status code.
getSystemQueryOptions() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
getTarget() - Method in class org.apache.olingo.server.api.edm.provider.NavigationPropertyBinding
 
getTargetNamespace() - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
 
getTerm() - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
getTerm(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a Term for the FullQualifiedName or null if nothing is found.
getTermNamespace() - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
 
getTerms() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getText() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Literal
 
getText() - Method in interface org.apache.olingo.server.api.uri.queryoption.QueryOption
 
getText() - Method in interface org.apache.olingo.server.api.uri.UriParameter
 
getTopOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getTopOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getTranslatedMessage(Locale) - Method in exception org.apache.olingo.server.api.ODataTranslatedException
Gets the translated message text for a given locale (or the default locale if not available), returning the developer message text if none is found.
getType() - Method in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
getType() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
getType() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
getType() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getType() - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
getType() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getType() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Enumeration
 
getType() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Literal
 
getType() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Member
 
getType() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.TypeLiteral
 
getType() - Method in interface org.apache.olingo.server.api.uri.UriResourcePartTyped
 
getTypeDefinition(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an TypeDefinition or null if nothing is found
getTypeDefinitions() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getTypeFilterOnCollection() - Method in interface org.apache.olingo.server.api.uri.UriResourceEntitySet
 
getTypeFilterOnCollection() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
 
getTypeFilterOnCollection() - Method in interface org.apache.olingo.server.api.uri.UriResourceIt
 
getTypeFilterOnCollection() - Method in interface org.apache.olingo.server.api.uri.UriResourceNavigation
 
getTypeFilterOnEntry() - Method in interface org.apache.olingo.server.api.uri.UriResourceEntitySet
 
getTypeFilterOnEntry() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
 
getTypeFilterOnEntry() - Method in interface org.apache.olingo.server.api.uri.UriResourceIt
 
getTypeFilterOnEntry() - Method in interface org.apache.olingo.server.api.uri.UriResourceNavigation
 
getUnderlyingType() - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
getUnderlyingType() - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
getUri() - Method in class org.apache.olingo.server.api.edmx.EdmxReference
Get URI for the reference
getUriResourceParts() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
The path segments behind the service root define which resources are requested by that URI.
getValue() - Method in class org.apache.olingo.server.api.edm.provider.EnumMember
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.AliasQueryOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.CountOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.IdOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.LevelsExpandOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.SkipOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.SkipTokenOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.TopOption
 
getValueForAlias(String) - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getValues() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Enumeration
 
getVariableName() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.LambdaRef
 
getVariableName() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaVariable
 

H

handleBatchRequest(BatchRequestPart) - Method in interface org.apache.olingo.server.api.batch.BatchFacade
Handles a BatchRequestPart.
handleODataRequest(ODataRequest) - Method in interface org.apache.olingo.server.api.batch.BatchFacade
Executes a ODataRequest, which must be a part of a change set.
hasStream() - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 

I

IdOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $id when using a entity-id to resolve the entity For example: http://.../$entity?$id=Products(0)
init(OData, ServiceMetadata) - Method in class org.apache.olingo.server.api.processor.DefaultProcessor
 
init(OData, ServiceMetadata) - Method in interface org.apache.olingo.server.api.processor.Processor
Initializes the processor for each HTTP request - response cycle.
isAbstract - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
isAbstract() - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
isAllOperationsInSchema() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectItem
 
isBound - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
isBound() - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
isChangeSet() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchRequestPart
Get the info if a BatchPart is a ChangeSet
isChangeSet() - Method in class org.apache.olingo.server.api.deserializer.batch.ODataResponsePart
Returns a collection of ODataResponses.
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
isCollection() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Member
 
isCollection() - Method in interface org.apache.olingo.server.api.uri.UriResourcePartTyped
 
isComposable() - Method in class org.apache.olingo.server.api.edm.provider.Function
 
isContainsTarget() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
isDescending() - Method in interface org.apache.olingo.server.api.uri.queryoption.OrderByItem
Returns the sort order of the orderby item
isFlags() - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
isIncludeInServiceDocument() - Method in class org.apache.olingo.server.api.edm.provider.EntitySet
 
isIncludeInServiceDocument() - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
isMax() - Method in interface org.apache.olingo.server.api.uri.queryoption.LevelsExpandOption
 
isNullable() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
Gets the nullable facet.
isNullable() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
Gets the nullable facet.
isOpenType - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
isOpenType() - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
isRef() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
isStar() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
isStar() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectItem
 
isStrict(boolean) - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions.Builder
isStrict() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions
Returns if the batch parsing is strict.
isUnicode() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
isUnicode() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
Gets the unicode facet.
isUnicode() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
Gets the unicode facet.

L

LambdaRef - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Used to within a lambda expression tree to define an access to the lambda variable
LevelsExpandOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $levels when used inside $expand For example: http://.../Employees?$expand=Model.Manager/DirectReports($levels=3)
Literal - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a literal expression node in the expression tree

M

Mapping - Class in org.apache.olingo.server.api.edm.provider
 
Mapping() - Constructor for class org.apache.olingo.server.api.edm.provider.Mapping
 
maxLength(Integer) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
Sets the maxLength facet.
maxLength(Integer) - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
Sets the maxLength facet.
MediaEntityProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling Entity Media.
Member - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a member expression node in the expression tree.
metadataDocument(ServiceMetadata) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes the metadata document into an InputStream.
MetadataProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling the metadata document.
Method - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a method expression in the expression tree
MethodKind - Enum in org.apache.olingo.server.api.uri.queryoption.expression
Enumeration of supported methods For the semantic of these methods please see the ODATA specification for URL conventions
modifySupportedContentTypes(List<ContentType>, RepresentationType) - Method in interface org.apache.olingo.server.api.serializer.CustomContentTypeSupport
Returns a list of supported content types.

N

name - Variable in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
name - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
name - Variable in class org.apache.olingo.server.api.edm.provider.OperationImport
 
name - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
navigationProperties - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
NavigationProperty - Class in org.apache.olingo.server.api.edm.provider
 
NavigationProperty() - Constructor for class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
NavigationPropertyBinding - Class in org.apache.olingo.server.api.edm.provider
 
NavigationPropertyBinding() - Constructor for class org.apache.olingo.server.api.edm.provider.NavigationPropertyBinding
 
navigationPropertyBindings - Variable in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
newInstance() - Static method in class org.apache.olingo.server.api.OData
 
nullable(Boolean) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
Sets the nullable facet.
nullable(Boolean) - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
Sets the nullable facet.

O

OData - Class in org.apache.olingo.server.api
Root object for serving factory tasks and support loose coupling of implementation (core) from the API.
OData() - Constructor for class org.apache.olingo.server.api.OData
 
ODataApplicationException - Exception in org.apache.olingo.server.api
Exception thrown by OData service implementations.
ODataApplicationException(String, int, Locale) - Constructor for exception org.apache.olingo.server.api.ODataApplicationException
Exception in an OData service implementation.
ODataApplicationException(String, int, Locale, String) - Constructor for exception org.apache.olingo.server.api.ODataApplicationException
Exception in an OData service implementation.
ODataApplicationException(String, int, Locale, Throwable) - Constructor for exception org.apache.olingo.server.api.ODataApplicationException
Exception in an OData service implementation.
ODataApplicationException(String, int, Locale, Throwable, String) - Constructor for exception org.apache.olingo.server.api.ODataApplicationException
Exception in an OData service implementation.
ODataDeserializer - Interface in org.apache.olingo.server.api.deserializer
Deserializer on OData server side.
ODataHttpHandler - Interface in org.apache.olingo.server.api
Handles HTTP requests as OData requests.
ODataRequest - Class in org.apache.olingo.server.api
Request object to carry HTTP information optimized for and required to handle OData requests only.
ODataRequest() - Constructor for class org.apache.olingo.server.api.ODataRequest
 
ODataResponse - Class in org.apache.olingo.server.api
Response object to carry OData-relevant HTTP information (status code, response headers, and content).
ODataResponse() - Constructor for class org.apache.olingo.server.api.ODataResponse
 
ODataResponsePart - Class in org.apache.olingo.server.api.deserializer.batch
An ODataResponsePart represents a collections of ODataResponses.
ODataResponsePart(List<ODataResponse>, boolean) - Constructor for class org.apache.olingo.server.api.deserializer.batch.ODataResponsePart
Creates a new ODataResponsePart.
ODataResponsePart(ODataResponse, boolean) - Constructor for class org.apache.olingo.server.api.deserializer.batch.ODataResponsePart
Creates a new ODataResponsePart.
ODataSerializer - Interface in org.apache.olingo.server.api.serializer
OData serializer
ODataServerError - Class in org.apache.olingo.server.api
Server error.
ODataServerError() - Constructor for class org.apache.olingo.server.api.ODataServerError
 
ODataTranslatedException - Exception in org.apache.olingo.server.api
Abstract superclass of all translatable server exceptions.
ODataTranslatedException(String, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.ODataTranslatedException
 
ODataTranslatedException(String, Throwable, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.ODataTranslatedException
 
ODataTranslatedException.MessageKey - Interface in org.apache.olingo.server.api
Key for the exception text in the resource bundle.
ODataTranslatedException.ODataErrorMessage - Class in org.apache.olingo.server.api
Error message text and Locale used for it.
ODataTranslatedException.ODataErrorMessage(String, Locale) - Constructor for class org.apache.olingo.server.api.ODataTranslatedException.ODataErrorMessage
 
Operation - Class in org.apache.olingo.server.api.edm.provider
 
Operation() - Constructor for class org.apache.olingo.server.api.edm.provider.Operation
 
OperationImport - Class in org.apache.olingo.server.api.edm.provider
 
OperationImport() - Constructor for class org.apache.olingo.server.api.edm.provider.OperationImport
 
OrderByItem - Interface in org.apache.olingo.server.api.uri.queryoption
Represents a single orderby information For example: http://.../Employees?$orderby=Name
OrderByOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $orderby For example: http://.../Employees?$orderby=Name, Age desc
org.apache.olingo.server.api - package org.apache.olingo.server.api
 
org.apache.olingo.server.api.batch - package org.apache.olingo.server.api.batch
 
org.apache.olingo.server.api.batch.exception - package org.apache.olingo.server.api.batch.exception
 
org.apache.olingo.server.api.deserializer - package org.apache.olingo.server.api.deserializer
 
org.apache.olingo.server.api.deserializer.batch - package org.apache.olingo.server.api.deserializer.batch
 
org.apache.olingo.server.api.edm.provider - package org.apache.olingo.server.api.edm.provider
 
org.apache.olingo.server.api.edmx - package org.apache.olingo.server.api.edmx
 
org.apache.olingo.server.api.processor - package org.apache.olingo.server.api.processor
 
org.apache.olingo.server.api.serializer - package org.apache.olingo.server.api.serializer
 
org.apache.olingo.server.api.uri - package org.apache.olingo.server.api.uri
 
org.apache.olingo.server.api.uri.queryoption - package org.apache.olingo.server.api.uri.queryoption
 
org.apache.olingo.server.api.uri.queryoption.expression - package org.apache.olingo.server.api.uri.queryoption.expression
 
org.apache.olingo.server.api.uri.queryoption.search - package org.apache.olingo.server.api.uri.queryoption.search
 

P

Parameter - Class in org.apache.olingo.server.api.edm.provider
 
Parameter() - Constructor for class org.apache.olingo.server.api.edm.provider.Parameter
 
parameters - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
parseBatchRequest(InputStream, String, BatchOptions) - Method in interface org.apache.olingo.server.api.deserializer.FixedFormatDeserializer
 
precision(Integer) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
Sets the precision facet.
precision(Integer) - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
Sets the precision facet.
primitive(EdmPrimitiveType, Property, PrimitiveSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes primitive-type instance data into an InputStream.
primitiveCollection(EdmPrimitiveType, Property, PrimitiveSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes data of a collection of primitive-type instances into an InputStream.
PrimitiveCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling a collection of primitive-type instances, e.g., a property of an entity defined as collection of primitive-type instances.
PrimitiveProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an instance of a primitive type, e.g., a primitive property of an entity.
PrimitiveSerializerOptions - Class in org.apache.olingo.server.api.serializer
Options for the OData serializer.
PrimitiveSerializerOptions.Builder - Class in org.apache.olingo.server.api.serializer
Builder of OData serializer options.
primitiveValue(EdmPrimitiveType, Object, PrimitiveValueSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.FixedFormatSerializer
Writes the raw value of a primitive-type instance into an InputStream.
PrimitiveValueProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an instance of a primitive type, e.g., a primitive property of an entity.
PrimitiveValueSerializerOptions - Class in org.apache.olingo.server.api.serializer
Options for the OData serializer.
PrimitiveValueSerializerOptions.Builder - Class in org.apache.olingo.server.api.serializer
Builder of OData serializer options.
process(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.olingo.server.api.ODataHttpHandler
Processes an OData request.
processActionComplex(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.ActionComplexProcessor
Process an action which has as return type a complex-type.
processActionComplexCollection(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.ActionComplexCollectionProcessor
Process an action which has as return type a complex-type collection.
processActionEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.ActionEntityProcessor
Process an action which has as return type an entity.
processActionEntityCollection(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.ActionEntityCollectionProcessor
Process an action which has as return type a collection of entities.
processActionPrimitive(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.ActionPrimitiveProcessor
Process an action which has as return type a primitive-type.
processActionPrimitiveCollection(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.ActionPrimitiveCollectionProcessor
Process an action which has as return type a primitive-type collection.
processBatch(BatchFacade, ODataRequest, ODataResponse) - Method in interface org.apache.olingo.server.api.processor.BatchProcessor
Process a complete batch request and puts serialized content and status into the response.
processChangeSet(BatchFacade, List<ODataRequest>) - Method in interface org.apache.olingo.server.api.processor.BatchProcessor
Process a batch change set (containing several batch requests) and puts serialized content and status into the response.
processError(ODataRequest, ODataResponse, ODataServerError, ContentType) - Method in class org.apache.olingo.server.api.processor.DefaultProcessor
 
processError(ODataRequest, ODataResponse, ODataServerError, ContentType) - Method in interface org.apache.olingo.server.api.processor.ErrorProcessor
Processes an error/exception.
Processor - Interface in org.apache.olingo.server.api.processor
Base interface for all processor types.
properties - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
Property - Class in org.apache.olingo.server.api.edm.provider
 
Property() - Constructor for class org.apache.olingo.server.api.edm.provider.Property
 
PropertyRef - Class in org.apache.olingo.server.api.edm.provider
 
PropertyRef() - Constructor for class org.apache.olingo.server.api.edm.provider.PropertyRef
 

Q

QueryOption - Interface in org.apache.olingo.server.api.uri.queryoption
Super interface used for any query option

R

rawBaseUri(String) - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions.Builder
rawServiceResolutionUri(String) - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions.Builder
readComplex(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.ComplexProcessor
Reads complex-type instance.
readComplexCollection(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.ComplexCollectionProcessor
Reads complex-type collection.
readEntity(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.EntityProcessor
Reads entity data from persistence and puts serialized content and status into the response.
readEntityCollection(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.EntityCollectionProcessor
Reads entities data from persistence and puts serialized content and status into the response.
readMediaEntity(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.MediaEntityProcessor
Reads entity media data from persistence and puts content and status into the response.
readMetadata(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.api.processor.DefaultProcessor
 
readMetadata(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.MetadataProcessor
Reads data from persistence and puts serialized content and status into the response.
readPrimitive(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.PrimitiveProcessor
Reads primitive-type instance.
readPrimitiveCollection(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.PrimitiveCollectionProcessor
Reads primitive-type collection.
readPrimitiveValue(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.PrimitiveValueProcessor
Reads raw value of a primitive-type instance, e.g., of a primitive property of an entity.
readReference(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.ReferenceProcessor
Reads entity reference from persistence and put it as serialized content and status into the response.
readReferenceCollection(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.ReferenceCollectionProcessor
Reads entity references from persistence and put them as serialized content and with according status into the response.
readServiceDocument(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.api.processor.DefaultProcessor
 
readServiceDocument(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.ServiceDocumentProcessor
Reads service-document information from persistence and puts serialized content and status into the response.
ReferenceCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling a collection an Entity References.
ReferenceProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling a single instance of an Entity Reference.
ReferentialConstraint - Class in org.apache.olingo.server.api.edm.provider
 
ReferentialConstraint() - Constructor for class org.apache.olingo.server.api.edm.provider.ReferentialConstraint
 
register(Processor) - Method in interface org.apache.olingo.server.api.ODataHttpHandler
Registers additional custom processor implementations for handling OData requests.
register(CustomContentTypeSupport) - Method in interface org.apache.olingo.server.api.ODataHttpHandler
Registers a service implementation for modifying the standard list of supported content types.
RepresentationType - Enum in org.apache.olingo.server.api.serializer
The different types of representations that form the body of either the OData request or the OData response, primarily used for content negotiation.
returnType - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
ReturnType - Class in org.apache.olingo.server.api.edm.provider
 
ReturnType() - Constructor for class org.apache.olingo.server.api.edm.provider.ReturnType
 

S

scale(Integer) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
Sets the scale facet.
scale(Integer) - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
Sets the scale facet.
Schema - Class in org.apache.olingo.server.api.edm.provider
 
Schema() - Constructor for class org.apache.olingo.server.api.edm.provider.Schema
 
SearchBinary - Interface in org.apache.olingo.server.api.uri.queryoption.search
 
SearchBinaryOperatorKind - Enum in org.apache.olingo.server.api.uri.queryoption.search
 
SearchExpression - Interface in org.apache.olingo.server.api.uri.queryoption.search
 
SearchOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $search For example: http://.../entitySet?$search=SearchString
SearchTerm - Interface in org.apache.olingo.server.api.uri.queryoption.search
 
SearchUnary - Interface in org.apache.olingo.server.api.uri.queryoption.search
 
SearchUnaryOperatorKind - Enum in org.apache.olingo.server.api.uri.queryoption.search
 
select(SelectOption) - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions.Builder
Sets the $select system query option.
select(SelectOption) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
Sets the $select system query option.
select(SelectOption) - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions.Builder
Sets the $select system query option.
SelectItem - Interface in org.apache.olingo.server.api.uri.queryoption
Represents a single select item information For example: http://.../Employees?select=name,age
SelectOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $select For example: http://.../entitySet?select=name,age
SerializerException - Exception in org.apache.olingo.server.api.serializer
Exception thrown by the ODataSerializer.
SerializerException(String, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.serializer.SerializerException
Creates serializer exception.
SerializerException(String, Throwable, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.serializer.SerializerException
Creates serializer exception.
SerializerException.MessageKeys - Enum in org.apache.olingo.server.api.serializer
Keys for exception texts in the resource bundle.
serviceDocument(Edm, String) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes the service document into an InputStream.
ServiceDocumentProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling the service document.
ServiceMetadata - Interface in org.apache.olingo.server.api
Metadata of an OData service like the Entity Data Model.
setAbstract(boolean) - Method in class org.apache.olingo.server.api.edm.provider.ComplexType
 
setAbstract(boolean) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setAbstract(boolean) - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
setAction(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.ActionImport
 
setActionImports(List<ActionImport>) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
setActions(List<Action>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setAlias(String) - Method in class org.apache.olingo.server.api.edm.provider.AliasInfo
 
setAlias(String) - Method in class org.apache.olingo.server.api.edm.provider.PropertyRef
 
setAlias(String) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setAnnotation(List<Annotation>) - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
setAnnotations(List<Annotation>) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setAppliesTo(String) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setBaseTerm(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setBaseType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.ComplexType
 
setBaseType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setBaseType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
setBindingParameter(String) - Method in class org.apache.olingo.server.api.edm.provider.EntitySetPath
 
setBody(InputStream) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the body of the request.
setBound(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Action
 
setBound(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Function
 
setBound(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
setCode(String) - Method in class org.apache.olingo.server.api.ODataServerError
The value for the code name/value pair is a language-independent string.
setCollection(boolean) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setCollection(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setCollection(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setCollection(boolean) - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
setCollection(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setComplexTypes(List<ComplexType>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setComposable(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Function
 
setContainerName(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainerInfo
 
setContainsTarget(boolean) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setContent(InputStream) - Method in class org.apache.olingo.server.api.ODataResponse
Sets the content (body).
setDefaultValue(String) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setDefaultValue(String) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setDetails(List<ODataErrorDetail>) - Method in class org.apache.olingo.server.api.ODataServerError
Sets error details.
setEntityContainer(EntityContainer) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setEntitySet(Target) - Method in class org.apache.olingo.server.api.edm.provider.ActionImport
 
setEntitySet(Target) - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
setEntitySet(Target) - Method in class org.apache.olingo.server.api.edm.provider.OperationImport
 
setEntitySetPath(EntitySetPath) - Method in class org.apache.olingo.server.api.edm.provider.Action
 
setEntitySetPath(EntitySetPath) - Method in class org.apache.olingo.server.api.edm.provider.Function
 
setEntitySetPath(EntitySetPath) - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
setEntitySets(List<EntitySet>) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
setEntityTypes(List<EntityType>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setEnumTypes(List<EnumType>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setException(Exception) - Method in class org.apache.olingo.server.api.ODataServerError
Sets the exception.
setExpression(Expression) - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
setExtendsContainer(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
setExtendsContainer(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainerInfo
 
setFlags(boolean) - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
setFunction(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
setFunctionImports(List<FunctionImport>) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
setFunctions(List<Function>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setHasStream(boolean) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setHeader(String, String) - Method in class org.apache.olingo.server.api.ODataResponse
Sets a header.
setIncludeInServiceDocument(boolean) - Method in class org.apache.olingo.server.api.edm.provider.EntitySet
 
setIncludeInServiceDocument(boolean) - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
setInnerError(Map<String, String>) - Method in class org.apache.olingo.server.api.ODataServerError
Sets server defined key-value pairs for debug environment only.
setInternalName(String) - Method in class org.apache.olingo.server.api.edm.provider.Mapping
Sets the value for this Mapping.
setIsUnicode(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setKey(List<PropertyRef>) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setLocale(Locale) - Method in class org.apache.olingo.server.api.ODataServerError
Sets the locale.
setMapping(Mapping) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setMapping(Mapping) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setMaxLength(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setMaxLength(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setMaxLength(Integer) - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
setMaxLength(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setMaxLength(Integer) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setMediaResourceMimeTypeKey(String) - Method in class org.apache.olingo.server.api.edm.provider.Mapping
Sets the key for the resource mime type key which is used for the lookup in the data map
setMediaResourceSourceKey(String) - Method in class org.apache.olingo.server.api.edm.provider.Mapping
Sets the key for the resource source key which is used for the lookup in the data map
setMembers(List<EnumMember>) - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
setMessage(String) - Method in class org.apache.olingo.server.api.ODataServerError
The value for the message name/value pair MUST be a human-readable, language-dependent representation of the error.
setMethod(HttpMethod) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the HTTP method.
setMimeType(String) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Action
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.ActionImport
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.ComplexType
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.EntitySet
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.EnumMember
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Function
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.OperationImport
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Singleton
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setNamespace(String) - Method in class org.apache.olingo.server.api.edm.provider.AliasInfo
 
setNamespace(String) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setNavigationProperties(List<NavigationProperty>) - Method in class org.apache.olingo.server.api.edm.provider.ComplexType
 
setNavigationProperties(List<NavigationProperty>) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setNavigationProperties(List<NavigationProperty>) - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
setNavigationPropertyBindings(List<NavigationPropertyBinding>) - Method in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
setNavigationPropertyBindings(List<NavigationPropertyBinding>) - Method in class org.apache.olingo.server.api.edm.provider.EntitySet
 
setNavigationPropertyBindings(List<NavigationPropertyBinding>) - Method in class org.apache.olingo.server.api.edm.provider.Singleton
 
setNullable(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setNullable(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setNullable(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setNullable(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
setNullable(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setObject(Object) - Method in class org.apache.olingo.server.api.edm.provider.Mapping
Sets an object.
setOnDelete(EdmOnDelete) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setOpenType(boolean) - Method in class org.apache.olingo.server.api.edm.provider.ComplexType
 
setOpenType(boolean) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setOpenType(boolean) - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
setParameters(List<Parameter>) - Method in class org.apache.olingo.server.api.edm.provider.Action
 
setParameters(List<Parameter>) - Method in class org.apache.olingo.server.api.edm.provider.Function
 
setParameters(List<Parameter>) - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
setPartner(String) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setPath(String) - Method in class org.apache.olingo.server.api.edm.provider.EntitySetPath
 
setPath(String) - Method in class org.apache.olingo.server.api.edm.provider.NavigationPropertyBinding
 
setPath(String) - Method in class org.apache.olingo.server.api.edm.provider.PropertyRef
 
setPrecision(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setPrecision(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setPrecision(Integer) - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
setPrecision(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setPrecision(Integer) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setProperties(List<Property>) - Method in class org.apache.olingo.server.api.edm.provider.ComplexType
 
setProperties(List<Property>) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setProperties(List<Property>) - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
setProperty(String) - Method in class org.apache.olingo.server.api.edm.provider.ReferentialConstraint
 
setPropertyName(String) - Method in class org.apache.olingo.server.api.edm.provider.PropertyRef
 
setQualifier(String) - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
setQualifier(String) - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
Set qualifier for this include annotation.
setRawBaseUri(String) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the base URI.
setRawODataPath(String) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the path segments of the request URI that belong to OData.
setRawQueryPath(String) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the query part of the request URI.
setRawRequestUri(String) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the total request URI.
setRawServiceResolutionUri(String) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the URI part responsible for service resolution.
setReferencedProperty(String) - Method in class org.apache.olingo.server.api.edm.provider.ReferentialConstraint
 
setReferentialConstraints(List<ReferentialConstraint>) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setReturnType(ReturnType) - Method in class org.apache.olingo.server.api.edm.provider.Action
 
setReturnType(ReturnType) - Method in class org.apache.olingo.server.api.edm.provider.Function
 
setReturnType(ReturnType) - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
setScale(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setScale(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setScale(Integer) - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
setScale(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setScale(Integer) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setSingletons(List<Singleton>) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
setSplit(int) - Method in interface org.apache.olingo.server.api.ODataHttpHandler
Sets the split parameter which is used for service resolution.
setStatusCode(int) - Method in class org.apache.olingo.server.api.ODataResponse
Sets the status code.
setStatusCode(int) - Method in class org.apache.olingo.server.api.ODataServerError
Sets the status code.
setTarget(Target) - Method in class org.apache.olingo.server.api.edm.provider.NavigationPropertyBinding
 
setTarget(String) - Method in class org.apache.olingo.server.api.ODataServerError
The value for the target name/value pair is the target of the particular error (for example, the name of the property in error).
setTargetNamespace(String) - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
Set target namespace for this include annotation.
setTerm(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
setTerms(List<Term>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EntitySet
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Singleton
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setTypeDefinitions(List<TypeDefinition>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setUnderlyingType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
setUnderlyingType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setUnicode(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setValue(String) - Method in class org.apache.olingo.server.api.edm.provider.EnumMember
 
Singleton - Class in org.apache.olingo.server.api.edm.provider
 
Singleton() - Constructor for class org.apache.olingo.server.api.edm.provider.Singleton
 
SkipOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $skip For example: http://.../entitySet?$skip=10
SkipTokenOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $skiptoken For example: http://.../entitySet?$skiptoken=abv
StructuredType - Class in org.apache.olingo.server.api.edm.provider
 
StructuredType() - Constructor for class org.apache.olingo.server.api.edm.provider.StructuredType
 
SystemQueryOption - Interface in org.apache.olingo.server.api.uri.queryoption
Super interface used for any system query option
SystemQueryOptionKind - Enum in org.apache.olingo.server.api.uri.queryoption
Defining the supported system query options

T

Term - Class in org.apache.olingo.server.api.edm.provider
 
Term() - Constructor for class org.apache.olingo.server.api.edm.provider.Term
 
TopOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $top For example: http://.../entitySet?$top=10
toString() - Method in exception org.apache.olingo.server.api.ODataTranslatedException
 
toString() - Method in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
 
toString() - Method in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
 
toString() - Method in enum org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind
 
toString() - Method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchBinaryOperatorKind
 
toString() - Method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchUnaryOperatorKind
 
toString() - Method in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
 
toString() - Method in interface org.apache.olingo.server.api.uri.UriResource
 
toString(boolean) - Method in interface org.apache.olingo.server.api.uri.UriResourcePartTyped
 
type - Variable in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
TypeDefinition - Class in org.apache.olingo.server.api.edm.provider
 
TypeDefinition() - Constructor for class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
TypeLiteral - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a type literal expression in the expression tree

U

Unary - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a unary expression node in the expression tree
A binary expression node is inserted in the expression tree for any valid ODATA unary operator in UnaryOperatorKind
UnaryOperatorKind - Enum in org.apache.olingo.server.api.uri.queryoption.expression
Enumeration of supported unary operators
For the semantic of these operators please see the ODATA specification for URL conventions
unicode(Boolean) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
Sets the unicode facet.
unicode(Boolean) - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
Sets the unicode facet.
updateComplex(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.ComplexProcessor
Update complex-type instance with send data in the persistence and puts content, status, and Location into the response.
updateComplexCollection(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.ComplexCollectionProcessor
Update (replace) complex-type collection with send data in the persistence and puts content, status, and Location into the response.
updateEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.EntityProcessor
Update entity data with send data in the persistence and puts content, status, and Location into the response.
updateMediaEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.MediaEntityProcessor
Updates entity media data in the persistence and puts content and status into the response.
updatePrimitive(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.PrimitiveProcessor
Update primitive-type instance with send data in the persistence and puts content, status, and Location into the response.
updatePrimitiveCollection(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.PrimitiveCollectionProcessor
Update (replace) primitive-type collection with send data in the persistence and puts content, status, and Location into the response.
updateReference(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.ReferenceProcessor
Update entity reference in the persistence and puts content, status, and Location into the response.
UriHelper - Interface in org.apache.olingo.server.api.uri
Used for URI-related tasks.
UriInfo - Interface in org.apache.olingo.server.api.uri
Object acting as general access to URI information extracted from the request URI.
UriInfoAll - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.all to describe URIs like http://.../serviceroot/$all
UriInfoBatch - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.batch to describe URIs like http://.../serviceroot/$batch
UriInfoCrossjoin - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.crossjoin to describe URIs like http://.../serviceroot/$crossjoin(...)
UriInfoEntityId - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.entityId to describe URIs like http://.../serviceroot/$entity...
UriInfoKind - Enum in org.apache.olingo.server.api.uri
Defining the various info kinds
UriInfoMetadata - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.metadata to describe URIs like http://.../serviceroot/$metadata...
UriInfoResource - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.resource to describe URIs like E.g.
UriInfoService - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.service to describe URIs like http://.../serviceroot
UriParameter - Interface in org.apache.olingo.server.api.uri
Represents an function parameter or key predicate when used in the URI.
UriResource - Interface in org.apache.olingo.server.api.uri
Super interface for all objects representing resource parts.
UriResourceAction - Interface in org.apache.olingo.server.api.uri
Used to describe an action used within an resource path For example: http://.../serviceroot/action()
UriResourceComplexProperty - Interface in org.apache.olingo.server.api.uri
Used to describe an complex property used within an resource path E.g.
UriResourceCount - Interface in org.apache.olingo.server.api.uri
Used to describe an $count used within an resource path For example: http://.../serviceroot/entityset(1)/$count
UriResourceEntitySet - Interface in org.apache.olingo.server.api.uri
Used to describe an entity set used within an resource path For example: http://.../serviceroot/entityset(1)
UriResourceFunction - Interface in org.apache.olingo.server.api.uri
Used to describe an function import or bound function used within an resource path For example: http://.../serviceroot/functionImport(P1=1,P2='A')
UriResourceIt - Interface in org.apache.olingo.server.api.uri
Class indicating the $it reference.
UriResourceKind - Enum in org.apache.olingo.server.api.uri
Defining the various resource part types
UriResourceLambdaAll - Interface in org.apache.olingo.server.api.uri
Used to describe an all lambda expression used within an resource path For example: http://.../serviceroot/entityset/all(...)
UriResourceLambdaAny - Interface in org.apache.olingo.server.api.uri
Used to describe an any lambda expression used within an resource path For example: http://.../serviceroot/entityset/any(...)
UriResourceLambdaVariable - Interface in org.apache.olingo.server.api.uri
Used to describe an lambda variable used within an resource path For example: http://.../serviceroot/entityset/listofstring/any(d: 'string' eq d)
UriResourceNavigation - Interface in org.apache.olingo.server.api.uri
Used to describe an navigation property used within an resource path For example: http://.../serviceroot/entityset(1)/navProperty
UriResourcePartTyped - Interface in org.apache.olingo.server.api.uri
Used to describe an typed resource part (super interface)
UriResourcePrimitiveProperty - Interface in org.apache.olingo.server.api.uri
Used to describe an primitive property used within an resource path For example: http://.../serviceroot/entityset(1)/property
UriResourceProperty - Interface in org.apache.olingo.server.api.uri
Used to describe an resource part which is an property (super interface)
UriResourceRef - Interface in org.apache.olingo.server.api.uri
Used to describe an $ref used within an resource path For example: http://.../serviceroot/entityset/$ref
UriResourceRoot - Interface in org.apache.olingo.server.api.uri
Class indicating the $root reference.
UriResourceSingleton - Interface in org.apache.olingo.server.api.uri
Used to describe an entity set used within an resource path For example: http://.../serviceroot/singleton
UriResourceValue - Interface in org.apache.olingo.server.api.uri
Used to describe an $value used within an resource path For example: http://.../serviceroot/entityset(1)/property/$value

V

valueOf(String) - Static method in enum org.apache.olingo.server.api.batch.exception.BatchDeserializerException.MessageKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.batch.exception.BatchSerializerException.MessageKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.serializer.RepresentationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchBinaryOperatorKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchUnaryOperatorKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.UriInfoKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.UriResourceKind
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.olingo.server.api.batch.exception.BatchDeserializerException.MessageKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.batch.exception.BatchSerializerException.MessageKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.serializer.RepresentationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchBinaryOperatorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchUnaryOperatorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.UriInfoKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.UriResourceKind
Returns an array containing the constants of this enum type, in the order they are declared.
VisitableExpression - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Marks an expression node a visitable by an expression visitor
visitAlias(String) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Alias expression
visitBinaryOperator(BinaryOperatorKind, T, T) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Binary expression
visitEnum(EdmEnumType, List<String>) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Enumeration expression
visitLambdaExpression(String, String, Expression) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed lambda expression
visitLambdaReference(String) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed LambdaRef
visitLiteral(String) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Literal expression
visitMember(UriInfoResource) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Member expression
visitMethodCall(MethodKind, List<T>) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Method expression
visitTypeLiteral(EdmType) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed TypeLiteral expression
visitUnaryOperator(UnaryOperatorKind, T) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Unary expression

W

with() - Static method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions
Creates a new BatchOptions builder
with() - Static method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions
Initializes the options builder.
with() - Static method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
Initializes the options builder.
with() - Static method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions
Initializes the options builder.
with() - Static method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
Initializes the options builder.
with() - Static method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
Initializes the options builder.
A B C D E F G H I L M N O P Q R S T U V W 

Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.