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

A

accept(ExpressionVisitor<T>) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpression
Method VisitableExpression.accept(ExpressionVisitor) is called when traversing the expression tree.
Action - Class in org.apache.olingo.server.api.edm.provider
 
Action() - Constructor for class org.apache.olingo.server.api.edm.provider.Action
 
ActionImport - Class in org.apache.olingo.server.api.edm.provider
 
ActionImport() - Constructor for class org.apache.olingo.server.api.edm.provider.ActionImport
 
addHeader(String, List<String>) - Method in class org.apache.olingo.server.api.ODataRequest
Add header to request where name handled as case insensitive key.
Alias - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents an alias expression node in the expression tree
A alias expression node is inserted in the expression tree for any valid alias
E.g.
AliasInfo - Class in org.apache.olingo.server.api.edm.provider
 
AliasInfo() - Constructor for class org.apache.olingo.server.api.edm.provider.AliasInfo
 
AliasQueryOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents an alias value defined as query option For example: http://.../?filter=@value eq name&@value='test'
Annotation - Class in org.apache.olingo.server.api.edm.provider
 
Annotation() - Constructor for class org.apache.olingo.server.api.edm.provider.Annotation
 
asUriInfoAll() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoBatch() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoCrossjoin() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoEntityId() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoMetadata() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoResource() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoService() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 

B

baseType - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
Binary - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a binary expression node in the expression tree
A binary expression node is inserted in the expression tree for any valid ODATA binary operator in BinaryOperatorKind.
BinaryOperatorKind - Enum in org.apache.olingo.server.api.uri.queryoption.expression
Enumeration of supported binary operators
For the semantic of these operators please see the ODATA specification for URL conventions
BindingTarget - Class in org.apache.olingo.server.api.edm.provider
 
BindingTarget() - Constructor for class org.apache.olingo.server.api.edm.provider.BindingTarget
 

C

ComplexType - Class in org.apache.olingo.server.api.edm.provider
 
ComplexType() - Constructor for class org.apache.olingo.server.api.edm.provider.ComplexType
 
CountOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $count For example: http://.../entitySet?$count=true
createEdm(EdmProvider) - Method in class org.apache.olingo.server.api.OData
Creates an metadata object.
createHandler(Edm) - Method in class org.apache.olingo.server.api.OData
Creates a new ODataHttpHandler for handling OData requests in an HTTP context.
createSerializer(ODataFormat) - Method in class org.apache.olingo.server.api.OData
Creates a new serializer object for rendering content in the specified format.
CustomContentTypeSupportProcessor - Interface in org.apache.olingo.server.api.processor
A processor which supports custom content types can implement this interface.
CustomQueryOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents a custom query option For example: http://.../entitySet?myOption=true

D

DEFAULT_CHARSET - Static variable in interface org.apache.olingo.server.api.serializer.ODataSerializer
 
DEFAULT_SERVER_BUNDLE_NAME - Static variable in exception org.apache.olingo.server.api.ODataTranslatedException
 
DefaultProcessor - Class in org.apache.olingo.server.api.processor
Processor implementation for handling of metadata and service document.
DefaultProcessor() - Constructor for class org.apache.olingo.server.api.processor.DefaultProcessor
 

E

EdmProvider - Class in org.apache.olingo.server.api.edm.provider
 
EdmProvider() - Constructor for class org.apache.olingo.server.api.edm.provider.EdmProvider
 
entity(EdmEntitySet, Entity, ContextURL) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
 
EntityCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling collections of entities (collections, EntitySets or feeds).
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 entry (e.g.
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
 
entitySet(EdmEntitySet, EntitySet, ContextURL) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
 
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.
ExceptionProcessor - Interface in org.apache.olingo.server.api.processor
Processor which is called if any 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
 
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.

F

FilterOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $filter For example: http://.../entitySet?$filter=name eq 'tester'
FormatOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $format For example: http://.../entitySet?$format=json
Function - Class in org.apache.olingo.server.api.edm.provider
 
Function() - Constructor for class org.apache.olingo.server.api.edm.provider.Function
 
FunctionImport - Class in org.apache.olingo.server.api.edm.provider
 
FunctionImport() - Constructor for class org.apache.olingo.server.api.edm.provider.FunctionImport
 

G

get(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
URI syntax to enumeration value
get(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
URI syntax to enumeration value
get(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind
URI syntax to enumeration value
get(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchBinaryOperatorKind
 
get(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchUnaryOperatorKind
 
getAction() - Method in class org.apache.olingo.server.api.edm.provider.ActionImport
 
getAction() - Method in interface org.apache.olingo.server.api.uri.UriResourceAction
 
getActionImport(FullQualifiedName, String) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an ActionImport or null if nothing is found
getActionImport() - Method in interface org.apache.olingo.server.api.uri.UriResourceAction
Convenience method which returns the EdmActionImport which was used in the resource path to define the EdmAction.
getActionImports() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
getActions(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a list of all Action for the FullQualifiedname or null if nothing is found
getActions() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getAlias() - Method in class org.apache.olingo.server.api.edm.provider.AliasInfo
 
getAlias() - Method in class org.apache.olingo.server.api.edm.provider.PropertyRef
 
getAlias() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getAlias() - Method in 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
 
getBundleName() - Method in exception org.apache.olingo.server.api.ODataTranslatedException
Gets the name of the ResourceBundle containing the exception texts.
getBundleName() - Method in exception org.apache.olingo.server.api.serializer.ODataSerializerException
 
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
 
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
 
getDefaultValue() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getDefaultValue() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getEntityContainer() - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
Returns the entity container of this edm
getEntityContainer() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getEntityContainerInfo(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an EntityContainerInfo or null if nothing is found
getEntitySet(FullQualifiedName, String) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an EntitySet or null if nothing is found
getEntitySet() - Method in class org.apache.olingo.server.api.edm.provider.OperationImport
 
getEntitySet() - Method in interface org.apache.olingo.server.api.uri.UriResourceEntitySet
 
getEntitySetNames() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
 
getEntitySetPath() - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
getEntitySets() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
getEntityType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an EntityType or null if nothing is found
getEntityType() - Method in interface org.apache.olingo.server.api.uri.UriResourceEntitySet
 
getEntityType() - Method in interface org.apache.olingo.server.api.uri.UriResourceSingleton
 
getEntityTypeCast() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
Behind $entity a optional type cast can be used in the URI.
getEntityTypeFilter() - Method in interface org.apache.olingo.server.api.uri.UriResourceSingleton
 
getEntityTypes() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getEnumType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an EnumType or null if nothing is found
getEnumTypes() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getException() - Method in class org.apache.olingo.server.api.ODataServerError
 
getExpandItems() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandOption
 
getExpandOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getExpandOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
 
getExpandOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getExpression() - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.queryoption.FilterOption
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.queryoption.OrderByItem
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.UriParameter
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaAll
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaAny
 
getExtendsContainer() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
getExtendsContainer() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainerInfo
 
getFilterOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getFilterOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getFormat() - Method in interface org.apache.olingo.server.api.uri.queryoption.FormatOption
 
getFormatOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
 
getFormatOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoMetadata
 
getFormatOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getFragment() - Method in interface org.apache.olingo.server.api.uri.UriInfoMetadata
 
getFunction() - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
getFunction() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
 
getFunctionImport(FullQualifiedName, String) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a FunctionImport or null if nothing is found
getFunctionImport() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
Convenience method which returns the EdmFunctionImport which was used in the resource path to define the EdmFunction.
getFunctionImports() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
getFunctions(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a list of all Function for the FullQualifiedname or null if nothing is found
getFunctions() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getHeader(String) - Method in class org.apache.olingo.server.api.ODataRequest
Returns first header value for name where name is a case insensitive key.
getHeaders(String) - Method in class org.apache.olingo.server.api.ODataRequest
Returns header value for name where name is a case insensitive key.
getHeaders() - Method in class org.apache.olingo.server.api.ODataResponse
 
getIdOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
 
getIdOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
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 class org.apache.olingo.server.api.edm.provider.EntityType
 
getKey() - Method in interface org.apache.olingo.server.api.ODataTranslatedException.MessageKey
 
getKey() - Method in enum org.apache.olingo.server.api.serializer.ODataSerializerException.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
 
getLocale() - Method in class org.apache.olingo.server.api.ODataTranslatedException.ODataErrorMessage
 
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
 
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
 
getMessageKey() - Method in exception org.apache.olingo.server.api.ODataTranslatedException
 
getMethod() - Method in class org.apache.olingo.server.api.ODataRequest
 
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
 
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
 
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
 
getRawBaseUri() - Method in class org.apache.olingo.server.api.ODataRequest
 
getRawODataPath() - Method in class org.apache.olingo.server.api.ODataRequest
 
getRawQueryPath() - Method in class org.apache.olingo.server.api.ODataRequest
 
getRawRequestUri() - Method in class org.apache.olingo.server.api.ODataRequest
 
getRawServiceResolutionUri() - Method in class org.apache.olingo.server.api.ODataRequest
 
getReferencedProperty() - Method in class org.apache.olingo.server.api.edm.provider.ReferentialConstraint
 
getReferencedProperty() - Method in interface org.apache.olingo.server.api.uri.UriParameter
 
getReferentialConstraints() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
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
 
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
 
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
 
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
 
getStatusCode() - Method in class org.apache.olingo.server.api.ODataServerError
 
getSystemQueryOptions() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
getTarget() - Method in class org.apache.olingo.server.api.edm.provider.NavigationPropertyBinding
 
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.
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
 
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
 
getUriResourceParts() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
The path segments behind the service root define which resources are requested by that URI.
getValue() - Method in class org.apache.olingo.server.api.edm.provider.EnumMember
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.AliasQueryOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.CountOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.IdOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.LevelsExpandOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.SkipOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.SkipTokenOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.TopOption
 
getValueForAlias(String) - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getValues() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Enumeration
 
getVariableName() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.LambdaRef
 
getVariableName() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaVariable
 

H

hasStream() - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 

I

IdOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $id when using a entity-id to resolve the entity For example: http://.../$entity?$id=Products(0)
init(OData, Edm) - Method in class org.apache.olingo.server.api.processor.DefaultProcessor
 
init(OData, Edm) - Method in interface org.apache.olingo.server.api.processor.Processor
Initialize processor for each http request - response cycle.
isAbstract - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
isAbstract() - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
isAllOperationsInSchema() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectItem
 
isBound - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
isBound() - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
isCollection() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Member
 
isCollection() - Method in interface org.apache.olingo.server.api.uri.UriResourcePartTyped
 
isComposable() - Method in class org.apache.olingo.server.api.edm.provider.Function
 
isContainsTarget() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
isDescending() - Method in interface org.apache.olingo.server.api.uri.queryoption.OrderByItem
Returns the sort order of the orderby item
isFlags() - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
isIncludeInServiceDocument() - Method in class org.apache.olingo.server.api.edm.provider.EntitySet
 
isIncludeInServiceDocument() - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
isMax() - Method in interface org.apache.olingo.server.api.uri.queryoption.LevelsExpandOption
 
isOpenType - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
isOpenType() - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
isRef() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
isStar() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
isStar() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectItem
 
isUnicode() - Method in class org.apache.olingo.server.api.edm.provider.Property
 

L

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

M

Mapping - Class in org.apache.olingo.server.api.edm.provider
 
Mapping() - Constructor for class org.apache.olingo.server.api.edm.provider.Mapping
 
Member - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a member expression node in the expression tree.
metadataDocument(Edm) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
 
MetadataProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling the metadata document.
Method - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a method expression in the expression tree
MethodKind - Enum in org.apache.olingo.server.api.uri.queryoption.expression
Enumeration of supported methods For the semantic of these methods please see the ODATA specification for URL conventions
modifySupportedContentTypes(List<ContentType>, Class<? extends Processor>) - Method in interface org.apache.olingo.server.api.processor.CustomContentTypeSupportProcessor
Returns a list of supported content types.

N

name - Variable in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
name - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
name - Variable in class org.apache.olingo.server.api.edm.provider.OperationImport
 
name - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
navigationProperties - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
NavigationProperty - Class in org.apache.olingo.server.api.edm.provider
 
NavigationProperty() - Constructor for class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
NavigationPropertyBinding - Class in org.apache.olingo.server.api.edm.provider
 
NavigationPropertyBinding() - Constructor for class org.apache.olingo.server.api.edm.provider.NavigationPropertyBinding
 
navigationPropertyBindings - Variable in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
newInstance() - Static method in class org.apache.olingo.server.api.OData
 

O

OData - Class in org.apache.olingo.server.api
Root object for serving factory tasks and support loosely 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
 
ODataApplicationException(String, int, Locale) - Constructor for exception org.apache.olingo.server.api.ODataApplicationException
 
ODataApplicationException(String, int, Locale, String) - Constructor for exception org.apache.olingo.server.api.ODataApplicationException
 
ODataApplicationException(String, int, Locale, Throwable) - Constructor for exception org.apache.olingo.server.api.ODataApplicationException
 
ODataApplicationException(String, int, Locale, Throwable, String) - Constructor for exception org.apache.olingo.server.api.ODataApplicationException
 
ODataHttpHandler - Interface in org.apache.olingo.server.api
Handels http requests as OData requests.
ODataRequest - Class in org.apache.olingo.server.api
Request object carry http information optimized 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 (statusCode, content & response headers)
ODataResponse() - Constructor for class org.apache.olingo.server.api.ODataResponse
 
ODataSerializer - Interface in org.apache.olingo.server.api.serializer
 
ODataSerializerException - Exception in org.apache.olingo.server.api.serializer
 
ODataSerializerException(String, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.serializer.ODataSerializerException
 
ODataSerializerException(String, Throwable, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.serializer.ODataSerializerException
 
ODataSerializerException.MessageKeys - Enum in org.apache.olingo.server.api.serializer
 
ODataServerError - Class in org.apache.olingo.server.api
 
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
 
ODataTranslatedException.ODataErrorMessage - Class in org.apache.olingo.server.api
 
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.edm.provider - package org.apache.olingo.server.api.edm.provider
 
org.apache.olingo.server.api.processor - package org.apache.olingo.server.api.processor
 
org.apache.olingo.server.api.serializer - package org.apache.olingo.server.api.serializer
 
org.apache.olingo.server.api.uri - package org.apache.olingo.server.api.uri
 
org.apache.olingo.server.api.uri.queryoption - package org.apache.olingo.server.api.uri.queryoption
 
org.apache.olingo.server.api.uri.queryoption.expression - package org.apache.olingo.server.api.uri.queryoption.expression
 
org.apache.olingo.server.api.uri.queryoption.search - package org.apache.olingo.server.api.uri.queryoption.search
 

P

Parameter - Class in org.apache.olingo.server.api.edm.provider
 
Parameter() - Constructor for class org.apache.olingo.server.api.edm.provider.Parameter
 
parameters - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
process(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.olingo.server.api.ODataHttpHandler
Process an OData request.
processException(ODataRequest, ODataResponse, ODataServerError, ContentType) - Method in class org.apache.olingo.server.api.processor.DefaultProcessor
 
processException(ODataRequest, ODataResponse, ODataServerError, ContentType) - Method in interface org.apache.olingo.server.api.processor.ExceptionProcessor
 
Processor - Interface in org.apache.olingo.server.api.processor
Base interface for all processor types.
properties - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
Property - Class in org.apache.olingo.server.api.edm.provider
 
Property() - Constructor for class org.apache.olingo.server.api.edm.provider.Property
 
PropertyRef - Class in org.apache.olingo.server.api.edm.provider
 
PropertyRef() - Constructor for class org.apache.olingo.server.api.edm.provider.PropertyRef
 

Q

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

R

readCollection(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.EntityCollectionProcessor
Read entities data from persistency and puts serialized content and status into the response.
readEntity(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.EntityProcessor
Read entity data from persistency and puts serialized 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
Read data from persistency and puts serialized content and 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
Read service document information from persistency and puts serialized content and status into the response.
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
Register additional custom processor implementations for handling OData requests.
returnType - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
ReturnType - Class in org.apache.olingo.server.api.edm.provider
 
ReturnType() - Constructor for class org.apache.olingo.server.api.edm.provider.ReturnType
 

S

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
 
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
serviceDocument(Edm, String) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
 
ServiceDocumentProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling the service document.
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
 
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
 
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
 
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
 
setIncludeInServiceDocument(boolean) - Method in class org.apache.olingo.server.api.edm.provider.EntitySet
 
setIncludeInServiceDocument(boolean) - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
setInnerError(Map<String, String>) - Method in class org.apache.olingo.server.api.ODataServerError
Sets server defined key-value pairs for debug environment only.
setInternalName(String) - Method in class org.apache.olingo.server.api.edm.provider.Mapping
Sets the value for this Mapping.
setIsUnicode(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setKey(List<PropertyRef>) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setLocale(Locale) - Method in class org.apache.olingo.server.api.ODataServerError
 
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
 
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
 
setRawBaseUri(String) - Method in class org.apache.olingo.server.api.ODataRequest
 
setRawODataPath(String) - Method in class org.apache.olingo.server.api.ODataRequest
 
setRawQueryPath(String) - Method in class org.apache.olingo.server.api.ODataRequest
 
setRawRequestUri(String) - Method in class org.apache.olingo.server.api.ODataRequest
 
setRawServiceResolutionUri(String) - Method in class org.apache.olingo.server.api.ODataRequest
 
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
 
setStatusCode(int) - Method in class org.apache.olingo.server.api.ODataServerError
 
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).
setTerm(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
setTerms(List<Term>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EntitySet
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Singleton
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setTypeDefinitions(List<TypeDefinition>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setUnderlyingType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
setUnderlyingType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setUnicode(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setValue(String) - Method in class org.apache.olingo.server.api.edm.provider.EnumMember
 
Singleton - Class in org.apache.olingo.server.api.edm.provider
 
Singleton() - Constructor for class org.apache.olingo.server.api.edm.provider.Singleton
 
SkipOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $skip For example: http://.../entitySet?$skip=10
SkipTokenOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $skiptoken For example: http://.../entitySet?$skiptoken=abv
StructuredType - Class in org.apache.olingo.server.api.edm.provider
 
StructuredType() - Constructor for class org.apache.olingo.server.api.edm.provider.StructuredType
 
SystemQueryOption - Interface in org.apache.olingo.server.api.uri.queryoption
Super interface used for any system query option
SystemQueryOptionKind - Enum in org.apache.olingo.server.api.uri.queryoption
Defining the supported system query options

T

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

U

Unary - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a unary expression node in the expression tree
A binary expression node is inserted in the expression tree for any valid ODATA unary operator in UnaryOperatorKind
UnaryOperatorKind - Enum in org.apache.olingo.server.api.uri.queryoption.expression
Enumeration of supported unary operators
For the semantic of these operators please see the ODATA specification for URL conventions
UriInfo - Interface in org.apache.olingo.server.api.uri
Object acting as general access to URI information extracted from the request URI.
UriInfoAll - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.all to describe URIs like http://.../serviceroot/$all
UriInfoBatch - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.batch to describe URIs like http://.../serviceroot/$batch
UriInfoCrossjoin - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.crossjoin to describe URIs like http://.../serviceroot/$crossjoin(...)
UriInfoEntityId - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.entityId to describe URIs like http://.../serviceroot/$entity...
UriInfoKind - Enum in org.apache.olingo.server.api.uri
Defining the various info kinds
UriInfoMetadata - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.metadata to describe URIs like http://.../serviceroot/$metadata...
UriInfoResource - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.resource to describe URIs like E.g.
UriInfoService - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.service to describe URIs like http://.../serviceroot
UriParameter - Interface in org.apache.olingo.server.api.uri
Represents an function parameter or key predicate when used in the URI.
UriResource - Interface in org.apache.olingo.server.api.uri
Super interface for all objects representing resource parts.
UriResourceAction - Interface in org.apache.olingo.server.api.uri
Used to describe an action used within an resource path For example: http://.../serviceroot/action()
UriResourceComplexProperty - Interface in org.apache.olingo.server.api.uri
Used to describe an complex property used within an resource path E.g.
UriResourceCount - Interface in org.apache.olingo.server.api.uri
Used to describe an $count used within an resource path For example: http://.../serviceroot/entityset(1)/$count
UriResourceEntitySet - Interface in org.apache.olingo.server.api.uri
Used to describe an entity set used within an resource path For example: http://.../serviceroot/entityset(1)
UriResourceFunction - Interface in org.apache.olingo.server.api.uri
Used to describe an function import or bound function used within an resource path For example: http://.../serviceroot/functionImport(P1=1,P2='A')
UriResourceIt - Interface in org.apache.olingo.server.api.uri
Class indicating the $it reference.
UriResourceKind - Enum in org.apache.olingo.server.api.uri
Defining the various resource part types
UriResourceLambdaAll - Interface in org.apache.olingo.server.api.uri
Used to describe an all lambda expression used within an resource path For example: http://.../serviceroot/entityset/all(...)
UriResourceLambdaAny - Interface in org.apache.olingo.server.api.uri
Used to describe an any lambda expression used within an resource path For example: http://.../serviceroot/entityset/any(...)
UriResourceLambdaVariable - Interface in org.apache.olingo.server.api.uri
Used to describe an lambda variable used within an resource path For example: http://.../serviceroot/entityset/listofstring/any(d: 'string' eq d)
UriResourceNavigation - Interface in org.apache.olingo.server.api.uri
Used to describe an navigation property used within an resource path For example: http://.../serviceroot/entityset(1)/navProperty
UriResourcePartTyped - Interface in org.apache.olingo.server.api.uri
Used to describe an typed resource part (super interface)
UriResourcePrimitiveProperty - Interface in org.apache.olingo.server.api.uri
Used to describe an primitive property used within an resource path For example: http://.../serviceroot/entityset(1)/property
UriResourceProperty - Interface in org.apache.olingo.server.api.uri
Used to describe an resource part which is an property (super interface)
UriResourceRef - Interface in org.apache.olingo.server.api.uri
Used to describe an $ref used within an resource path For example: http://.../serviceroot/entityset/$ref
UriResourceRoot - Interface in org.apache.olingo.server.api.uri
Class indicating the $root reference.
UriResourceSingleton - Interface in org.apache.olingo.server.api.uri
Used to describe an entity set used within an resource path For example: http://.../serviceroot/singleton
UriResourceValue - Interface in org.apache.olingo.server.api.uri
Used to describe an $value used within an resource path For example: http://.../serviceroot/entityset(1)/property/$value

V

valueOf(String) - Static method in enum org.apache.olingo.server.api.serializer.ODataSerializerException.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.serializer.ODataSerializerException.MessageKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchBinaryOperatorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchUnaryOperatorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.UriInfoKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.UriResourceKind
Returns an array containing the constants of this enum type, in the order they are declared.
VisitableExpression - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Marks an expression node a visitable by an expression visitor
visitAlias(String) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Alias expression
visitBinaryOperator(BinaryOperatorKind, T, T) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Binary expression
visitEnum(EdmEnumType, List<String>) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Enumeration expression
visitLambdaExpression(String, String, Expression) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed lambda expression
visitLambdaReference(String) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed LambdaRef
visitLiteral(String) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Literal expression
visitMember(UriInfoResource) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Member expression
visitMethodCall(MethodKind, List<T>) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Method expression
visitTypeLiteral(EdmType) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed TypeLiteral expression
visitUnaryOperator(UnaryOperatorKind, T) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Unary expression
A B C D E F G H I L M N O P Q R S T U V 

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