A B C D E F G H I L M N O P R S T V Z 
All Classes All Packages

A

association() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmNavigationProperty
Define the name for the related Edm Association Set (of the Navigation Property).

B

BINARY - org.apache.olingo.odata2.api.annotation.edm.EdmType
 
BOOLEAN - org.apache.olingo.odata2.api.annotation.edm.EdmType
 
BYTE - org.apache.olingo.odata2.api.annotation.edm.EdmType
 

C

COMPLEX - org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.ReturnType.Type
 
COMPLEX - org.apache.olingo.odata2.api.annotation.edm.EdmType
Only for explicit definition of a complex property.
container() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmEntitySet
Define the container name for the EDM Entity Set.

D

DATE_TIME - org.apache.olingo.odata2.api.annotation.edm.EdmType
 
DATE_TIME_OFFSET - org.apache.olingo.odata2.api.annotation.edm.EdmType
 
DECIMAL - org.apache.olingo.odata2.api.annotation.edm.EdmType
 
DELETE - org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.HttpMethod
 
documentation() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport
Defines additional documentation for this function import.
DOUBLE - org.apache.olingo.odata2.api.annotation.edm.EdmType
 

E

EdmComplexType - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Annotation for a EDM/CSDL ComplexType element.
EdmConcurrencyControl - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Related to ConcurrencyMode in OData specification.
EdmDocumentation - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Additional documentation for an EDM element.
EdmEntitySet - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Annotation for a EDM/CSDL EntitySet element.
EdmEntityType - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Annotation for a EDM/CSDL EntityType element.
EdmFacets - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Annotation for definition of EdmFactes on an EdmProperty (for an EdmEntityType or EdmComplexType which contains the EdmProperty as a field).
EdmFunctionImport - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Annotation for definition of an method as an EdmFunctionImport call/endpoint.
EdmFunctionImport.HttpMethod - Enum in org.apache.olingo.odata2.api.annotation.edm
Concrete HttpMethods for a function import as specified in OData.
EdmFunctionImport.ReturnType - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Annotation for definition of the return type of an EdmFunctionImport method.
EdmFunctionImport.ReturnType.Type - Enum in org.apache.olingo.odata2.api.annotation.edm
Concrete return types as specified in OData.
EdmFunctionImportParameter - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Annotation for definition of an EdmFunctionImportParameter for an EdmFunctionImport which contains the EdmFunctionImportParameter as a parameter.
EdmKey - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Annotation for definition of an EdmProperty as EdmKey for the EdmEntityType which contains the EdmProperty.
EdmMediaResourceContent - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Annotation for definition of an EdmProperty as media resource content for the EdmEntityType which contains the EdmProperty.
EdmMediaResourceMimeType - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Annotation for definition of an EdmProperty as mime type for the media resource of the EdmEntityType which contains the EdmProperty.
EdmMediaResourceSource - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Annotation for definition of an EdmProperty as media resource source for the EdmEntityType which contains the EdmProperty.
EdmNavigationProperty - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Annotation for definition of an EdmNavigationProperty for an EdmEntityType which contains the navigation property as a field.
EdmNavigationProperty.Multiplicity - Enum in org.apache.olingo.odata2.api.annotation.edm
EdmMultiplicity indicates the number of entity type instances an association end can relate to: ZERO_OR_ONE (0..1)value is exactly one but can be null (i.e.
EdmProperty - Annotation Type in org.apache.olingo.odata2.api.annotation.edm
Annotation for definition of an EdmProperty for an EdmEntityType or EdmComplexType which contains the EdmProperty as a field.
EdmType - Enum in org.apache.olingo.odata2.api.annotation.edm
The EdmTypes which can be used for property definition in the EDM.
ENTITY - org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.ReturnType.Type
 
entitySet() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport
Define the name for the according entity set of the function import.

F

facets() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImportParameter
Define the EdmFacets for the Function Import Parameter in the EDM.
facets() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmProperty
Define the EdmFacets for the Property in the EDM.

G

GET - org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.HttpMethod
 
GUID - org.apache.olingo.odata2.api.annotation.edm.EdmType
 

H

httpMethod() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport
Define the http method for which this function import is used If not set the default http method GET is used.

I

INT16 - org.apache.olingo.odata2.api.annotation.edm.EdmType
 
INT32 - org.apache.olingo.odata2.api.annotation.edm.EdmType
 
INT64 - org.apache.olingo.odata2.api.annotation.edm.EdmType
 
isCollection() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.ReturnType
Define if the return type for the function import is a collection (entity set) or an single entity (entity).

L

longDescription() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmDocumentation
Complete description for this documentation.

M

MANY - org.apache.olingo.odata2.api.annotation.edm.EdmNavigationProperty.Multiplicity
 
maxLength() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFacets
The maximum length of the type in use.
MERGE - org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.HttpMethod
 

N

name() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmComplexType
Define the name for the ComplexType.
name() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmEntitySet
Define the name for the EDM Entity Set.
name() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmEntityType
Define the name for the EDM EntityType.
name() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport
Define the name for the function import.
name() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImportParameter
Define the name for the Function Import Parameter.
name() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmNavigationProperty
Define the name for the Navigation Property.
name() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmProperty
Define the name for the Property.
namespace() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmComplexType
Define the namespace for the ComplexType.
namespace() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmEntityType
Define the namespace for the EDM EntityType.
NULL - org.apache.olingo.odata2.api.annotation.edm.EdmType
 
nullable() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFacets
The information if the type in use is nullable.

O

ONE - org.apache.olingo.odata2.api.annotation.edm.EdmNavigationProperty.Multiplicity
 
org.apache.olingo.odata2.api.annotation.edm - package org.apache.olingo.odata2.api.annotation.edm
Annotations-API for Entity Data Model definition

P

PATCH - org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.HttpMethod
 
POST - org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.HttpMethod
 
precision() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFacets
The precision of the type in use.
PUT - org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.HttpMethod
 

R

returnType() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport
Define the return type of this function import

S

SBYTE - org.apache.olingo.odata2.api.annotation.edm.EdmType
 
scale() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFacets
The scale of the type in use.
SIMPLE - org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.ReturnType.Type
 
SINGLE - org.apache.olingo.odata2.api.annotation.edm.EdmType
 
STRING - org.apache.olingo.odata2.api.annotation.edm.EdmType
 
summary() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmDocumentation
Define a summary for this documentation.

T

TIME - org.apache.olingo.odata2.api.annotation.edm.EdmType
 
toMultiplicity() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmNavigationProperty
Define the multiplicity to the target EdmEntity of the Navigation Property.
toRole() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmNavigationProperty
Define the name for the related Edm Role (of the Navigation Property).
toType() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmNavigationProperty
Define the target entity in form of a java class for the Navigation Property.
type() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.ReturnType
Define the return type for the function import.
type() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImportParameter
Define the EdmSimpleType which is used for the Function Import Parameter in the EDM.
type() - Method in annotation type org.apache.olingo.odata2.api.annotation.edm.EdmProperty
Define the EdmSimpleType which is used for the Property in the EDM.

V

valueOf(String) - Static method in enum org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.ReturnType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.odata2.api.annotation.edm.EdmNavigationProperty.Multiplicity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.odata2.api.annotation.edm.EdmType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.odata2.api.annotation.edm.EdmFunctionImport.ReturnType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.odata2.api.annotation.edm.EdmNavigationProperty.Multiplicity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.odata2.api.annotation.edm.EdmType
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZERO_OR_ONE - org.apache.olingo.odata2.api.annotation.edm.EdmNavigationProperty.Multiplicity
 
A B C D E F G H I L M N O P R S T V Z 
All Classes All Packages