- 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
-
- contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
-
- contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions.Builder
-
- contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
-
- 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
- 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.
- 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
-
- 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
-
- 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
-
- getContextURL() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
-
- getContextURL() - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions
-
- getContextURL() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
- 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
-
- 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
-
- UriInfoService - Interface in org.apache.olingo.server.api.uri
-
- 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
- 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
-
- 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
-
- 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
-
- visitUnaryOperator(UnaryOperatorKind, T) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
-
Called for each traversed
Unary expression