Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractClientPayload - Class in org.apache.olingo.client.api.domain
-
OData entity.
- AbstractClientPayload(String) - Constructor for class org.apache.olingo.client.api.domain.AbstractClientPayload
- AbstractClientValue - Class in org.apache.olingo.client.api.domain
-
Abstract representation of an OData entity property value.
- AbstractClientValue(String) - Constructor for class org.apache.olingo.client.api.domain.AbstractClientValue
- AbstractCollectionInvocationHandler<T extends Serializable,
EC extends Collection<T>> - Class in org.apache.olingo.ext.proxy.commons - AbstractCollectionInvocationHandler(AbstractService<?>, Collection<T>, Class<T>, URIBuilder) - Constructor for class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- AbstractEntityCollection - Class in org.apache.olingo.commons.api.data
- AbstractEntityCollection() - Constructor for class org.apache.olingo.commons.api.data.AbstractEntityCollection
- AbstractEntityCollectionInvocationHandler<T extends EntityType<?>,
EC extends EntityCollection<T, ?, ?>> - Class in org.apache.olingo.ext.proxy.commons - AbstractEntityCollectionInvocationHandler(Class<?>, AbstractService<?>, URIBuilder) - Constructor for class org.apache.olingo.ext.proxy.commons.AbstractEntityCollectionInvocationHandler
- AbstractEntityCollectionInvocationHandler(Class<? extends EntityCollection<T, ?, ?>>, AbstractService<?>, URI, URIBuilder) - Constructor for class org.apache.olingo.ext.proxy.commons.AbstractEntityCollectionInvocationHandler
- AbstractEntityKey - Class in org.apache.olingo.ext.proxy.api
- AbstractEntityKey() - Constructor for class org.apache.olingo.ext.proxy.api.AbstractEntityKey
- AbstractEntitySet<T extends EntityType<?>,
KEY extends Serializable, EC extends Collection<T>> - Interface in org.apache.olingo.ext.proxy.api -
Interface for synchronous CRUD operations on an EntitySet.
- AbstractODataObject - Class in org.apache.olingo.commons.api.data
-
Abstract OData object with basic values (
id
,baseURI
,title
). - AbstractODataObject() - Constructor for class org.apache.olingo.commons.api.data.AbstractODataObject
- AbstractOpenType - Interface in org.apache.olingo.ext.proxy.api
- AbstractPOJOGenMojo - Class in org.apache.olingo.ext.pojogen
- AbstractPOJOGenMojo() - Constructor for class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- AbstractService<C extends EdmEnabledODataClient> - Class in org.apache.olingo.ext.proxy
-
Entry point for proxy mode, gives access to entity container instances.
- AbstractService(String, String, ODataServiceVersion, String, boolean) - Constructor for class org.apache.olingo.ext.proxy.AbstractService
- AbstractSingleton<T extends EntityType<?>,
KEY extends Serializable, EC extends EntityCollection<T, ?, ?>> - Interface in org.apache.olingo.ext.proxy.api - AbstractStructuredInvocationHandler - Class in org.apache.olingo.ext.proxy.commons
- AbstractStructuredInvocationHandler(Class<?>, Object, AbstractService<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- AbstractStructuredInvocationHandler(Class<?>, Object, EntityInvocationHandler) - Constructor for class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- AbstractStructuredInvocationHandler(Class<?>, AbstractService<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- AbstractTerm - Interface in org.apache.olingo.ext.proxy.api
- AbstractUtility - Class in org.apache.olingo.ext.pojogen
- AbstractUtility(Edm, EdmSchema, String) - Constructor for class org.apache.olingo.ext.pojogen.AbstractUtility
- 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. - ACCEPT - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">HTTP/1.1 documentation}.
- ACCEPT_CHARSET - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.2">HTTP/1.1 documentation}.
- ACCEPT_ENCODING - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3">HTTP/1.1 documentation}.
- ACCEPT_LANGUAGE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4">HTTP/1.1 documentation}.
- AcceptCharset - Class in org.apache.olingo.commons.api.format
- ACCEPTED - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- AcceptType - Class in org.apache.olingo.commons.api.format
-
Internally used
AcceptType
for OData library. - action - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceAction
URI: http://... - Action - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- Action - Enum constant in enum org.apache.olingo.server.api.serializer.Kind
-
Action
- ACTION - Enum constant in enum org.apache.olingo.commons.api.data.Operation.Type
- ACTION - Enum constant in enum org.apache.olingo.commons.api.edm.constants.EdmTypeKind
-
Action type
- ACTION - Enum constant in enum org.apache.olingo.ext.proxy.api.OperationType
-
Actions MAY have observable side effects and MAY return a single instance or a collection of instances of any type.
- ACTION_PARAMETERS - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
parameters of an action
- ActionComplexCollectionProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling an action request with a return type of ComplexCollection.
- ActionComplexProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling an action request with a return type of Complex.
- ActionEntityCollectionProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling an action request with a return type of Entity Collection.
- ActionEntityProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling an action request with a return type of Entity.
- ActionImport - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- ActionImport - Enum constant in enum org.apache.olingo.server.api.serializer.Kind
-
Action Import
- actionParameters(InputStream, EdmAction) - Method in interface org.apache.olingo.server.api.deserializer.ODataDeserializer
-
Deserializes an action-parameters stream into a map of key/value pairs.
- ActionPrimitiveCollectionProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling an action request with a return type of Primitive Collection.
- ActionPrimitiveProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling an action request with a return type of Primitive.
- ActionVoidProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling an action request with no return type.
- add(ClientEntity, ClientProperty) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
-
Adds the given property to the given entity.
- add(ClientProperty) - Method in interface org.apache.olingo.client.api.domain.ClientComplexValue
-
Adds field to the complex type.
- add(ClientValue) - Method in interface org.apache.olingo.client.api.domain.ClientCollectionValue
-
Adds a value to the collection.
- add(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- add(T) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
- add(T) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- ADD - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
Addition operator
- addAdditionalProperty(String, Object) - Method in interface org.apache.olingo.ext.proxy.api.AbstractOpenType
- addAdditionalProperty(String, Object) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- addAll(Collection<? extends T>) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- addAnnotation(Class<? extends AbstractTerm>, Object) - Method in interface org.apache.olingo.ext.proxy.api.Annotatable
- addAnnotation(Class<? extends AbstractTerm>, Object) - Method in class org.apache.olingo.ext.proxy.commons.AnnotatableInvocationHandler
- addAnnotation(Class<? extends AbstractTerm>, Object) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- addAnnotations(EdmEnabledODataClient, Map<Class<? extends AbstractTerm>, Object>, ClientAnnotatable) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- addChange(ODataBatchableRequest, EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.commons.PersistenceChanges
- addChangeset() - Method in interface org.apache.olingo.client.api.communication.request.AsyncBatchRequestWrapper
-
Gets a changeset batch item instance.
- addChangeset() - Method in interface org.apache.olingo.client.api.communication.request.batch.BatchManager
-
Gets a changeset batch item instance.
- addCustomHeader(String, String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Adds a custom OData request header.
- addCustomQueryOption(String, String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds/Replaces the specified custom query option to the URI.
- addDynamicProperty(String) - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression
-
Adds the dynamic property for aggregation expression.
- addFurtherDeletes(URI) - Method in class org.apache.olingo.ext.proxy.context.EntityContext
- addHeader(String, String) - Method in class org.apache.olingo.server.api.ODataRequest
-
Adds a header to the request.
- addHeader(String, String) - Method in class org.apache.olingo.server.api.ODataResponse
-
Adds a header to the response.
- addHeader(String, List<String>) - Method in class org.apache.olingo.server.api.ODataRequest
-
Adds a header to the request.
- addHeader(String, List<String>) - Method in class org.apache.olingo.server.api.ODataResponse
-
Adds a header to the response.
- addInclude(EdmxReferenceInclude) - Method in class org.apache.olingo.commons.api.edmx.EdmxReference
-
Add include element to current list.
- addIncludeAnnotation(EdmxReferenceIncludeAnnotation) - Method in class org.apache.olingo.commons.api.edmx.EdmxReference
-
Add include annotation element to current list.
- addLink(ClientLink) - Method in interface org.apache.olingo.client.api.domain.ClientLinked
-
Puts the given link into one of available lists, based on its type.
- addLinkChanges(NavigationProperty, Object) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- addOutsideUpdate(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.AsyncBatchRequestWrapper
-
Adds an outside change batch item instance.
- addParameterAlias(String, String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds the specified (custom) parameter alias to the URI.
- addProperties(EdmEnabledODataClient, Map<String, Object>, ClientComplexValue) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- addProperties(EdmEnabledODataClient, Map<String, Object>, ClientEntity) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- addProperty(Property) - Method in class org.apache.olingo.commons.api.data.Entity
-
Add property to this Entity.
- addPropertyChanges(String, Object) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- addQueryOption(String, String, boolean) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds/Replaces the specified (custom) query option to the URI.
- addQueryOption(QueryOption, String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds the specified query option to the URI.
- addRef(ET) - Method in interface org.apache.olingo.ext.proxy.api.EntityCollection
-
Add entity by its reference ID.
- addRef(ET) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- addRequest(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.batch.BatchManager
-
Adds a retrieve batch item instance.
- addRequest(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataChangeset
-
Serialize and send the given request.
- addResponse(String, ODataResponse) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem
-
Adds the given OData response template to the current OData batch response item.
- addRetrieve(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.AsyncBatchRequestWrapper
-
Adds a retrieve batch item instance.
- Aggregate - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents the aggregate transformation.
- AGGREGATE - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
- AggregateExpression - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents an aggregate expression.
- AggregateExpression.StandardMethod - Enum in org.apache.olingo.server.api.uri.queryoption.apply
-
Standard aggregation method.
- alias() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Namespace
- 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. - AliasQueryOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents an alias value defined as query option For example: http://.../?
- all - Enum constant in enum org.apache.olingo.server.api.uri.UriInfoKind
-
Class:
UriInfoAll
URI: http://... - all(FilterArg, String, URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- all(FilterArg, URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- ALL - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- allEntityTypes - Variable in class org.apache.olingo.ext.pojogen.AbstractUtility
- ALLOW - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.7">HTTP/1.1 documentation}.
- ALLOW_ENTITY_REFERENCES - Enum constant in enum org.apache.olingo.commons.api.format.PreferenceName
- allowEntityReferences() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
-
The odata.allow-entityreferences preference indicates that the service is allowed to return entity references in place of entities that have previously been returned, with at least the properties requested, in the same response (for example, when serializing the expanded results of many-to-many relationships).
- allowEntityReferences() - Method in class org.apache.olingo.server.api.prefer.PreferencesApplied.Builder
-
Sets
odata.allow-entityreferences
. - and(URIFilter, URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- and(URISearch, URISearch) - Method in interface org.apache.olingo.client.api.uri.SearchFactory
- And - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- And - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType
-
Type Edm.And must have two operands which must evaluate to a boolean value
- And - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- AND - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
And operator
- AND - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.search.SearchBinaryOperatorKind
- Annotatable - Class in org.apache.olingo.commons.api.data
-
An element with instance annotations.
- Annotatable - Interface in org.apache.olingo.ext.proxy.api
- Annotatable() - Constructor for class org.apache.olingo.commons.api.data.Annotatable
- AnnotatableInvocationHandler - Class in org.apache.olingo.ext.proxy.commons
- AnnotatableInvocationHandler(AbstractService<?>, String, String, EntityInvocationHandler, AbstractStructuredInvocationHandler) - Constructor for class org.apache.olingo.ext.proxy.commons.AnnotatableInvocationHandler
- AnnotatationsInvocationHandler - Class in org.apache.olingo.ext.proxy.commons
- Annotation - Class in org.apache.olingo.commons.api.data
-
Represents an instance annotation.
- Annotation - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- Annotation() - Constructor for class org.apache.olingo.commons.api.data.Annotation
- ANNOTATION - Static variable in interface org.apache.olingo.commons.api.Constants
- AnnotationPath - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- annotations - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
The Annotations.
- annotations - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlOperationImport
-
The Annotations.
- annotations - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
The Annotations.
- annotations - Variable in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- AnnotationsForNavigationProperty - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
- AnnotationsForProperty - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
- any(FilterArg, String, URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- any(FilterArg, URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- appendActionCallSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends action segment to the URI.
- appendAllSegment() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends all segment to the URI.
- appendBatchSegment() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends batch segment to the URI.
- appendCountSegment() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends count segment to the URI.
- appendCrossjoinSegment(String...) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends cross join segment to the URI.
- appendDerivedEntityTypeSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends derived entity type segment to the URI.
- appendEntityIdSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends entity-id segment to the URI.
- appendEntitySetSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends EntitySet segment to the URI.
- appendKeySegment(Object) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends key segment to the URI.
- appendKeySegment(Map<String, Object>) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends key segment to the URI, for multiple keys.
- appendKeySegment(Map<String, Pair<EdmEnumType, String>>, Map<String, Object>) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends key segment to the URI, for multiple keys.
- appendKeySegment(EdmEnumType, String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends enum key segment to the URI.
- appendMetadataSegment() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends metadata segment to the URI.
- appendNavigationSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends navigation segment to the URI.
- appendOperationCallSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends operation (action or function) segment to the URI.
- appendPropertySegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends property segment to the URI.
- appendRefSegment() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends ref segment to the URI.
- appendSingletonSegment(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends Singleton segment to the URI.
- appendValueSegment() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends value segment to the URI.
- APPLICATION_ATOM_SVC - Static variable in class org.apache.olingo.commons.api.format.ContentType
- APPLICATION_ATOM_XML - Static variable in class org.apache.olingo.commons.api.format.ContentType
- APPLICATION_ATOM_XML_ENTRY - Static variable in class org.apache.olingo.commons.api.format.ContentType
- APPLICATION_ATOM_XML_ENTRY_UTF8 - Static variable in class org.apache.olingo.commons.api.format.ContentType
- APPLICATION_ATOM_XML_FEED - Static variable in class org.apache.olingo.commons.api.format.ContentType
- APPLICATION_ATOM_XML_FEED_UTF8 - Static variable in class org.apache.olingo.commons.api.format.ContentType
- APPLICATION_FORM_URLENCODED - Static variable in class org.apache.olingo.commons.api.format.ContentType
- APPLICATION_HTTP - Static variable in class org.apache.olingo.commons.api.format.ContentType
- APPLICATION_JSON - Static variable in class org.apache.olingo.commons.api.format.ContentType
- APPLICATION_OCTET_STREAM - Static variable in class org.apache.olingo.commons.api.format.ContentType
- APPLICATION_SVG_XML - Static variable in class org.apache.olingo.commons.api.format.ContentType
- APPLICATION_XHTML_XML - Static variable in class org.apache.olingo.commons.api.format.ContentType
- APPLICATION_XML - Static variable in class org.apache.olingo.commons.api.format.ContentType
- Apply - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Apply - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- APPLY - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- applyChanges() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- applyChanges(Object) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- applyChangesOnChildren() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- ApplyItem - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents a single transformation from the system query option $apply.
- ApplyItem.Kind - Enum in org.apache.olingo.server.api.uri.queryoption
-
The kind of the transformation.
- ApplyOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents the system query option $apply, defined in the data aggregation extension.
- asAnd() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmAnd
expression - asAnnotationPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmAnnotationPath
expression - asAnnotationPath() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlAnnotationPath
expression - asApply() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmApply
expression - asApply() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlApply
expression - ASC - Enum constant in enum org.apache.olingo.ext.proxy.api.Sort.Direction
- asCast() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmCast
expression - asCast() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlCast
expression - asCollection() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
-
Casts to collection value.
- asCollection() - Method in interface org.apache.olingo.client.api.domain.ClientValue
-
Casts to collection value.
- asCollection() - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
-
Define the result as a collection.
- asCollection() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Get the value as collection or null if it is not a collection ValueType
- asCollection() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmCollection
expression - asCollection() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
Collection
expression - asComplex() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
-
Casts to complex value.
- asComplex() - Method in interface org.apache.olingo.client.api.domain.ClientValue
-
Casts to complex value.
- asComplex() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Get the value in its complex representation or null if it is not based on a complex ValueType
- asConstant() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmExpression
-
Casts the expression to
EdmConstantExpression
- asConstant() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlExpression
-
Casts the expression to
CsdlConstantExpression
. - asDynamic() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmExpression
-
Cast the expression to
EdmDynamicExpression
- asDynamic() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlExpression
-
Cast the expression to
CsdlDynamicExpression
. - asEntity() - Method in class org.apache.olingo.commons.api.data.Parameter
-
Gets the value in its entity representation or null if it is not based on an entity value type.
- asEnum() - Method in interface org.apache.olingo.client.api.domain.ClientValue
-
Casts to enum value.
- asEnum() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Get the value in its enum representation or null if it is not based on a enum ValueType
- asEnumMembers() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmConstantExpression
-
A list of enum members or empty list if this expression is of type primitive or geospatial.
- asEq() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmEq
expression - asGe() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmGe
expression - asGeospatial() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Get the value in its geospatial representation or null if it is not based on a geospatial ValueType
- asGeospatial() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmConstantExpression
-
Return the geospatial object or null if this expression is of type primitive or enum.
- asGt() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmGt
expression - asIf() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmIf
expression - asIf() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlIf
expression - asInlineEntity() - Method in class org.apache.olingo.client.api.domain.ClientLink
- asInlineEntitySet() - Method in class org.apache.olingo.client.api.domain.ClientLink
- asIsOf() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmIsOf
expression - asIsOf() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlIsOf
expression - asJavaCollection() - Method in interface org.apache.olingo.client.api.domain.ClientCollectionValue
-
Converts this instance as POJO collection.
- asJavaMap() - Method in interface org.apache.olingo.client.api.domain.ClientComplexValue
-
Converts this instance as POJO collection.
- asLabeledElement() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmLabeledElement
expression - asLabeledElement() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlLabeledElement
expression - asLabeledElementReference() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmLabeledElementReference
expression - asLabeledElementReference() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlLabeledElementReference
expression - asLe() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmLe
expression - asLogicalOrComparison() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlLogicalOrComparisonExpression
expression - asLt() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmLt
expression - asNavigationPropertyPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmNavigationPropertyPath
expression - asNavigationPropertyPath() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlNavigationPropertyPath
expression - asNe() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmNe
expression - asNot() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmNot
expression - asNull() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmNull
expression - asNull() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlNull
expression - asOr() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmOr
expression - asPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmPath
expression - asPath() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlPath
expression - asPrimitive() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
-
Casts to primitive value.
- asPrimitive() - Method in interface org.apache.olingo.client.api.domain.ClientValue
-
Casts to primitive value.
- asPrimitive() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Get the value in its primitive representation or null if it is not based on a primitive ValueType
- asPrimitive() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmConstantExpression
-
The value object of this expression or null if it is of type enum or geospatial.
- asPropertyPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmPropertyPath
expression - asPropertyPath() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlPropertyPath
expression - asPropertyValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmPropertyValue
expression - asRecord() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmRecord
expression - asRecord() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlRecord
expression - asSearchBinary() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchExpression
- asSearchTerm() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchExpression
- asSearchUnary() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchExpression
- ASSOCIATION - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
-
Association link.
- ASSOCIATION_LINK_TYPE - Static variable in interface org.apache.olingo.commons.api.Constants
- asUriInfoAll() - Method in interface org.apache.olingo.server.api.uri.UriInfo
-
Convenience casting method.
- asUriInfoBatch() - Method in interface org.apache.olingo.server.api.uri.UriInfo
-
Convenience casting method.
- asUriInfoCrossjoin() - Method in interface org.apache.olingo.server.api.uri.UriInfo
-
Convenience casting method.
- asUriInfoEntityId() - Method in interface org.apache.olingo.server.api.uri.UriInfo
-
Convenience casting method.
- asUriInfoMetadata() - Method in interface org.apache.olingo.server.api.uri.UriInfo
-
Convenience casting method.
- asUriInfoResource() - Method in interface org.apache.olingo.server.api.uri.UriInfo
-
Convenience casting method.
- asUriInfoService() - Method in interface org.apache.olingo.server.api.uri.UriInfo
-
Convenience casting method.
- asUrlRef() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Casts the expression to a
EdmUrlRef
expression - asUrlRef() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Casts the expression to a
CsdlUrlRef
expression - AsyncBatchRequestWrapper - Interface in org.apache.olingo.client.api.communication.request
- asyncDelete() - Method in interface org.apache.olingo.client.api.communication.response.AsyncResponseWrapper
-
A client can request that the DELETE should be executed asynchronously.
- asyncExecute() - Method in interface org.apache.olingo.client.api.communication.request.ODataBasicRequest
-
Async request execute.
- AsyncRequestFactory - Interface in org.apache.olingo.client.api.communication.request
- AsyncRequestWrapper<R extends ODataResponse> - Interface in org.apache.olingo.client.api.communication.request
- asyncResponse(ODataResponse) - Method in interface org.apache.olingo.server.api.serializer.FixedFormatSerializer
-
Serializes a ODataResponse into an async response.
- AsyncResponse - Interface in org.apache.olingo.client.api.communication.response
- AsyncResponseWrapper<R extends ODataResponse> - Interface in org.apache.olingo.client.api.communication.response
- AT - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ATTR_ETAG - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ATTR_ID - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ATTR_METADATAETAG - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ATTR_SCHEME - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ATTR_SRC - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ATTR_TERM - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_ACTION - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_CATEGORY - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_CONTENT - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_COUNT - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_DELETED_ENTRY - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_ENTRY - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_ENTRY_REF - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_FEED - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_FUNCTION - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_ID - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_INLINE - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_SUMMARY - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_TITLE - Static variable in interface org.apache.olingo.commons.api.Constants
- ATOM_ELEM_UPDATED - Static variable in interface org.apache.olingo.commons.api.Constants
- attach() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- attach(EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.context.EntityContext
-
Attaches an existing entity with status ATTACHED.
- attach(EntityInvocationHandler, AttachedEntityStatus) - Method in class org.apache.olingo.ext.proxy.context.EntityContext
-
Attaches an entity with specified status.
- attach(EntityInvocationHandler, AttachedEntityStatus, boolean) - Method in class org.apache.olingo.ext.proxy.context.EntityContext
-
Attaches an entity with specified status.
- attach(AttachedEntityStatus) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- attach(AttachedEntityStatus, boolean) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- ATTACHED - Enum constant in enum org.apache.olingo.ext.proxy.context.AttachedEntityStatus
-
Explicitely attached.
- AttachedEntity - Class in org.apache.olingo.ext.proxy.context
- AttachedEntity(EntityInvocationHandler, AttachedEntityStatus) - Constructor for class org.apache.olingo.ext.proxy.context.AttachedEntity
- AttachedEntityStatus - Enum in org.apache.olingo.ext.proxy.context
- attachNew(EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.context.EntityContext
-
Attaches an entity with status NEW.
- ATTR_HREF - Static variable in interface org.apache.olingo.commons.api.Constants
- ATTR_METADATA - Static variable in interface org.apache.olingo.commons.api.Constants
- ATTR_NAME - Static variable in interface org.apache.olingo.commons.api.Constants
- ATTR_NULL - Static variable in interface org.apache.olingo.commons.api.Constants
- ATTR_REF - Static variable in interface org.apache.olingo.commons.api.Constants
- ATTR_REL - Static variable in interface org.apache.olingo.commons.api.Constants
- ATTR_RELATIONSHIP - Static variable in interface org.apache.olingo.commons.api.Constants
- ATTR_SOURCE - Static variable in interface org.apache.olingo.commons.api.Constants
- ATTR_SRSNAME - Static variable in interface org.apache.olingo.commons.api.Constants
- ATTR_TARGET - Static variable in interface org.apache.olingo.commons.api.Constants
- ATTR_TITLE - Static variable in interface org.apache.olingo.commons.api.Constants
- ATTR_TYPE - Static variable in interface org.apache.olingo.commons.api.Constants
- ATTR_XML_BASE - Static variable in interface org.apache.olingo.commons.api.Constants
- AUTHORIZATION - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.8">HTTP/1.1 documentation}.
- AVERAGE - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression.StandardMethod
B
- BAD_GATEWAY - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- BAD_REQUEST - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- basePackage - Variable in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
-
Base package.
- basePackage - Variable in class org.apache.olingo.ext.pojogen.AbstractUtility
- baseTerm() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Term
- baseType - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
The Base type.
- baseType() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.ComplexType
- baseType() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.EntityType
- baseURI - Variable in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- baseURI - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- batch - Enum constant in enum org.apache.olingo.server.api.uri.UriInfoKind
-
Class:
UriInfoBatch
URI: http://... - batch(ODataBatchRequest) - Method in interface org.apache.olingo.client.api.communication.request.ODataBatchableRequest
-
Writes (and consume) the request onto the given batch stream.
- batch(ODataBatchRequest, String) - Method in interface org.apache.olingo.client.api.communication.request.ODataBatchableRequest
-
Writes (and consume) the request onto the given batch stream.
- BATCH - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- BATCH - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
batch request or response
- BatchDeserializerException - Exception in org.apache.olingo.server.api.deserializer.batch
- BatchDeserializerException(String, Throwable, ODataLibraryException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException
-
Creates batch deserializer exception.
- BatchDeserializerException(String, ODataLibraryException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException
-
Creates batch deserializer exception.
- BatchDeserializerException.MessageKeys - Enum in org.apache.olingo.server.api.deserializer.batch
- BatchFacade - Interface in org.apache.olingo.server.api.batch
-
Provides methods to process
ODataRequest
s andBatchRequestPart
s in the context of a batch request. - BatchManager - Interface in org.apache.olingo.client.api.communication.request.batch
-
Batch request payload management.
- BatchOptions - Class in org.apache.olingo.server.api.deserializer.batch
-
Options for the batch deserializer.
- BatchOptions.Builder - Class in org.apache.olingo.server.api.deserializer.batch
-
BatchOptions builder
- BatchProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling a single instance of an Entity Type.
- BatchRequestFactory - Interface in org.apache.olingo.client.api.communication.request.batch
- BatchRequestPart - Class in org.apache.olingo.server.api.deserializer.batch
-
Represents a distinct MIME part of a Batch Request body - either a Change Set or a Query Operation
- BatchRequestPart(boolean, List<ODataRequest>) - Constructor for class org.apache.olingo.server.api.deserializer.batch.BatchRequestPart
-
Creates a new instance of BachRequestPart.
- BatchRequestPart(boolean, ODataRequest) - Constructor for class org.apache.olingo.server.api.deserializer.batch.BatchRequestPart
-
Creates a new instance of BachRequestPart.
- batchResponse(List<ODataResponsePart>, String) - Method in interface org.apache.olingo.server.api.serializer.FixedFormatSerializer
-
Serializes a batch response.
- BatchSerializerException - Exception in org.apache.olingo.server.api.serializer
-
Thrown for invalid batch payloads.
- BatchSerializerException(String, ODataLibraryException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.serializer.BatchSerializerException
- BatchSerializerException.MessageKeys - Enum in org.apache.olingo.server.api.serializer
- binary(byte[]) - Method in interface org.apache.olingo.server.api.serializer.FixedFormatSerializer
-
Writes binary output into an InputStream.
- binary(InputStream) - Method in interface org.apache.olingo.server.api.deserializer.FixedFormatDeserializer
-
Reads binary data from an InputStream.
- Binary - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Binary - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- Binary - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Type Edm.binary
- 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 inBinaryOperatorKind
. - BINARY - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
binary-type instance
- 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 - Bool - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Bool - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Type Edm.Bool
- Boolean - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- BOTTOM_COUNT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.apply.BottomTop.Method
- BOTTOM_PERCENT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.apply.BottomTop.Method
- BOTTOM_SUM - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.apply.BottomTop.Method
- BOTTOM_TOP - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
- BottomTop - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents a transformation with one of the pre-defined methods
bottomcount
,bottompercent
,bottomsum
,topcount
,toppercent
,topsum
. - BottomTop.Method - Enum in org.apache.olingo.server.api.uri.queryoption.apply
-
Pre-defined method for partial aggregration.
- BOUND_ACTION - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- BOUND_OPERATION - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- BOUNDARY - Static variable in interface org.apache.olingo.client.api.ODataBatchConstants
-
Boundary key.
- build() - Method in class org.apache.olingo.client.api.domain.ClientLink.Builder
- build() - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- build() - Method in interface org.apache.olingo.client.api.uri.FilterArg
- build() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Build OData URI.
- build() - Method in interface org.apache.olingo.client.api.uri.URIFilter
- build() - Method in interface org.apache.olingo.client.api.uri.URISearch
- build() - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
-
Create the ContextURL instance based on set values.
- build() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions.Builder
-
Creates a new BatchOptions instance.
- build() - Method in class org.apache.olingo.server.api.prefer.PreferencesApplied.Builder
-
Builds the applied preferences.
- build() - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions.Builder
-
Builds the OData serializer options.
- build() - Method in class org.apache.olingo.server.api.serializer.EdmAssistedSerializerOptions.Builder
-
Builds the OData serializer options.
- build() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
-
Builds the OData serializer options.
- build() - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions.Builder
-
Builds the OData serializer options.
- build() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
-
Builds the OData serializer options.
- build() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
-
Builds the OData serializer options.
- build() - Method in class org.apache.olingo.server.api.serializer.ReferenceCollectionSerializerOptions.Builder
-
Builds the OData serializer options.
- build() - Method in class org.apache.olingo.server.api.serializer.ReferenceSerializerOptions.Builder
-
Builds the OData serializer options.
- buildBinary(byte[]) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- buildBoolean(Boolean) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- buildCanonicalURL(EdmEntitySet, Entity) - Method in interface org.apache.olingo.server.api.uri.UriHelper
-
Builds the relative canonical URL for the given entity in the given entity set.
- buildContextURLKeyPredicate(List<UriParameter>) - Method in interface org.apache.olingo.server.api.uri.UriHelper
-
Builds the key-predicate part of a
ContextURL
. - buildContextURLSelectList(EdmStructuredType, ExpandOption, SelectOption) - Method in interface org.apache.olingo.server.api.uri.UriHelper
-
Builds the select-list part of a
ContextURL
. - buildDecimal(BigDecimal) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- buildDouble(Double) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- buildDuration(BigDecimal) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- buildEditLink(EdmEnabledODataClient, String, Object) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- buildEntitySetURI(Class<?>, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- buildEntitySetURI(String, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- Builder() - Constructor for class org.apache.olingo.client.api.domain.ClientLink.Builder
- Builder() - Constructor for class org.apache.olingo.commons.api.data.ContextURL.Builder
- Builder() - Constructor for class org.apache.olingo.server.api.deserializer.batch.BatchOptions.Builder
-
Initializes the options builder.
- Builder() - Constructor for class org.apache.olingo.server.api.serializer.ReferenceCollectionSerializerOptions.Builder
- Builder() - Constructor for class org.apache.olingo.server.api.serializer.ReferenceSerializerOptions.Builder
- buildGuid(UUID) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- buildInt16(Short) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- buildInt32(Integer) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- buildInt64(Long) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- buildKeyPredicate(EdmEntityType, Entity) - Method in interface org.apache.olingo.server.api.uri.UriHelper
-
Builds the key predicate for the given entity.
- buildSingle(Float) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- buildString(String) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- Byte - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
C
- CACHE_CONTROL - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">HTTP/1.1 documentation}.
- cached - Variable in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
- cacheLink(NavigationProperty, Object) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- callback() - Method in class org.apache.olingo.server.api.prefer.PreferencesApplied.Builder
-
Sets
odata.callback
. - callback(String) - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
-
For scenarios in which links returned by the service are used by the client to poll for additional information, the client can specify the odata.callback preference to request that the service notify the client when data is available.
- callback(URI) - Method in interface org.apache.olingo.client.api.communication.request.AsyncRequestWrapper
-
The odata.callback preference MUST include the parameter url whose value is the URL of a callback endpoint to be invoked by the OData service when data is available.
- CALLBACK - Enum constant in enum org.apache.olingo.commons.api.format.PreferenceName
- CANONICAL_FUNCTION_CONCAT - Static variable in interface org.apache.olingo.commons.api.Constants
- CANONICAL_FUNCTION_FILLURITEMPLATE - Static variable in interface org.apache.olingo.commons.api.Constants
- CANONICAL_FUNCTION_URIENCODE - Static variable in interface org.apache.olingo.commons.api.Constants
- capitalize(String) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- Cascade - Enum constant in enum org.apache.olingo.commons.api.edm.constants.EdmOnDelete
-
Cascade, meaning the related entities will be deleted if the source entity is deleted
- Cascade - Enum constant in enum org.apache.olingo.commons.api.edm.provider.CsdlOnDeleteAction
-
The Cascade.
- cast(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- cast(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- Cast - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Cast - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- CAST - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- ceiling(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- CEILING - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- changed - Enum constant in enum org.apache.olingo.client.api.domain.ClientDeletedEntity.Reason
- changed - Enum constant in enum org.apache.olingo.commons.api.data.DeletedEntity.Reason
-
The data of the entity has changed and is not any longer part of the response.
- CHANGED - Enum constant in enum org.apache.olingo.ext.proxy.context.AttachedEntityStatus
-
Modified object.
- CHANGESET_CONTENT_ID_NAME - Static variable in interface org.apache.olingo.client.api.ODataBatchConstants
-
Content id header name.
- checkChangePreconditions(String, Collection<String>, Collection<String>) - Method in interface org.apache.olingo.server.api.etag.ETagHelper
-
Checks the preconditions of a change request (with HTTP methods PUT, PATCH, or DELETE) with a given ETag value against the If-Match and If-None-Match HTTP headers.
- checkReadPreconditions(String, Collection<String>, Collection<String>) - Method in interface org.apache.olingo.server.api.etag.ETagHelper
-
Checks the preconditions of a read request with a given ETag value against the If-Match and If-None-Match HTTP headers.
- ClassUtils - Class in org.apache.olingo.ext.proxy.utils
- clear() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- clearQueryOptions() - Method in interface org.apache.olingo.ext.proxy.api.CommonQuery
-
Remove all query options.
- clearQueryOptions() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- clearQueryOptions() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- clearQueryOptions() - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- ClientAnnotatable - Interface in org.apache.olingo.client.api.domain
- ClientAnnotation - Interface in org.apache.olingo.client.api.domain
- ClientBuilder(String) - Constructor for class org.apache.olingo.client.api.ODataClientBuilder.ClientBuilder
-
Create the builder for an EdmEnabledODataClient.
- ClientCollectionValue<T extends ClientValue> - Interface in org.apache.olingo.client.api.domain
-
OData collection property value.
- ClientComplexValue - Interface in org.apache.olingo.client.api.domain
-
OData complex property value.
- ClientDeletedEntity - Interface in org.apache.olingo.client.api.domain
- ClientDeletedEntity.Reason - Enum in org.apache.olingo.client.api.domain
- ClientDelta - Interface in org.apache.olingo.client.api.domain
- ClientDeltaLink - Interface in org.apache.olingo.client.api.domain
- ClientEntity - Interface in org.apache.olingo.client.api.domain
-
OData entity.
- ClientEntitySet - Interface in org.apache.olingo.client.api.domain
-
OData entity collection.
- ClientEntitySetIterator<T extends ClientEntitySet,
E extends ClientEntity> - Class in org.apache.olingo.client.api.domain -
OData entity set iterator class.
- ClientEntitySetIterator(ODataClient, InputStream, ContentType) - Constructor for class org.apache.olingo.client.api.domain.ClientEntitySetIterator
-
Constructor.
- ClientEnumValue - Interface in org.apache.olingo.client.api.domain
- ClientInlineEntity - Class in org.apache.olingo.client.api.domain
-
OData in-line entity.
- ClientInlineEntity(URI, String, ClientLinkType, String, ClientEntity) - Constructor for class org.apache.olingo.client.api.domain.ClientInlineEntity
-
Constructor.
- ClientInlineEntity(URI, ClientLinkType, String, ClientEntity) - Constructor for class org.apache.olingo.client.api.domain.ClientInlineEntity
-
Constructor.
- ClientInlineEntitySet - Class in org.apache.olingo.client.api.domain
-
OData in-line entity set.
- ClientInlineEntitySet(URI, String, ClientLinkType, String, ClientEntitySet) - Constructor for class org.apache.olingo.client.api.domain.ClientInlineEntitySet
-
Constructor.
- ClientInlineEntitySet(URI, ClientLinkType, String, ClientEntitySet) - Constructor for class org.apache.olingo.client.api.domain.ClientInlineEntitySet
-
Constructor.
- ClientInvokeResult - Interface in org.apache.olingo.client.api.domain
-
Marker interface for any OData domain object that can be returned by an operation invocation.
- ClientItem - Class in org.apache.olingo.client.api.domain
-
Abstract representation of OData entities and links.
- ClientItem(String) - Constructor for class org.apache.olingo.client.api.domain.ClientItem
-
Constructor.
- ClientLink - Class in org.apache.olingo.client.api.domain
-
OData link.
- ClientLink(URI, String, ClientLinkType, String) - Constructor for class org.apache.olingo.client.api.domain.ClientLink
-
Constructor.
- ClientLink(URI, ClientLinkType, String) - Constructor for class org.apache.olingo.client.api.domain.ClientLink
-
Constructor.
- ClientLink(URI, ClientLinkType, String, String) - Constructor for class org.apache.olingo.client.api.domain.ClientLink
- ClientLink.Builder - Class in org.apache.olingo.client.api.domain
- ClientLinked - Interface in org.apache.olingo.client.api.domain
- ClientLinkType - Enum in org.apache.olingo.client.api.domain
-
OData link types.
- ClientNoContent - Class in org.apache.olingo.client.api.communication.request.invoke
-
Marker class for invoke with no return type.
- ClientNoContent() - Constructor for class org.apache.olingo.client.api.communication.request.invoke.ClientNoContent
- ClientObjectFactory - Interface in org.apache.olingo.client.api.domain
-
Entry point for generating OData domain objects.
- ClientODataDeserializer - Interface in org.apache.olingo.client.api.serialization
- ClientOperation - Class in org.apache.olingo.client.api.domain
- ClientOperation() - Constructor for class org.apache.olingo.client.api.domain.ClientOperation
- ClientPrimitiveValue - Interface in org.apache.olingo.client.api.domain
- ClientPrimitiveValue.Builder - Interface in org.apache.olingo.client.api.domain
- ClientProperty - Interface in org.apache.olingo.client.api.domain
-
OData entity property.
- ClientServiceDocument - Class in org.apache.olingo.client.api.domain
- ClientServiceDocument() - Constructor for class org.apache.olingo.client.api.domain.ClientServiceDocument
- ClientSingleton - Interface in org.apache.olingo.client.api.domain
- ClientValuable - Interface in org.apache.olingo.client.api.domain
- ClientValue - Interface in org.apache.olingo.client.api.domain
-
Abstract representation of an OData entity property value.
- close() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequestItem
-
Closes the item.
- close() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem
-
Closes the current batch responses item including all wrapped OData responses.
- close() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
-
Close the underlying message entity input stream (if available and open) as well as releases any other resources associated with the response.
- close() - Method in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
-
Closes the current iterator.
- close() - Method in interface org.apache.olingo.ext.proxy.api.EdmStreamValue
- close() - Method in class org.apache.olingo.ext.proxy.commons.EdmStreamValueHandler
- close(HttpClient) - Method in interface org.apache.olingo.client.api.http.HttpClientFactory
- collation() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Property
- Collection - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- COLLECTION - Enum constant in enum org.apache.olingo.commons.api.data.PropertyType
-
Collection.
- COLLECTION_COMPLEX - Enum constant in enum org.apache.olingo.commons.api.data.ValueType
-
Collection of complex values
- COLLECTION_COMPLEX - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
collection of complex-type instances
- COLLECTION_ENTITY - Enum constant in enum org.apache.olingo.commons.api.data.ValueType
-
Collection of entities
- COLLECTION_ENTITY - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
collection of entities (entity set)
- COLLECTION_ENUM - Enum constant in enum org.apache.olingo.commons.api.data.ValueType
-
Collection of enum values
- COLLECTION_GEOSPATIAL - Enum constant in enum org.apache.olingo.commons.api.data.ValueType
-
Collection of geospatial values
- COLLECTION_PRIMITIVE - Enum constant in enum org.apache.olingo.commons.api.data.ValueType
-
Collection of primitive values
- COLLECTION_PRIMITIVE - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
collection of primitive-type instances
- COLLECTION_REFERENCE - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
collection of references
- CollectionQuery<CT extends CollectionQuery<?>> - Interface in org.apache.olingo.ext.proxy.api
- CollectionRef - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Associate EntityType Java object with its collection.
- collItemRef - Variable in class org.apache.olingo.ext.proxy.commons.AbstractEntityCollectionInvocationHandler
- CommonQuery - Interface in org.apache.olingo.ext.proxy.api
- compareTo(CompoundKeyElementWrapper) - Method in class org.apache.olingo.ext.proxy.utils.CompoundKeyElementWrapper
- compatibleTo(EdmType) - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
-
Checks if this type is convertible to parameter
targetType
- complex(ServiceMetadata, EdmComplexType, Property, ComplexSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
-
Writes complex-type instance data into an InputStream.
- COMPLEX - Enum constant in enum org.apache.olingo.commons.api.data.PropertyType
-
Complex.
- COMPLEX - Enum constant in enum org.apache.olingo.commons.api.data.ValueType
-
Complex value
- COMPLEX - Enum constant in enum org.apache.olingo.commons.api.edm.constants.EdmTypeKind
-
Complex type
- COMPLEX - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
single complex-type instance
- complexCollection(ServiceMetadata, 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.
- ComplexCollection<T extends StructuredType<?>,
EC extends Collection<T>, CT extends StructuredCollection<T, EC, ?>> - Interface in org.apache.olingo.ext.proxy.api - ComplexCollectionInvocationHandler<T extends ComplexType<?>> - Class in org.apache.olingo.ext.proxy.commons
- ComplexCollectionInvocationHandler(Class<T>, AbstractService<?>, URIBuilder) - Constructor for class org.apache.olingo.ext.proxy.commons.ComplexCollectionInvocationHandler
- ComplexCollectionInvocationHandler(AbstractService<?>, Class<T>) - Constructor for class org.apache.olingo.ext.proxy.commons.ComplexCollectionInvocationHandler
- ComplexCollectionInvocationHandler(AbstractService<?>, Collection<T>, Class<T>, URIBuilder) - Constructor for class org.apache.olingo.ext.proxy.commons.ComplexCollectionInvocationHandler
- 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.
- ComplexInvocationHandler - Class in org.apache.olingo.ext.proxy.commons
- 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.
- complexProperty - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceComplexProperty
URI: http://... - 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 - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- ComplexType - Enum constant in enum org.apache.olingo.server.api.serializer.Kind
-
ComplexType
- ComplexType<T extends StructuredType<?>> - Interface in org.apache.olingo.ext.proxy.api
- ComplexType - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Mark POJO as EDM complex type.
- ComplexValue - Class in org.apache.olingo.commons.api.data
-
Represents the value of a complex property.
- ComplexValue() - Constructor for class org.apache.olingo.commons.api.data.ComplexValue
- ComposableInvoker<T,
O extends Operations> - Interface in org.apache.olingo.ext.proxy.api - ComposedGeospatial<T extends Geospatial> - Class in org.apache.olingo.commons.api.edm.geo
-
Abstract base class for all Geometries that are composed out of other geospatial elements.
- ComposedGeospatial(Geospatial.Dimension, Geospatial.Type, SRID, List<T>) - Constructor for class org.apache.olingo.commons.api.edm.geo.ComposedGeospatial
- CompoundKey - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Identifies a compound key.
- CompoundKeyElement - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Mark multi key class field (property) as multi key element.
- CompoundKeyElementWrapper - Class in org.apache.olingo.ext.proxy.utils
- CompoundKeyElementWrapper(String, Method, int) - Constructor for class org.apache.olingo.ext.proxy.utils.CompoundKeyElementWrapper
- Compute - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents the compute transformation.
- COMPUTE - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
- COMPUTE_AGGREGATE - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- Computed - Enum constant in enum org.apache.olingo.client.api.edm.StoreGeneratedPattern
- ComputeExpression - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents a compute expression.
- concat(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- Concat - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents the concat transformation.
- CONCAT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
- CONCAT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- Configuration - Interface in org.apache.olingo.client.api
-
Configuration wrapper.
- CONFLICT - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- Constants - Interface in org.apache.olingo.commons.api
-
Constant values related to the OData protocol.
- Constantsv00 - Class in org.apache.olingo.commons.api.constants
-
Constant values related to the OData protocol.
- Constantsv00() - Constructor for class org.apache.olingo.commons.api.constants.Constantsv00
- Constantsv01 - Class in org.apache.olingo.commons.api.constants
-
Constant values related to the OData protocol.
- Constantsv01() - Constructor for class org.apache.olingo.commons.api.constants.Constantsv01
- contained() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.EntitySet
- container - Variable in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
- container() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.EntitySet
- container() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Singleton
- contains(Object) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- contains(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- contains(EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.commons.TransactionItems
- CONTAINS - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- containsAll(Collection<?>) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- containsTarget() - Method in interface org.apache.olingo.commons.api.edm.EdmNavigationProperty
- containsTarget() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.NavigationProperty
- CONTENT_ENCODING - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11">HTTP/1.1 documentation}.
- CONTENT_ID - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See RFC 2392.
- CONTENT_LANGUAGE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.12">HTTP/1.1 documentation}.
- CONTENT_LENGTH - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13">HTTP/1.1 documentation}.
- CONTENT_LOCATION - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.14">HTTP/1.1 documentation}.
- CONTENT_TYPE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">HTTP/1.1 documentation}.
- ContentType - Class in org.apache.olingo.commons.api.format
-
Internally used
ContentType
for OData library. - Context - Class in org.apache.olingo.ext.proxy.context
- Context() - Constructor for class org.apache.olingo.ext.proxy.context.Context
- CONTEXT - Static variable in interface org.apache.olingo.commons.api.Constants
- contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions.Builder
-
Sets the
ContextURL
. - contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.EdmAssistedSerializerOptions.Builder
-
Sets the
ContextURL
. - contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
-
Sets the
ContextURL
. - contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions.Builder
-
Sets the
ContextURL
. - contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
-
Sets the
ContextURL
. - contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.ReferenceCollectionSerializerOptions.Builder
-
Sets the
ContextURL
. - contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.ReferenceSerializerOptions.Builder
-
Sets the
ContextURL
. - ContextURL - Class in org.apache.olingo.commons.api.data
-
High-level representation of a context URL, built from the string value returned by a service; provides access to the various components of the context URL, defined in the protocol specification.
- ContextURL.Builder - Class in org.apache.olingo.commons.api.data
-
Builder for a ContextURL instance.
- ContextURL.Suffix - Enum in org.apache.olingo.commons.api.data
-
Suffix of the OData Context URL
- CONTINUE - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- CONTINUE_ON_ERROR - Enum constant in enum org.apache.olingo.commons.api.format.PreferenceName
- continueOnError() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
-
The odata.continue-on-error preference on a batch request is used to request that, upon encountering a request within the batch that returns an error, the service return the error for that request and continue processing additional requests within the batch.
- continueOnError() - Method in class org.apache.olingo.server.api.prefer.PreferencesApplied.Builder
-
Sets
odata.continue-on-error
. - COOKIE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.ietf.org/rfc/rfc2109.txt">IETF RFC 2109}.
- COPY_BUFFER_SIZE - Static variable in class org.apache.olingo.netty.server.core.ODataNettyHandlerImpl
- CoreUtils - Class in org.apache.olingo.ext.proxy.utils
- count - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceCount
URI: http://... - count() - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds count query option.
- count() - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
-
Returns the number of entities available.
- count() - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- count() - Method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- count(boolean) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends count query option.
- count(Integer) - Method in interface org.apache.olingo.server.api.serializer.FixedFormatSerializer
-
Writes a count into an InputStream as plain text.
- count(CountOption) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
-
Sets the $count system query option.
- count(CountOption) - Method in class org.apache.olingo.server.api.serializer.ReferenceCollectionSerializerOptions.Builder
-
Sets the $count system query option.
- COUNT - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
-
The $count system query option allows clients to request a count of the matching resources included with the resources in the response.
- COUNT - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- COUNT - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
count of instances
- COUNT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- COUNT_DISTINCT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression.StandardMethod
- 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. an EdmComplexType.
- 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. an Entity Set.
- CountOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents the system query option $count For example: http://...
- 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. an collection of EdmString.
- create(String) - Static method in class org.apache.olingo.commons.api.format.AcceptCharset
-
Creates a list of
AcceptCharset
objects based on given input string. - create(String) - Static method in class org.apache.olingo.commons.api.format.AcceptType
-
Creates a list of
AcceptType
objects based on given input string. - create(String) - Static method in class org.apache.olingo.commons.api.format.ContentType
-
Creates a
ContentType
based on given input string (format
). - create(ContentType, String, String) - Static method in class org.apache.olingo.commons.api.format.ContentType
-
Creates a content type from an existing content type and an additional parameter as key-value pair.
- create(HttpMethod, URI) - Method in interface org.apache.olingo.client.api.http.HttpClientFactory
- create(HttpMethod, URI) - Method in interface org.apache.olingo.client.api.http.HttpUriRequestFactory
- createClient() - Method in class org.apache.olingo.client.api.ODataClientBuilder.ClientBuilder
-
Create an new EdmEnabledODataClient based on via system property ODATA_EMD_CLIENT_IMPL_SYS_PROPERTY class name or if not net the default ODATA_EDM_CLIENT_IMPL_CLASS set class with before set serviceRoot and optional edm and optinal metadataETag.
- createClient() - Static method in class org.apache.olingo.client.api.ODataClientBuilder
-
Create an new ODataClient based on via system property ODATA_CLIENT_IMPL_SYS_PROPERTY class name or if not net the default ODATA_CLIENT_IMPL_CLASS set class.
- CREATED - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- createDebugResponse(String, DebugInformation) - Method in interface org.apache.olingo.server.api.debug.DebugSupport
-
Creates a debug response and delivers it back to the Olingo library.
- createDebugResponse(String, DebugInformation) - Method in class org.apache.olingo.server.api.debug.DefaultDebugSupport
- createDebugResponse(DebugInformation) - Method in interface org.apache.olingo.server.api.debug.DebugResponseHelper
-
Creates a debug response based on the given parameters.
- createDebugResponseHelper(String) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createDebugResponseHelper(String) - Method in class org.apache.olingo.server.api.OData
-
Creates a DebugResponseHelper for the given debugFormat.
- createDeserializer(ContentType) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createDeserializer(ContentType) - Method in class org.apache.olingo.server.api.OData
-
Creates a new deserializer object for reading content in the specified format.
- createDeserializer(ContentType, List<String>) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createDeserializer(ContentType, List<String>) - Method in class org.apache.olingo.server.api.OData
-
Creates a new deserializer object for reading content in the specified format.
- createDeserializer(ContentType, ServiceMetadata) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createDeserializer(ContentType, ServiceMetadata) - Method in class org.apache.olingo.server.api.OData
-
Creates a new deserializer object for reading content in the specified format.
- createDeserializer(ContentType, ServiceMetadata, List<String>) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createDeserializer(ContentType, ServiceMetadata, List<String>) - Method in class org.apache.olingo.server.api.OData
-
Creates a new deserializer object for reading content in the specified format.
- createEdmAssistedSerializer(ContentType) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createEdmAssistedSerializer(ContentType) - Method in class org.apache.olingo.server.api.OData
-
Creates a new serializer object capable of working without EDM information for rendering content in the specified format.
- createEdmAssistedSerializer(ContentType, List<String>) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createEdmAssistedSerializer(ContentType, List<String>) - Method in class org.apache.olingo.server.api.OData
-
Creates a new serializer object capable of working without EDM information for rendering content in the specified format.
- createEdmDeltaSerializer(ContentType, List<String>) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createEdmDeltaSerializer(ContentType, List<String>) - Method in class org.apache.olingo.server.api.OData
-
Creates a new serializer object capable of working without EDM information for rendering delta content in the specified format.
- 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.
- createETagHelper() - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createETagHelper() - Method in class org.apache.olingo.server.api.OData
-
Creates a new ETag helper object for performing ETag-related tasks.
- createFixedFormatDeserializer() - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- 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.netty.server.core.ODataNettyImpl
- 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 or multipart/mixed outpu.
- createHandler(ServiceMetadata) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- 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 sent media data in the persistence and puts content, status and Location into the response.
- createNettyHandler(ServiceMetadata) - Method in class org.apache.olingo.netty.server.api.ODataNetty
-
Creates a new ODataNettyHandler for handling OData requests in an HTTP context.
- createNettyHandler(ServiceMetadata) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createPreferences(Collection<String>) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createPreferences(Collection<String>) - Method in class org.apache.olingo.server.api.OData
-
Creates a new Preferences object out of Prefer HTTP request headers.
- createPrimitiveTypeInstance(EdmPrimitiveTypeKind) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createPrimitiveTypeInstance(EdmPrimitiveTypeKind) - Method in class org.apache.olingo.server.api.OData
-
Creates a primitive-type instance.
- createRawHandler(ServiceMetadata) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createRawHandler(ServiceMetadata) - Method in class org.apache.olingo.server.api.OData
-
Creates a new ODataHandler for handling OData requests.
- 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.
- createSearch() - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
-
Create an instance of Search.
- createSearch() - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- createSearch() - Method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- createSearch(Class<SEC>) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
-
Create an instance of Search.
- createSearch(Class<SEC>) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- createSearch(Class<SEC>) - Method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- createSerializer(ContentType) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createSerializer(ContentType) - Method in class org.apache.olingo.server.api.OData
-
Creates a new serializer object for rendering content in the specified format.
- createSerializer(ContentType, List<String>) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createSerializer(ContentType, List<String>) - Method in class org.apache.olingo.server.api.OData
-
Creates a new serializer object for rendering content in the specified format.
- createServiceMetadata(CsdlEdmProvider, List<EdmxReference>) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createServiceMetadata(CsdlEdmProvider, List<EdmxReference>) - Method in class org.apache.olingo.server.api.OData
-
Creates a metadata object for this service.
- createServiceMetadata(CsdlEdmProvider, List<EdmxReference>, ServiceMetadataETagSupport) - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createServiceMetadata(CsdlEdmProvider, List<EdmxReference>, ServiceMetadataETagSupport) - Method in class org.apache.olingo.server.api.OData
-
Creates a metadata object for this service.
- createUriHelper() - Method in class org.apache.olingo.netty.server.core.ODataNettyImpl
- createUriHelper() - Method in class org.apache.olingo.server.api.OData
-
Creates a new URI helper object for performing URI-related tasks.
- createUtility(Edm, EdmSchema, String) - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- createUtility(Edm, EdmSchema, String) - Method in class org.apache.olingo.ext.pojogen.V4POJOGenMojo
- CRLF - Static variable in interface org.apache.olingo.client.api.communication.request.ODataStreamer
-
CR/LF.
- CROSS_JOIN - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- crossjoin - Enum constant in enum org.apache.olingo.server.api.uri.UriInfoKind
-
Class:
UriInfoCrossjoin
URI: http://... - CsdlAbstractEdmItem - Class in org.apache.olingo.commons.api.edm.provider
-
Super type of all CsdlEdmItems
- CsdlAbstractEdmItem() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
- CsdlAbstractEdmProvider - Class in org.apache.olingo.commons.api.edm.provider
-
Dummy implementation of
CsdlEdmProvider
- CsdlAbstractEdmProvider() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- CsdlAction - Class in org.apache.olingo.commons.api.edm.provider
-
Represents an action CSDL item
- CsdlAction() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlAction
- CsdlActionImport - Class in org.apache.olingo.commons.api.edm.provider
-
Represents an action import CSDL item
- CsdlActionImport() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlActionImport
- CsdlAliasInfo - Class in org.apache.olingo.commons.api.edm.provider
-
Represents an alias info CSDL item
- CsdlAliasInfo() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlAliasInfo
- CsdlAnnotatable - Interface in org.apache.olingo.commons.api.edm.provider
-
Super type of all annotatable CSDL items
- CsdlAnnotation - Class in org.apache.olingo.commons.api.edm.provider
-
Represents a CSDL annotation
- CsdlAnnotation() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlAnnotation
- CsdlAnnotationPath - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
Represents an annotation path
- CsdlAnnotationPath() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlAnnotationPath
- CsdlAnnotations - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl annotations.
- CsdlAnnotations() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlAnnotations
- CsdlApply - Class in org.apache.olingo.commons.api.edm.provider.annotation
- CsdlApply() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlApply
- CsdlBindingTarget - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl binding target.
- CsdlBindingTarget() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
- CsdlCast - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
Represents an edm:Cast expression.
- CsdlCast() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
- CsdlCollection - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
The edm:Collection expression enables a value to be obtained from zero or more child expressions.
- CsdlCollection() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCollection
- CsdlComplexType - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl complex type.
- CsdlComplexType() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlComplexType
- CsdlConstantExpression - Class in org.apache.olingo.commons.api.edm.provider.annotation
- CsdlConstantExpression(CsdlConstantExpression.ConstantExpressionType) - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression
- CsdlConstantExpression(CsdlConstantExpression.ConstantExpressionType, String) - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression
- CsdlConstantExpression.ConstantExpressionType - Enum in org.apache.olingo.commons.api.edm.provider.annotation
-
Type of the constant expression
- CsdlDynamicExpression - Class in org.apache.olingo.commons.api.edm.provider.annotation
- CsdlDynamicExpression() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
- CsdlEdmProvider - Interface in org.apache.olingo.commons.api.edm.provider
-
The interface Csdl edm provider.
- CsdlEntityContainer - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl entity container.
- CsdlEntityContainer() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
- CsdlEntityContainerInfo - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl entity container info.
- CsdlEntityContainerInfo() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainerInfo
- CsdlEntitySet - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl entity set.
- CsdlEntitySet() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlEntitySet
- CsdlEntitySetPath - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl entity set path.
- CsdlEntitySetPath() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlEntitySetPath
- CsdlEntityType - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl entity type.
- CsdlEntityType() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
- CsdlEnumMember - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl enum member.
- CsdlEnumMember() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlEnumMember
- CsdlEnumType - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl enum type.
- CsdlEnumType() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
- CsdlExpression - Class in org.apache.olingo.commons.api.edm.provider.annotation
- CsdlExpression() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlExpression
- CsdlFunction - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl function.
- CsdlFunction() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlFunction
- CsdlFunctionImport - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl function import.
- CsdlFunctionImport() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlFunctionImport
- CsdlIf - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
Represents a edm:If expression
- CsdlIf() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIf
- CsdlIsOf - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
The edm:IsOf expression evaluates a child expression and returns a Boolean value indicating whether the child expression returns the specified type
- CsdlIsOf() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
- CsdlLabeledElement - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
The edm:LabeledElement expression assigns a name to a child expression.
- CsdlLabeledElement() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElement
- CsdlLabeledElementReference - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
The edm:LabeledElementReference expression returns the value of an edm:LabeledElement (see
CsdlLabeledElement
) expression. - CsdlLabeledElementReference() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElementReference
- CsdlLogicalOrComparisonExpression - Class in org.apache.olingo.commons.api.edm.provider.annotation
- CsdlLogicalOrComparisonExpression(CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType) - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression
- CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType - Enum in org.apache.olingo.commons.api.edm.provider.annotation
-
Type of the constant expression
- CsdlMapping - Class in org.apache.olingo.commons.api.edm.provider
-
Content of this class does not appear within the CSDL metadata document.
- CsdlMapping() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlMapping
- CsdlNamed - Interface in org.apache.olingo.commons.api.edm.provider
-
The interface Csdl named.
- CsdlNavigationProperty - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl navigation property.
- CsdlNavigationProperty() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
- CsdlNavigationPropertyBinding - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl navigation property binding.
- CsdlNavigationPropertyBinding() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlNavigationPropertyBinding
- CsdlNavigationPropertyPath - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
The edm:NavigationPropertyPath expression provides a value for terms or term properties that specify the built-in abstract type Edm.NavigationPropertyPath
- CsdlNavigationPropertyPath() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlNavigationPropertyPath
- CsdlNull - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
The edm:Null expression returns an untyped null value.
- CsdlNull() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlNull
- CsdlOnDelete - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl on delete.
- CsdlOnDelete() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlOnDelete
- CsdlOnDeleteAction - Enum in org.apache.olingo.commons.api.edm.provider
-
The enum Csdl on delete action.
- CsdlOperation - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl operation.
- CsdlOperation() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlOperation
- CsdlOperationImport - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl operation import.
- CsdlOperationImport() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlOperationImport
- CsdlParameter - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl parameter.
- CsdlParameter() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlParameter
- CsdlPath - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
The edm:Path expression enables a value to be obtained by traversing an object graph.
- CsdlPath() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPath
- CsdlProperty - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl property.
- CsdlProperty() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlProperty
- CsdlPropertyPath - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
The edm:PropertyPath expression provides a value for terms or term properties that specify the built-in abstract type Edm.PropertyPath.
- CsdlPropertyPath() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyPath
- CsdlPropertyRef - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl property ref.
- CsdlPropertyRef() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlPropertyRef
- CsdlPropertyValue - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
The edm:PropertyValue element supplies a value to a property on the type instantiated by an edm:Record expression (See
EdmRecord
). - CsdlPropertyValue() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyValue
- CsdlRecord - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
The edm:Record expression enables a new entity type or complex type instance to be constructed.
- CsdlRecord() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlRecord
- CsdlReferentialConstraint - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl referential constraint.
- CsdlReferentialConstraint() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlReferentialConstraint
- CsdlReturnType - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl return type.
- CsdlReturnType() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
- CsdlSchema - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl schema.
- CsdlSchema() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlSchema
- CsdlSingleton - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl singleton.
- CsdlSingleton() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlSingleton
- CsdlStructuralType - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl structural type.
- CsdlStructuralType() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
- CsdlTerm - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl term.
- CsdlTerm() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlTerm
- CsdlTypeDefinition - Class in org.apache.olingo.commons.api.edm.provider
-
The type Csdl type definition.
- CsdlTypeDefinition() - Constructor for class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
- CsdlUrlRef - Class in org.apache.olingo.commons.api.edm.provider.annotation
-
The edm:UrlRef expression enables a value to be obtained by sending a GET request to the value of the UrlRef expression.
- CsdlUrlRef() - Constructor for class org.apache.olingo.commons.api.edm.provider.annotation.CsdlUrlRef
- CUDRequestFactory - Interface in org.apache.olingo.client.api.communication.request.cud
- CUSTOM_FUNCTION - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
- CustomContentTypeSupport - Interface in org.apache.olingo.server.api.serializer
-
Processors that supports custom content types can implement this interface.
- CustomETagSupport - Interface in org.apache.olingo.server.api.etag
-
Processors that would like to support etags for certain entity sets can implement this interface.
- CustomFunction - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents a transformation with a custom function.
- CustomQueryOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents a custom query option For example: http://...
D
- DataServices - Interface in org.apache.olingo.client.api.edm.xml
- date(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- Date - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Date - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- Date - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Type Edm.Date
- DATE - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- DATE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.18">HTTP/1.1 documentation}.
- DateTimeOffset - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- DateTimeOffset - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- DateTimeOffset - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Type Edm.DateTimeOffset
- day(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- DAY - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- DebugInformation - Class in org.apache.olingo.server.api.debug
-
This class contains all information necessary to construct a debug response.
- DebugInformation() - Constructor for class org.apache.olingo.server.api.debug.DebugInformation
- DebugResponseHelper - Interface in org.apache.olingo.server.api.debug
-
Support for applications creating debug responses.
- DebugSupport - Interface in org.apache.olingo.server.api.debug
-
Register this interface to add debug support to your service.
- Decimal - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Decimal - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- Decimal - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Type Edm.Decimal
- DEFAULT_CHARSET - Static variable in interface org.apache.olingo.server.api.serializer.ODataSerializer
-
The default character set is UTF-8.
- DEFAULT_PRECISION - Static variable in interface org.apache.olingo.commons.api.Constants
- DEFAULT_SCALE - Static variable in interface org.apache.olingo.commons.api.Constants
- DEFAULT_SERVER_BUNDLE_NAME - Static variable in exception org.apache.olingo.server.api.ODataLibraryException
- DefaultDebugSupport - Class in org.apache.olingo.server.api.debug
-
Supports the default debug case.
- DefaultDebugSupport() - Constructor for class org.apache.olingo.server.api.debug.DefaultDebugSupport
- DefaultProcessor - Class in org.apache.olingo.server.api.processor
-
Processor implementation for handling default cases: request for the metadata document request for the service document error handling
- DefaultProcessor() - Constructor for class org.apache.olingo.server.api.processor.DefaultProcessor
- defaultValue() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Property
- DEFINITION - Enum constant in enum org.apache.olingo.commons.api.edm.constants.EdmTypeKind
-
Type definition
- delete() - Method in interface org.apache.olingo.client.api.communication.response.AsyncResponseWrapper
-
DeleteA DELETE request sent to the status monitor resource requests that the asynchronous processing be canceled.
- delete() - Method in interface org.apache.olingo.ext.proxy.api.PrimitiveCollection
- delete() - Method in interface org.apache.olingo.ext.proxy.api.StructuredType
-
Delete object.
- delete() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- delete() - Method in class org.apache.olingo.ext.proxy.commons.PrimitiveCollectionInvocationHandler
- delete(Iterable<S>) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
-
Deletes the given entities in a batch.
- delete(Iterable<S>) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- delete(Iterable<S>) - Method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- delete(String) - Method in interface org.apache.olingo.ext.proxy.api.StructuredType
-
Delete a specific property.
- delete(String) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- delete(KEY) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
-
Deletes the entity with the given key.
- delete(KEY) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- delete(KEY) - Method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- delete(S) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
-
Deletes the given entity in a batch.
- delete(S) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- delete(S) - Method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- DELETE - Enum constant in enum org.apache.olingo.commons.api.http.HttpMethod
- deleteComplex(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.ComplexProcessor
-
Deletes complex-type value from an entity and puts the status into the response.
- deleteComplexCollection(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.ComplexCollectionProcessor
-
Deletes complex-type collection from an entity and puts the status into the response.
- deleted - Enum constant in enum org.apache.olingo.client.api.domain.ClientDeletedEntity.Reason
- deleted - Enum constant in enum org.apache.olingo.commons.api.data.DeletedEntity.Reason
-
The entity was deleted.
- DELETED - Enum constant in enum org.apache.olingo.ext.proxy.context.AttachedEntityStatus
-
Deleted object.
- DeletedEntity - Class in org.apache.olingo.commons.api.data
-
A deleted entity contains the reason for deletion and the id.
- DeletedEntity() - Constructor for class org.apache.olingo.commons.api.data.DeletedEntity
- DELETEDENTITY - Static variable in interface org.apache.olingo.commons.api.Constants
- DeletedEntity.Reason - Enum in org.apache.olingo.commons.api.data
-
Reason of the removal from the list
- DELETEDLINK - Static variable in interface org.apache.olingo.commons.api.Constants
- deleteEntity(EntityInvocationHandler, URI) - Method in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- deleteEntity(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.EntityProcessor
-
Deletes entity from persistence and puts the status into the response.
- deleteMediaEntity(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.MediaEntityProcessor
-
Deletes entity media data and associated entity from persistence and puts the status into the response.
- deletePrimitive(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.PrimitiveProcessor
-
Deletes primitive-type value from an entity and puts the status into the response.
- deletePrimitiveCollection(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.PrimitiveCollectionProcessor
-
Deletes primitive-type collection from an entity and puts the status into the response.
- deletePrimitiveValue(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.PrimitiveValueProcessor
-
Deletes primitive-type raw value from an entity and puts the status into the response.
- deleteReference(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.ReferenceProcessor
-
Deletes reference to an entity from persistence and puts the status into the response.
- Delta - Class in org.apache.olingo.commons.api.data
-
A Delta instance contains all added and deleted links and all deleted entities.
- Delta() - Constructor for class org.apache.olingo.commons.api.data.Delta
- DELTA - Enum constant in enum org.apache.olingo.commons.api.data.ContextURL.Suffix
-
Suffix for deltas (changes)
- DELTA - Static variable in interface org.apache.olingo.commons.api.Constants
- DELTA_DELETED_ENTITY - Enum constant in enum org.apache.olingo.commons.api.data.ContextURL.Suffix
-
Suffix for deleted entities in deltas
- DELTA_DELETED_LINK - Enum constant in enum org.apache.olingo.commons.api.data.ContextURL.Suffix
-
Deleted links in deltas
- DELTA_LINK - Enum constant in enum org.apache.olingo.commons.api.data.ContextURL.Suffix
-
New links in deltas
- DeltaLink - Class in org.apache.olingo.commons.api.data
-
A delta link.
- DeltaLink() - Constructor for class org.apache.olingo.commons.api.data.DeltaLink
- DELTALINK - Static variable in interface org.apache.olingo.commons.api.Constants
- DeltaProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling a single instance of an Delta Response.
- DELTATOKEN - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- DeltaTokenOption - Interface in org.apache.olingo.server.api.uri.queryoption
- DELTAVALUE - Static variable in interface org.apache.olingo.commons.api.Constants
- dependentPropertyRefs() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.ReferentialConstraint
- dependentRole() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.ReferentialConstraint
- derived(EdmEntityType) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
-
Set the derived edm entity type.
- DERIVED_ENTITY_TYPE - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- derivedEntity(String) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
-
Set the derived entity name.
- DESC - Enum constant in enum org.apache.olingo.ext.proxy.api.Sort.Direction
- DeserializerException - Exception in org.apache.olingo.server.api.deserializer
-
Exception thrown by deserializers.
- DeserializerException(String, Throwable, ODataLibraryException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.deserializer.DeserializerException
-
Creates deserializer exception.
- DeserializerException(String, ODataLibraryException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.deserializer.DeserializerException
-
Creates deserializer exception.
- DeserializerException.MessageKeys - Enum in org.apache.olingo.server.api.deserializer
-
Keys for exception texts in the resource bundle.
- DeserializerResult - Interface in org.apache.olingo.server.api.deserializer
-
Result type for
ODataDeserializer
methods - detach(EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.context.EntityContext
-
Detaches entity.
- detachAll() - Method in class org.apache.olingo.ext.proxy.context.Context
- detachAll() - Method in class org.apache.olingo.ext.proxy.context.EntityContext
-
Detaches all attached entities.
- DIFFERENCES - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
differences
- dimension - Variable in class org.apache.olingo.commons.api.edm.geo.Geospatial
- div(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- DIV - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
Division operator
- doFlush(PersistenceChanges, TransactionItems) - Method in class org.apache.olingo.ext.proxy.commons.NonTransactionalPersistenceManagerImpl
- doFlush(PersistenceChanges, TransactionItems) - Method in class org.apache.olingo.ext.proxy.commons.TransactionalPersistenceManagerImpl
-
Transactional changes commit.
- Double - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- DUPLICATE_JSON_PROPERTY - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
- DUPLICATE_PROPERTY - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
- Duration - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Duration - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- Duration - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Type Edm.Duration
E
- EDIT_LINK_REL - Static variable in interface org.apache.olingo.commons.api.Constants
- EDITMEDIA_LINK_REL - Static variable in interface org.apache.olingo.commons.api.Constants
- edm - Variable in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
- edm(Edm) - Method in class org.apache.olingo.client.api.ODataClientBuilder.ClientBuilder
-
Set the edm to use for edm enabled client
- Edm - Interface in org.apache.olingo.commons.api.edm
-
Entity Data Model (EDM)
Interface representing a Entity Data Model as described in the Conceptual Schema Definition. - EDM_NAMESPACE - Static variable in interface org.apache.olingo.commons.api.edm.EdmPrimitiveType
- EdmAction - Interface in org.apache.olingo.commons.api.edm
-
A CSDL action.
- EdmActionImport - Interface in org.apache.olingo.commons.api.edm
-
An EdmActionImport element.
- EdmActionImportInfo - Interface in org.apache.olingo.commons.api.edm
-
Objects of this class contain information about one action import inside the EntityDataModel.
- EdmAnd - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents a logical and annotation
- EdmAnnotatable - Interface in org.apache.olingo.commons.api.edm
-
Can be applied to CSDL elements as described in the Conceptual Schema Definition Language.
- EdmAnnotation - Interface in org.apache.olingo.commons.api.edm
-
This class models an OData Annotation which can be applied to a target.
- EdmAnnotationPath - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents an annotation path
- EdmAnnotations - Interface in org.apache.olingo.commons.api.edm
-
This is used to apply a group of annotations to a single model element.
- EdmApply - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents an Edm:Apply expression
- EdmAssistedSerializer - Interface in org.apache.olingo.server.api.serializer
-
EDM-assisted serializer
- EdmAssistedSerializerOptions - Class in org.apache.olingo.server.api.serializer
-
Options for the EDM-assisted serializer.
- EdmAssistedSerializerOptions() - Constructor for class org.apache.olingo.server.api.serializer.EdmAssistedSerializerOptions
- EdmAssistedSerializerOptions.Builder - Class in org.apache.olingo.server.api.serializer
-
Builder of serializer options.
- EdmBindingTarget - Interface in org.apache.olingo.commons.api.edm
-
Entity Sets or Singletons can be bound to each other using a navigation property binding so an
EdmBindingTarget
can either be anEdmEntitySet
or anEdmSingleton
. - EdmCast - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents an edm:Cast expression.
- EdmCollection - Interface in org.apache.olingo.commons.api.edm.annotation
-
The edm:Collection expression enables a value to be obtained from zero or more child expressions.
- EdmComplexType - Interface in org.apache.olingo.commons.api.edm
-
A CSDL ComplexType element.
- EdmConstantExpression - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents a constant expression
- EdmDeltaSerializer - Interface in org.apache.olingo.server.api.serializer
- EdmDynamicExpression - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents a dynamic expression
- EdmElement - Interface in org.apache.olingo.commons.api.edm
- EdmEnabledInvokeRequestFactory - Interface in org.apache.olingo.client.api.communication.request.invoke
- EdmEnabledODataClient - Interface in org.apache.olingo.client.api
- EdmEntityContainer - Interface in org.apache.olingo.commons.api.edm
-
A CSDL EntityContainer element.
- EdmEntitySet - Interface in org.apache.olingo.commons.api.edm
-
A CSDL EntitySet element.
- EdmEntityType - Interface in org.apache.olingo.commons.api.edm
-
A CSDL EntityType element.
- EdmEnumType - Interface in org.apache.olingo.commons.api.edm
-
An EdmEnumType represents a set of related values.
- EdmEq - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents a edm:Eq expression
- EdmException - Exception in org.apache.olingo.commons.api.edm
- EdmException(Exception) - Constructor for exception org.apache.olingo.commons.api.edm.EdmException
- EdmException(String) - Constructor for exception org.apache.olingo.commons.api.edm.EdmException
- EdmException(String, Exception) - Constructor for exception org.apache.olingo.commons.api.edm.EdmException
- EdmExpression - Interface in org.apache.olingo.commons.api.edm.annotation
-
Super type of all annotation expressions A expression is either constant or dynamic
- EdmExpression.EdmExpressionType - Enum in org.apache.olingo.commons.api.edm.annotation
- EdmFunction - Interface in org.apache.olingo.commons.api.edm
-
An EdmFunction as described in the OData specification
- EdmFunctionImport - Interface in org.apache.olingo.commons.api.edm
-
A CSDL FunctionImport element
- EdmGe - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents a edm:Ge expression
- EdmGt - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents a edm:Gt expression
- EdmIf - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents a edm:If expression
- EdmIsOf - Interface in org.apache.olingo.commons.api.edm.annotation
-
The edm:IsOf expression evaluates a child expression and returns a Boolean value indicating whether the child expression returns the specified type
- EdmKeyPropertyRef - Interface in org.apache.olingo.commons.api.edm
-
A key property reference element.
- EdmLabeledElement - Interface in org.apache.olingo.commons.api.edm.annotation
-
The edm:LabeledElement expression assigns a name to a child expression.
- EdmLabeledElementReference - Interface in org.apache.olingo.commons.api.edm.annotation
-
The edm:LabeledElementReference expression returns the value of an edm:LabeledElement (see
EdmLabeledElement
) expression. - EdmLe - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents a edm:Le expression
- EdmLogicalOrComparisonExpression - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents a generic expression with two child exprssions
- EdmLt - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents a edm:Lt expression
- EdmMappable - Interface in org.apache.olingo.commons.api.edm
-
EdmMappable can be applied to CSDL elements to associate additional information.
- EdmMapping - Interface in org.apache.olingo.commons.api.edm
-
EdmMapping holds custom mapping information which can be applied to a CSDL element.
- EdmMember - Interface in org.apache.olingo.commons.api.edm
-
An
EdmEnumType
member element. - EdmMetadataRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
-
This class implements a metadata query request.
- EdmNamed - Interface in org.apache.olingo.commons.api.edm
-
EdmNamed is the base interface for nearly all CSDL constructs.
- EdmNavigationProperty - Interface in org.apache.olingo.commons.api.edm
-
A CSDL NavigationProperty element
EdmNavigationProperty allows navigation from one entity type to another via a relationship. - EdmNavigationPropertyBinding - Interface in org.apache.olingo.commons.api.edm
-
A navigation property binding which binds entity sets or singletons with each other.
- EdmNavigationPropertyPath - Interface in org.apache.olingo.commons.api.edm.annotation
-
The edm:NavigationPropertyPath expression provides a value for terms or term properties that specify the built-in abstract type Edm.NavigationPropertyPath
- EdmNe - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents a edm:Ne expression
- EdmNot - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents a logical edm:Le expression
- EdmNull - Interface in org.apache.olingo.commons.api.edm.annotation
-
The edm:Null expression returns an untyped null value.
- EdmOnDelete - Enum in org.apache.olingo.commons.api.edm.constants
-
A navigation property MAY define one edm:OnDelete element.
- EdmOnDelete - Interface in org.apache.olingo.commons.api.edm
- EdmOperation - Interface in org.apache.olingo.commons.api.edm
-
A EdmOperation can either be an
EdmAction
or anEdmFunction
. - EdmOperationImport - Interface in org.apache.olingo.commons.api.edm
-
An EdmOperationImport can be an EdmActionImport or an EdmFunctionImport.
- EdmOperationImportInfo - Interface in org.apache.olingo.commons.api.edm
-
Objects of this class contain information about one action or function import inside the EntityDataModel.
- EdmOr - Interface in org.apache.olingo.commons.api.edm.annotation
-
Represents a logical edm:And expression
- EdmParameter - Interface in org.apache.olingo.commons.api.edm
-
A CSDL parameter element
- EdmPath - Interface in org.apache.olingo.commons.api.edm.annotation
-
The edm:Path expression enables a value to be obtained by traversing an object graph.
- EdmPrimitiveType - Interface in org.apache.olingo.commons.api.edm
-
EdmPrimitiveType is a primitive type as defined in the Entity Data Model (EDM).
- EdmPrimitiveTypeException - Exception in org.apache.olingo.commons.api.edm
- EdmPrimitiveTypeException(String) - Constructor for exception org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException
- EdmPrimitiveTypeException(String, Exception) - Constructor for exception org.apache.olingo.commons.api.edm.EdmPrimitiveTypeException
- EdmPrimitiveTypeKind - Enum in org.apache.olingo.commons.api.edm
-
Enumeration of all primitive type kinds.
- EdmProperty - Interface in org.apache.olingo.commons.api.edm
-
A CSDL Property element.
- EdmPropertyPath - Interface in org.apache.olingo.commons.api.edm.annotation
-
The edm:PropertyPath expression provides a value for terms or term properties that specify the built-in abstract type Edm.PropertyPath.
- EdmPropertyValue - Interface in org.apache.olingo.commons.api.edm.annotation
-
The edm:PropertyValue element supplies a value to a property on the type instantiated by an edm:Record expression (See
EdmRecord
). - EdmRecord - Interface in org.apache.olingo.commons.api.edm.annotation
-
The edm:Record expression enables a new entity type or complex type instance to be constructed.
- EdmReferentialConstraint - Interface in org.apache.olingo.commons.api.edm
-
A referential constraint of a navigation property.
- EdmReturnType - Interface in org.apache.olingo.commons.api.edm
-
An
EdmReturnType
of anEdmOperation
. - EdmSchema - Interface in org.apache.olingo.commons.api.edm
-
A csdl schema element
- EdmSingleton - Interface in org.apache.olingo.commons.api.edm
-
An
EdmSingleton
represents a single entity inside the entity model. - EdmStreamValue - Interface in org.apache.olingo.ext.proxy.api
- EdmStreamValueHandler - Class in org.apache.olingo.ext.proxy.commons
- EdmStreamValueHandler(String, InputStream, URI, AbstractService<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.EdmStreamValueHandler
- EdmStreamValueHandler(URI, AbstractService<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.EdmStreamValueHandler
- EdmStructuredType - Interface in org.apache.olingo.commons.api.edm
-
EdmStructuralType is the base for a complex type or an entity type.
- EdmTerm - Interface in org.apache.olingo.commons.api.edm
-
An
EdmTerm
defines a term in a vocabulary. - EdmType - Interface in org.apache.olingo.commons.api.edm
-
EdmType holds the namespace of a given type and its type as
EdmTypeKind
. - EdmTyped - Interface in org.apache.olingo.commons.api.edm
-
EdmTyped indicates if an EDM element is of a special type and holds the multiplicity of that type.
- EdmTypeDefinition - Interface in org.apache.olingo.commons.api.edm
-
An
EdmTypeDefinition
defines a specialization of one of the possible primitive types. - EdmTypeKind - Enum in org.apache.olingo.commons.api.edm.constants
-
EdmTypeKind specifies the type of an EDM element.
- EdmUrlRef - Interface in org.apache.olingo.commons.api.edm.annotation
-
The edm:UrlRef expression enables a value to be obtained by sending a GET request to the value of the UrlRef expression.
- Edmx - Interface in org.apache.olingo.client.api.edm.xml
- EdmxReference - Class in org.apache.olingo.commons.api.edmx
-
POJO for Edmx Reference.
- EdmxReference(URI) - Constructor for class org.apache.olingo.commons.api.edmx.EdmxReference
-
Create reference with given uri
- EdmxReferenceInclude - Class in org.apache.olingo.commons.api.edmx
-
edmx:Include elements that specify the schemas to include from the target document.
- EdmxReferenceInclude(String) - Constructor for class org.apache.olingo.commons.api.edmx.EdmxReferenceInclude
-
Create include with given namespace and empty (
NULL
) alias. - EdmxReferenceInclude(String, String) - Constructor for class org.apache.olingo.commons.api.edmx.EdmxReferenceInclude
-
Create include with given namespace and alias.
- EdmxReferenceIncludeAnnotation - Class in org.apache.olingo.commons.api.edmx
-
POJO for Edmx Reference Include Annotation.
- EdmxReferenceIncludeAnnotation(String) - Constructor for class org.apache.olingo.commons.api.edmx.EdmxReferenceIncludeAnnotation
-
Create include annotation with given termNamespace and empty qualifier and targetNamespace.
- EdmxReferenceIncludeAnnotation(String, String, String) - Constructor for class org.apache.olingo.commons.api.edmx.EdmxReferenceIncludeAnnotation
-
Create include annotation with given termNamespace, qualifier and targetNamespace.
- ELEM_DELETED_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_ELEMENT - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_GEOCOLLECTION - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_GEOMEMBERS - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_LINESTRING - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_LINESTRINGMEMBERS - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_LINKS - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_MULTILINESTRING - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_MULTIPOINT - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_MULTIPOLYGON - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_POINT - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_POINTMEMBERS - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_POLYGON - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_POLYGON_EXTERIOR - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_POLYGON_INTERIOR - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_POLYGON_LINEARRING - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_POS - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_PROPERTY - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_REASON - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_SURFACEMEMBERS - Static variable in interface org.apache.olingo.commons.api.Constants
- ELEM_URI - Static variable in interface org.apache.olingo.commons.api.Constants
- EMPTY - Enum constant in enum org.apache.olingo.commons.api.data.PropertyType
-
Empty type (possibly, no type information could be retrieved).
- endswith(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- ENDSWITH - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- entity(InputStream, EdmEntityType) - Method in interface org.apache.olingo.server.api.deserializer.ODataDeserializer
-
Deserializes an entity stream into an
Entity
object. - entity(ServiceMetadata, EdmEntityType, Entity, EntitySerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
-
Writes entity data into an InputStream.
- Entity - Class in org.apache.olingo.commons.api.data
-
Data representation for a single entity.
- Entity() - Constructor for class org.apache.olingo.commons.api.data.Entity
- ENTITY - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- ENTITY - Enum constant in enum org.apache.olingo.commons.api.data.ContextURL.Suffix
-
Suffix for Entities
- ENTITY - Enum constant in enum org.apache.olingo.commons.api.data.ValueType
-
Entity value
- ENTITY - Enum constant in enum org.apache.olingo.commons.api.edm.constants.EdmTypeKind
-
Entity type
- ENTITY - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
single entity
- ENTITY - Static variable in interface org.apache.olingo.commons.api.Constants
- ENTITY_BINDING - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
-
Entity binding link.
- ENTITY_BINDING_LINK_TYPE - Static variable in interface org.apache.olingo.commons.api.Constants
- ENTITY_COLLECTION_BINDING - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
-
Entity collection binding link.
- ENTITY_COLLECTION_BINDING_LINK_TYPE - Static variable in interface org.apache.olingo.commons.api.Constants
- ENTITY_NAVIGATION - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
-
Entity navigation link.
- ENTITY_NAVIGATION_LINK_TYPE - Static variable in interface org.apache.olingo.commons.api.Constants
- ENTITY_SET_NAVIGATION - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
-
Entity set navigation link.
- ENTITY_SET_NAVIGATION_LINK_TYPE - Static variable in interface org.apache.olingo.commons.api.Constants
- entityCollection(InputStream, EdmEntityType) - Method in interface org.apache.olingo.server.api.deserializer.ODataDeserializer
-
Deserializes an entity collection stream into an
EntityCollection
object. - entityCollection(ServiceMetadata, EdmEntityType, AbstractEntityCollection, EdmAssistedSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.EdmAssistedSerializer
-
Writes entity-collection data into an InputStream.
- entityCollection(ServiceMetadata, EdmEntityType, AbstractEntityCollection, EntityCollectionSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
-
Writes entity-collection data into an InputStream.
- entityCollection(ServiceMetadata, EdmEntityType, Delta, EntityCollectionSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.EdmDeltaSerializer
-
Writes collection of delta-response into an InputStream.
- EntityCollection - Class in org.apache.olingo.commons.api.data
-
Data representation for a collection of single entities.
- EntityCollection<T extends StructuredType<?>,
EC extends Collection<T>, CT extends StructuredCollection<T, EC, ?>> - Interface in org.apache.olingo.ext.proxy.api - EntityCollection() - Constructor for class org.apache.olingo.commons.api.data.EntityCollection
- EntityCollectionInvocationHandler<T extends EntityType<?>> - Class in org.apache.olingo.ext.proxy.commons
- EntityCollectionInvocationHandler(AbstractService<?>, Class<? extends EntityCollection<T, ?, ?>>) - Constructor for class org.apache.olingo.ext.proxy.commons.EntityCollectionInvocationHandler
- EntityCollectionInvocationHandler(AbstractService<?>, Collection<T>, Class<? extends EntityCollection<T, ?, ?>>, URI, URIBuilder) - Constructor for class org.apache.olingo.ext.proxy.commons.EntityCollectionInvocationHandler
- 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.
- entityCollectionStreamed(ServiceMetadata, EdmEntityType, EntityIterator, EntityCollectionSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
-
Writes entity-collection data into an InputStream.
- EntityContainer - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- EntityContainer - Enum constant in enum org.apache.olingo.server.api.serializer.Kind
-
Entity Container
- EntityContainer - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Mark POJO as EDM entity container.
- EntityContainerInvocationHandler - Class in org.apache.olingo.ext.proxy.commons
- entityContext() - Method in class org.apache.olingo.ext.proxy.context.Context
- EntityContext - Class in org.apache.olingo.ext.proxy.context
-
Entity context.
- EntityContext() - Constructor for class org.apache.olingo.ext.proxy.context.EntityContext
- entityHandler - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- entityId - Enum constant in enum org.apache.olingo.server.api.uri.UriInfoKind
-
Class:
UriInfoEntityId
URI: http://... - EntityInvocationHandler - Class in org.apache.olingo.ext.proxy.commons
- EntityIterator - Class in org.apache.olingo.commons.api.data
-
Data representation as an Iterator for a collection of single entities.
- EntityIterator() - Constructor for class org.apache.olingo.commons.api.data.EntityIterator
- EntityLinkDesc - Class in org.apache.olingo.ext.proxy.context
- EntityLinkDesc(String, EntityInvocationHandler, String) - Constructor for class org.apache.olingo.ext.proxy.context.EntityLinkDesc
- EntityLinkDesc(String, EntityInvocationHandler, Collection<EntityInvocationHandler>, ClientLinkType) - Constructor for class org.apache.olingo.ext.proxy.context.EntityLinkDesc
- EntityLinkDesc(String, EntityInvocationHandler, EntityInvocationHandler, ClientLinkType) - Constructor for class org.apache.olingo.ext.proxy.context.EntityLinkDesc
- EntityMediaObject - Class in org.apache.olingo.commons.api.data
- EntityMediaObject() - Constructor for class org.apache.olingo.commons.api.data.EntityMediaObject
- EntityProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling a single instance of an Entity Type.
- entityReferences(InputStream) - Method in interface org.apache.olingo.server.api.deserializer.ODataDeserializer
-
Reads entity references from the provided document.
- 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 - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceEntitySet
URI: http://... - entitySet - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlOperationImport
-
The Entity set.
- entitySet - Variable in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
- entitySet(EdmEntitySet) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
-
Set the edm entity set.
- EntitySet - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- EntitySet - Enum constant in enum org.apache.olingo.server.api.serializer.Kind
-
Entity Set
- EntitySet<T extends EntityType<?>,
EC extends Collection<T>> - Interface in org.apache.olingo.ext.proxy.api - EntitySet - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Give entity set a name.
- ENTITYSET - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- EntitySetInvocationHandler<T extends EntityType<?>,
KEY extends Serializable, EC extends EntityCollection<T, ?, ?>> - Class in org.apache.olingo.ext.proxy.commons - EntitySetInvocationHandler(Class<?>, AbstractService<?>, URIBuilder) - Constructor for class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- entitySetOrSingletonOrType(String) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
-
Set the entity set / singleton / type name.
- entitySetPath - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
The Entity set path.
- EntityType - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- EntityType - Enum constant in enum org.apache.olingo.server.api.serializer.Kind
-
EntityType
- EntityType<T extends StructuredType<?>> - Interface in org.apache.olingo.ext.proxy.api
- EntityType - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Mark POJO as EDM entity type.
- EntityUUID - Class in org.apache.olingo.ext.proxy.context
- EntityUUID(URI, Class<?>) - Constructor for class org.apache.olingo.ext.proxy.context.EntityUUID
- EntityUUID(URI, Class<?>, Object) - Constructor for class org.apache.olingo.ext.proxy.context.EntityUUID
- ENUM - Enum constant in enum org.apache.olingo.commons.api.data.PropertyType
-
Enum.
- ENUM - Enum constant in enum org.apache.olingo.commons.api.data.ValueType
-
Enum type
- ENUM - Enum constant in enum org.apache.olingo.commons.api.edm.constants.EdmTypeKind
-
Enum type
- 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 - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- EnumMember - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Type Edm.EnumMeber
- EnumType - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- EnumType - Enum constant in enum org.apache.olingo.server.api.serializer.Kind
-
Enum Type
- EnumType - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Mark Java enum as EDM enum type.
- eq(String, Object) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- eq(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- Eq - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Eq - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType
-
Type Edm.Eq must have two operands which must evaluate to a boolean value
- Eq - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- EQ - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
Equality operator
- equals(Object) - Method in class org.apache.olingo.client.api.domain.AbstractClientPayload
- equals(Object) - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
- equals(Object) - Method in class org.apache.olingo.client.api.domain.ClientInlineEntity
- equals(Object) - Method in class org.apache.olingo.client.api.domain.ClientInlineEntitySet
- equals(Object) - Method in class org.apache.olingo.client.api.domain.ClientItem
- equals(Object) - Method in class org.apache.olingo.commons.api.data.AbstractODataObject
- equals(Object) - Method in class org.apache.olingo.commons.api.data.Annotation
- equals(Object) - Method in class org.apache.olingo.commons.api.data.ComplexValue
- equals(Object) - Method in class org.apache.olingo.commons.api.data.Delta
- equals(Object) - Method in class org.apache.olingo.commons.api.data.DeltaLink
- equals(Object) - Method in class org.apache.olingo.commons.api.data.Entity
- equals(Object) - Method in class org.apache.olingo.commons.api.data.EntityCollection
- equals(Object) - Method in class org.apache.olingo.commons.api.data.Link
- equals(Object) - Method in class org.apache.olingo.commons.api.data.Linked
- equals(Object) - Method in class org.apache.olingo.commons.api.data.Parameter
- equals(Object) - Method in class org.apache.olingo.commons.api.data.Property
- equals(Object) - Method in class org.apache.olingo.commons.api.data.Valuable
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.FullQualifiedName
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.geo.ComposedGeospatial
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.geo.Point
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.geo.Polygon
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.geo.SRID
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlAnnotationPath
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlApply
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCollection
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIf
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElement
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElementReference
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlNavigationPropertyPath
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlNull
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPath
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyPath
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyValue
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlRecord
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlUrlRef
- equals(Object) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotation
- equals(Object) - Method in class org.apache.olingo.commons.api.format.ContentType
- equals(Object) - Method in class org.apache.olingo.ext.proxy.api.AbstractEntityKey
- equals(Object) - Method in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- equals(Object) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- equals(Object) - Method in class org.apache.olingo.ext.proxy.commons.PrimitiveCollectionInvocationHandler
- equals(Object) - Method in class org.apache.olingo.ext.proxy.context.EntityLinkDesc
- equals(Object) - Method in class org.apache.olingo.ext.proxy.context.EntityUUID
- error(ODataServerError) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
-
Writes an ODataError into an InputStream.
- ERROR - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
error document
- ERROR_CODE - Static variable in interface org.apache.olingo.commons.api.Constants
- ERROR_DETAIL - Static variable in interface org.apache.olingo.commons.api.Constants
- ERROR_DETAILS - Static variable in interface org.apache.olingo.commons.api.Constants
- ERROR_INNERERROR - Static variable in interface org.apache.olingo.commons.api.Constants
- ERROR_MESSAGE - Static variable in interface org.apache.olingo.commons.api.Constants
- ERROR_TARGET - Static variable in interface org.apache.olingo.commons.api.Constants
- ErrorProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor which is called if any error/exception occurs inside the library or another processor.
- ETAG - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19">HTTP/1.1 documentation}.
- ETagHelper - Interface in org.apache.olingo.server.api.etag
-
Used for ETag-related tasks.
- execute() - Method in interface org.apache.olingo.client.api.communication.request.AsyncRequestWrapper
-
execute the request for the first time.
- execute() - Method in interface org.apache.olingo.client.api.communication.request.ODataBasicRequest
-
Request execute.
- execute() - Method in interface org.apache.olingo.client.api.communication.request.retrieve.ODataRawRequest
-
Executes the query.
- execute() - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- execute() - Method in class org.apache.olingo.ext.pojogen.HelpMojo
- execute() - Method in interface org.apache.olingo.ext.proxy.api.EntitySet
-
Returns all instances.
- execute() - Method in interface org.apache.olingo.ext.proxy.api.GenericCollection
-
Returns all instances.
- execute() - Method in interface org.apache.olingo.ext.proxy.api.Invoker
- execute() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- execute() - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- execute() - Method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- execute() - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- execute(Class<SEC>) - Method in interface org.apache.olingo.ext.proxy.api.EntitySet
-
Returns all instances of the given subtype.
- execute(Class<SEC>) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- execute(Class<SEC>) - Method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- executeAsync() - Method in interface org.apache.olingo.ext.proxy.api.EntitySet
-
Asynchronously returns all instances.
- executeAsync() - Method in interface org.apache.olingo.ext.proxy.api.GenericCollection
-
Asynchronously returns all instances.
- executeAsync() - Method in interface org.apache.olingo.ext.proxy.api.Invoker
- executeAsync() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- executeAsync() - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- executeAsync(Class<SEC>) - Method in interface org.apache.olingo.ext.proxy.api.EntitySet
-
Asynchronously returns all instances of the given subtype.
- executeAsync(Class<SEC>) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- executeAsync(Class<SEC>) - Method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- exists(KEY) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
-
Returns whether an entity with the given id exists.
- exists(KEY) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- exists(KEY) - Method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- expand(String...) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds expand query option.
- expand(String...) - Method in interface org.apache.olingo.ext.proxy.api.StructuredQuery
-
Sets $expand expression.
- expand(String...) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- expand(String...) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- expand(String...) - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- 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.
- Expand - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents the expand transformation.
- EXPAND - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
-
This option indicates entities associated with the EntityType instance or EntitySet, identified by the resource path section of the URI, and MUST be represented inline in the data service's response.
- EXPAND - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
- EXPAND - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- 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://...
- ExpandOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents the system query option $expand For example: http://...
- expandWithOptions(String, boolean, boolean, Map<QueryOption, Object>) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
The set of expanded entities can be refined through the application of expand options, expressed as a semicolon-separated list of system query options, enclosed in parentheses, see [OData-URL].
- expandWithOptions(String, Map<QueryOption, Object>) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
The set of expanded entities can be refined through the application of expand options, expressed as a semicolon-separated list of system query options, enclosed in parentheses, see [OData-URL].
- expandWithSelect(String, String...) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Properties of related entities can be specified by including the $select query option within the $expand.
- EXPECT - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See RFC 7231.
- EXPECTATION_FAILED - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- EXPIRES - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21">HTTP/1.1 documentation}.
- 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(String) - Constructor for exception org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitException
- ExpressionVisitException(String, Throwable) - Constructor for exception org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitException
- ExpressionVisitException(Throwable) - 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.
- Extending - Enum constant in enum org.apache.olingo.server.api.serializer.Kind
-
Extending
- extractBoundaryFromContentType(String) - Method in interface org.apache.olingo.server.api.batch.BatchFacade
-
Extracts the boundary of a multipart/mixed header.
- extractGenericType(Class<?>, Class<?>...) - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
- extractTypeArg(Class<?>, Class<?>...) - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
F
- facetsFrom(EdmProperty) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
-
Sets all facets from an EDM property.
- facetsFrom(EdmProperty) - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
-
Sets all facets from an EDM property.
- FAILED - Enum constant in enum org.apache.olingo.server.api.etag.PreconditionException.MessageKeys
-
no parameter
- FC_CONTENT_KIND - Static variable in class org.apache.olingo.ext.pojogen.AbstractUtility
- FC_KEEP_IN_CONTENT - Static variable in class org.apache.olingo.ext.pojogen.AbstractUtility
- FC_NS_PREFIX - Static variable in class org.apache.olingo.ext.pojogen.AbstractUtility
- FC_NS_URI - Static variable in class org.apache.olingo.ext.pojogen.AbstractUtility
- FC_SOURCE_PATH - Static variable in class org.apache.olingo.ext.pojogen.AbstractUtility
- FC_TARGET_PATH - Static variable in class org.apache.olingo.ext.pojogen.AbstractUtility
- fetchPartial(URI, Class<T>) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- fetchPartial(URI, Class<T>) - Method in class org.apache.olingo.ext.proxy.commons.AbstractEntityCollectionInvocationHandler
- fetchPartial(URI, Class<T>) - Method in class org.apache.olingo.ext.proxy.commons.ComplexCollectionInvocationHandler
- fetchPartial(URI, Class<T>) - Method in class org.apache.olingo.ext.proxy.commons.PrimitiveCollectionInvocationHandler
- fetchTermDefinitionSchema(List<InputStream>) - Method in interface org.apache.olingo.client.api.serialization.ClientODataDeserializer
-
Gets all the terms defined in the given input stream
- fetchWholeEntitySet(URIBuilder, Class<S>, Class<SEC>) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- filter(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds filter query option.
- filter(String) - Method in interface org.apache.olingo.ext.proxy.api.StructuredCollectionQuery
-
Sets the $filter expression.
- filter(String) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- filter(String) - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- filter(URIFilter) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds filter for filter query option.
- filter(URIFilter) - Method in interface org.apache.olingo.ext.proxy.api.StructuredCollectionQuery
-
Sets the filter generating the $filter expression.
- filter(URIFilter) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- filter(URIFilter) - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- Filter - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents the filter transformation.
- FILTER - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
-
This option specifies a predicate used to filter the elements from the EntitySet identified by the resource path section of the URI.
- FILTER - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
- FILTER - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- FilterArg - Interface in org.apache.olingo.client.api.uri
-
Interface for any available filter argument.
- FilterArgFactory - Interface in org.apache.olingo.client.api.uri
- FilterFactory - Interface in org.apache.olingo.client.api.uri
- FilterOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents the system query option $filter For example: http://...
- finalizeBody() - Method in interface org.apache.olingo.client.api.communication.request.ODataPayloadManager
-
Closes piped output stream.
- findGetterByAnnotatedName(Class<?>, Class<? extends Annotation>, String) - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
- FixedFormatDeserializer - Interface in org.apache.olingo.server.api.deserializer
- FixedFormatSerializer - Interface in org.apache.olingo.server.api.serializer
-
OData serializer for fixed output formats.
- fixedLenght() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Property
- Float - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Float - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Type Edm.Float
- floor(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- FLOOR - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- flush() - Method in interface org.apache.olingo.ext.proxy.api.PersistenceManager
-
Flushes all pending changes to the OData service.
- flush() - Method in class org.apache.olingo.ext.proxy.commons.NonTransactionalPersistenceManagerImpl
- flushAsync() - Method in interface org.apache.olingo.ext.proxy.api.PersistenceManager
-
Asynchronously flushes all pending changes to the OData service.
- flushAsync() - Method in class org.apache.olingo.ext.proxy.commons.NonTransactionalPersistenceManagerImpl
- FORBIDDEN - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- FORBIDDEN_HEADER - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- forceNextMonitorCheck(URI) - Method in interface org.apache.olingo.client.api.communication.response.AsyncResponseWrapper
-
Specifies the location for the next monitor check.
- format(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds format query option.
- FORMAT - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
-
This option specifies the media type acceptable in a response.
- FORMAT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- FormatOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents the system query option $format For example: http://...
- FOUND - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- fractionalseconds(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- FRACTIONALSECONDS - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- FROM - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See RFC 7231.
- fromAcceptHeader(String) - Static method in class org.apache.olingo.commons.api.format.ContentType
-
Uses the first MIME type from the accept header to determine the content type.
- fromContentType(ContentType) - Static method in class org.apache.olingo.commons.api.format.AcceptType
-
Creates a list of
AcceptType
objects based on given content type. - fromStatusCode(int) - Static method in enum org.apache.olingo.commons.api.http.HttpStatusCode
-
Converts a numerical status code into the corresponding status enum object.
- fromString(String) - Static method in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Creates a new type by a given string e.g.
- fromString(String) - Static method in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType
-
Creates a new type by a given string e.g.
- fromString(String, String) - Static method in enum org.apache.olingo.client.api.domain.ClientLinkType
-
Gets
LinkType
instance from the given rel and type. - fromUriLiteral(String) - Method in interface org.apache.olingo.commons.api.edm.EdmPrimitiveType
-
Converts URI literal representation to default literal representation.
- FullQualifiedName - Class in org.apache.olingo.commons.api.edm
-
A full qualified name of any element in the EDM consists of a name and a namespace.
- FullQualifiedName(String) - Constructor for class org.apache.olingo.commons.api.edm.FullQualifiedName
-
Create the FQN with given namespace and name (which is split of last
.
of the parameter). - FullQualifiedName(String, String) - Constructor for class org.apache.olingo.commons.api.edm.FullQualifiedName
-
Create the FQN with given namespace and name
- function - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceFunction
URI: http://... - Function - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- Function - Enum constant in enum org.apache.olingo.server.api.serializer.Kind
-
Function
- FUNCTION - Enum constant in enum org.apache.olingo.commons.api.data.Operation.Type
- FUNCTION - Enum constant in enum org.apache.olingo.commons.api.edm.constants.EdmTypeKind
-
Function type
- FUNCTION - Enum constant in enum org.apache.olingo.ext.proxy.api.OperationType
-
Functions MUST NOT have observable side effects and MUST return a single instance or a collection of instances of any type.
- FunctionImport - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- FunctionImport - Enum constant in enum org.apache.olingo.server.api.serializer.Kind
-
Function Import
G
- GATEWAY_TIMEOUT - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- ge(String, Object) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- ge(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- Ge - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Ge - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType
-
Type Edm.Ge must have two operands which must evaluate to a boolean value
- Ge - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- GE - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
Greater than or equals (">=") operator
- GenericCollection<T extends Serializable,
C extends Collection<T>> - Interface in org.apache.olingo.ext.proxy.api - geoDistance(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- GEODISTANCE - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- Geography - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GEOGRAPHY - Enum constant in enum org.apache.olingo.commons.api.edm.geo.Geospatial.Dimension
-
Geography type
- GeographyCollection - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GeographyLineString - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GeographyMultiLineString - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GeographyMultiPoint - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GeographyMultiPolygon - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GeographyPoint - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GeographyPolygon - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- geoIntersects(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- GEOINTERSECTS - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- geoLength(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- GEOLENGTH - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- Geometry - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GEOMETRY - Enum constant in enum org.apache.olingo.commons.api.edm.geo.Geospatial.Dimension
-
Geometry type
- GeometryCollection - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GeometryLineString - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GeometryMultiLineString - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GeometryMultiPoint - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GeometryMultiPolygon - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GeometryPoint - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- GeometryPolygon - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- Geospatial - Class in org.apache.olingo.commons.api.edm.geo
-
Base class for all geospatial info.
- Geospatial(Geospatial.Dimension, Geospatial.Type, SRID) - Constructor for class org.apache.olingo.commons.api.edm.geo.Geospatial
-
Constructor.
- GEOSPATIAL - Enum constant in enum org.apache.olingo.commons.api.data.ValueType
-
Geospatial value
- Geospatial.Dimension - Enum in org.apache.olingo.commons.api.edm.geo
-
Dimension of the geospatial type
- Geospatial.Type - Enum in org.apache.olingo.commons.api.edm.geo
-
Type of the geospatial type
- GeospatialCollection - Class in org.apache.olingo.commons.api.edm.geo
-
Wrapper for a collection of geospatials info.
- GeospatialCollection(Geospatial.Dimension, SRID, List<Geospatial>) - Constructor for class org.apache.olingo.commons.api.edm.geo.GeospatialCollection
-
Creates a new collection of geospatial types.
- GEOSPATIALCOLLECTION - Enum constant in enum org.apache.olingo.commons.api.edm.geo.Geospatial.Type
-
The OGIS geometry type number for feature collections.
- geospatials - Variable in class org.apache.olingo.commons.api.edm.geo.ComposedGeospatial
- GeoUtils - Class in org.apache.olingo.commons.api.data
-
Utilities class for Geography data types.
- get(Integer) - Method in class org.apache.olingo.ext.proxy.commons.TransactionItems
- get(String) - Method in interface org.apache.olingo.client.api.domain.ClientComplexValue
-
Gets field.
- 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
- get(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
-
Converts the URI syntax to an enumeration value.
- get(EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.commons.TransactionItems
- GET - Enum constant in enum org.apache.olingo.commons.api.http.HttpMethod
- getAccept() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Gets Accept OData request header.
- getAction() - Method in interface org.apache.olingo.commons.api.edm.EdmOnDelete
- getAction() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlActionImport
-
Returns the full qualified name of the action as string
- getAction() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOnDelete
-
Gets action.
- getAction() - Method in interface org.apache.olingo.server.api.uri.UriResourceAction
-
If the resource path specifies an action import this method will deliver the unbound action for the action import.
- getActionByName(FullQualifiedName) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getActionFQN() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlActionImport
-
Returns the full qualified name of the action
- 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 theEdmAction
. - getActionImport(String) - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
-
Get contained ActionImport by name.
- getActionImport(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Gets the first action import with given name.
- getActionImport(FullQualifiedName, String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getActionImport(FullQualifiedName, String) - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return an
CsdlActionImport
or null if nothing is found - getActionImportInvokeRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
-
Gets an invoke request instance for the action import with the given name.
- getActionImportInvokeRequest(String, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
-
Gets an invoke request instance for the action import with the given name.
- getActionImportName() - Method in interface org.apache.olingo.commons.api.edm.EdmActionImportInfo
- getActionImports() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
-
This method DOES NOT support lazy loading
- getActionImports() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Gets action imports.
- getActionImports(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Gets all action imports with given name.
- getActionImportUri() - Method in interface org.apache.olingo.commons.api.edm.EdmActionImportInfo
-
We use a
URI
object here to ensure the right encoding. - getActionInvokeRequest(URI, Class<T>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.InvokeRequestFactory
-
Gets an invoke request instance for the action bound to given URI (no parameters).
- getActionInvokeRequest(URI, Class<T>, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.InvokeRequestFactory
-
Gets an invoke request instance for the action bound to given URI (with parameters).
- getActionParameters() - Method in interface org.apache.olingo.server.api.deserializer.DeserializerResult
-
Returns the deserialized action parameters of an
Entity
as key/value pairs. - getActions() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
- getActions() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets actions.
- getActions(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
All actions with the given name
- getActions(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getActions(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return a list of all
CsdlAction
for the FullQualifiedname or null if nothing is found - getActionsBoundTo(String, boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getAddedLinks() - Method in interface org.apache.olingo.client.api.domain.ClientDelta
- getAddedLinks() - Method in class org.apache.olingo.commons.api.data.Delta
-
Get list of added links (must not be NULL).
- getAdditionalProperties() - Method in class org.apache.olingo.commons.api.ex.ODataError
-
Gets server defined additional properties.
- getAdditionalProperties() - Method in class org.apache.olingo.commons.api.ex.ODataErrorDetail
-
Gets server defined additional properties.
- getAlias() - Method in interface org.apache.olingo.client.api.edm.xml.Include
- getAlias() - Method in interface org.apache.olingo.commons.api.edm.EdmKeyPropertyRef
- getAlias() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
- getAlias() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAliasInfo
-
Returns the alias of item
- getAlias() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlPropertyRef
-
Gets alias.
- getAlias() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets alias.
- getAlias() - Method in class org.apache.olingo.commons.api.edmx.EdmxReferenceInclude
- getAlias() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression
-
Gets the name of the aggregate if an alias name has been set.
- getAlias() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.ComputeExpression
-
Gets the name of the computation result if an alias name has been set.
- getAlias() - Method in interface org.apache.olingo.server.api.uri.UriParameter
- getAliases() - Method in interface org.apache.olingo.server.api.uri.UriInfo
-
Gets a list of all alias definitions which were in the URI (including aliases not used anywhere).
- getAliasInfos() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getAliasInfos() - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return a list of all namespaces which have an alias
- getAllByName(String, Collection<T>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
-
Gets all by name.
- getAllHeaders() - Method in class org.apache.olingo.server.api.ODataRequest
-
Gets all headers.
- getAllHeaders() - Method in class org.apache.olingo.server.api.ODataResponse
-
Get all headers with the according values.
- getAllOperationsInSchemaNameSpace() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectItem
- getAllowedClasses() - Method in class org.apache.olingo.ext.proxy.AbstractService
-
Returns a set of classes which are allowed for deserialization.
By default, only classes from the "org.apache.olingo" package are allowed. - getAnnotation(Class<? extends AbstractTerm>) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- getAnnotation(Class<ANN>, AccessibleObject) - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
- getAnnotation(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotations
-
Gets annotation.
- getAnnotation(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets annotation.
- getAnnotation(EdmTerm, String) - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotatable
- getAnnotationGroup(String, String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets annotation group.
- getAnnotationGroup(FullQualifiedName, String) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get
EdmAnnotations
by target. - getAnnotationGroups() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
- getAnnotationGroups() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets annotation groups.
- getAnnotations() - Method in interface org.apache.olingo.client.api.domain.ClientAnnotatable
- getAnnotations() - Method in class org.apache.olingo.client.api.domain.ClientLink
- getAnnotations() - Method in class org.apache.olingo.commons.api.data.Annotatable
-
Get Annotations.
- getAnnotations() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotatable
-
Get list of all annotations.
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlApply
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIf
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElement
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlNull
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyValue
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlRecord
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlUrlRef
- getAnnotations() - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlAnnotatable
-
Returns a list of annotations
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotation
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotations
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumMember
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOnDelete
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperationImport
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReferentialConstraint
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
- getAnnotations() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
- getAnnotations() - Method in class org.apache.olingo.commons.api.edmx.EdmxReference
- getAnnotations() - Method in class org.apache.olingo.ext.proxy.commons.AnnotatableInvocationHandler
- getAnnotations() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- getAnnotationsGroup(FullQualifiedName, String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getAnnotationsGroup(FullQualifiedName, String) - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
Gets annotations group.
- getAnnotationTerms() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- getAnnotationTerms(AbstractService<?>, List<ClientAnnotation>) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- getApplicationResponse() - Method in class org.apache.olingo.server.api.debug.DebugInformation
-
This method will return the ODataResponse which was filled by the Application or the library in an exception case.
- getAppliedPreferences() - Method in class org.apache.olingo.server.api.prefer.PreferencesApplied
-
Gets the applied preferences.
- getAppliesTo() - Method in interface org.apache.olingo.commons.api.edm.EdmTerm
- getAppliesTo() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Gets applies to.
- getApplyItems() - Method in interface org.apache.olingo.server.api.uri.queryoption.ApplyOption
- getApplyOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.GroupBy
-
Gets the apply option to be applied to the grouped items.
- getApplyOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
- getApplyOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getApplyOptions() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.Concat
-
Gets the concatenated apply options.
- getArgFactory() - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- getAssociationLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getAssociationLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getAssociationLink() - Method in interface org.apache.olingo.commons.api.IConstants
- getAssociationLink(String) - Method in interface org.apache.olingo.client.api.domain.ClientLinked
-
Gets association link with given name, if available, otherwise null.
- getAssociationLink(String) - Method in class org.apache.olingo.commons.api.data.Linked
-
Gets association link with given name, if available, otherwise null.
- getAssociationLinks() - Method in interface org.apache.olingo.client.api.domain.ClientLinked
-
Returns all entity association links.
- getAssociationLinks() - Method in class org.apache.olingo.commons.api.data.Linked
-
Gets association links.
- getAsyncBatchRequestWrapper(ODataBatchRequest) - Method in interface org.apache.olingo.client.api.communication.request.AsyncRequestFactory
- getAsyncRequestFactory() - Method in interface org.apache.olingo.client.api.ODataClient
- getAsyncRequestWrapper(ODataRequest) - Method in interface org.apache.olingo.client.api.communication.request.AsyncRequestFactory
- getAsyncResponse() - Method in interface org.apache.olingo.client.api.communication.request.ODataPayloadManager
-
Closes the payload input stream and ask for an asynchronous response.
- getBasePackage() - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getBaseTerm() - Method in interface org.apache.olingo.commons.api.edm.EdmTerm
-
When applying a term with a base term,the base term MUST also be applied with the same qualifier, and so on until a term without a base term is reached.
- getBaseTerm() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Gets base term.
- getBaseType() - Method in enum org.apache.olingo.commons.api.data.ValueType
-
Get base type for this value type.
- getBaseType() - Method in interface org.apache.olingo.commons.api.edm.EdmComplexType
- getBaseType() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityType
- getBaseType() - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
-
Base types are described in the OData protocol specification.
- getBaseType() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Gets base type.
- getBaseTypeFQN() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Gets base type fQN.
- getBaseURI() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
-
Gets base URI.
- getBaseURI() - Method in class org.apache.olingo.commons.api.data.AbstractODataObject
-
Gets base URI.
- getBatchRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.batch.BatchRequestFactory
-
Gets a batch request object instance.
- getBatchRequestFactory() - Method in interface org.apache.olingo.client.api.ODataClient
- getBind() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getBind() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getBind() - Method in interface org.apache.olingo.commons.api.IConstants
- getBinder() - Method in interface org.apache.olingo.client.api.ODataClient
- getBindingLink() - Method in class org.apache.olingo.commons.api.data.Link
-
If this is a "toOne" relationship this method delivers the binding link or null if not set.
- getBindingLinks() - Method in class org.apache.olingo.commons.api.data.Link
-
If this is a "toMany" relationship this method delivers the binding links or emptyList if not set.
- getBindingParameter() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntitySetPath
-
Gets binding parameter.
- getBindingParameterTypeFqn() - Method in interface org.apache.olingo.commons.api.edm.EdmOperation
- getBody() - Method in interface org.apache.olingo.client.api.communication.request.ODataPayloadManager
-
Gets payload stream.
- getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataBatchResponse
-
Get all the batch response items.
- getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataEntityCreateResponse
-
Gets created object.
- getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataEntityUpdateResponse
-
Gets updated object.
- getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataInvokeResponse
-
Gets operation return value if exists.
- getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataMediaEntityCreateResponse
-
Gets created object.
- getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataMediaEntityUpdateResponse
-
Gets updated object.
- getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataPropertyUpdateResponse
-
Gets updated object.
- getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataRetrieveResponse
-
Gets query result objects.
- getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataStreamUpdateResponse
-
Gets created/updated object.
- getBody() - Method in interface org.apache.olingo.client.api.communication.response.ODataValueUpdateResponse
-
Gets updated object.
- getBody() - Method in class org.apache.olingo.server.api.ODataRequest
-
Gets the body of the request.
- getBodyAs(Class<T>) - Method in interface org.apache.olingo.client.api.communication.response.ODataRawResponse
- getBodyStreamWriter() - Method in interface org.apache.olingo.client.api.communication.request.ODataStreamer
-
Gets the piped stream to be used to stream the payload.
- getBoundAction(FullQualifiedName, FullQualifiedName, Boolean) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get Action by full qualified name and binding parameter type.
- getBoundActionInvokeRequest(URI, FullQualifiedName, FullQualifiedName, Boolean) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
-
Gets an invoke request instance for the action bound to given URI (no parameters).
- getBoundActionInvokeRequest(URI, FullQualifiedName, FullQualifiedName, Boolean, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
-
Gets an invoke request instance for the action bound to given URI (with parameters).
- getBoundActionWithBindingType(FullQualifiedName, Boolean) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get Action by full qualified name and binding parameter type.
- getBoundFunction(FullQualifiedName, FullQualifiedName, Boolean, List<String>) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get Function by full qualified name and binding parameter type and binding parameter names.
- getBoundFunctionInvokeRequest(URI, FullQualifiedName, FullQualifiedName, Boolean) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
-
Gets an invoke request instance for the function bound to given URI (no parameters).
- getBoundFunctionInvokeRequest(URI, FullQualifiedName, FullQualifiedName, Boolean, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
-
Gets an invoke request instance for the function bound to given URI (with parameters).
- getBoundFunctionsWithBindingType(FullQualifiedName, Boolean) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get Function by binding parameter type
- getBundleName() - Method in exception org.apache.olingo.server.api.deserializer.DeserializerException
- getBundleName() - Method in exception org.apache.olingo.server.api.etag.PreconditionException
- getBundleName() - Method in exception org.apache.olingo.server.api.ODataLibraryException
-
Gets the name of the
ResourceBundle
containing the exception texts. - getBundleName() - Method in exception org.apache.olingo.server.api.serializer.BatchSerializerException
- getBundleName() - Method in exception org.apache.olingo.server.api.serializer.SerializerException
- getByKey(KEY) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
-
Retrieves an entity by its key.
- getByKey(KEY) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- getByKey(KEY) - Method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- getByKey(KEY, Class<S>) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
-
Retrieves an entity by its key, considering polymorphism.
- getByKey(KEY, Class<S>) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- getByKey(KEY, Class<S>) - Method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- getByName(String) - Static method in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
-
Get a type kind by name.
- getBytes() - Method in class org.apache.olingo.commons.api.data.EntityMediaObject
- getCachedEdm() - Method in interface org.apache.olingo.client.api.EdmEnabledODataClient
-
Return the cached Edm matadata information.
- getCallback() - Method in interface org.apache.olingo.server.api.prefer.Preferences
-
Gets the value of the
url
parameter of the preferenceodata.callback
ornull
if not set or the URI is not valid. - getChanges() - Method in class org.apache.olingo.ext.proxy.commons.PersistenceChanges
- getCharset() - Method in class org.apache.olingo.commons.api.format.AcceptCharset
- getClassName() - Method in class org.apache.olingo.server.api.debug.RuntimeMeasurement
-
Gets the class name.
- getClient() - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- getClient() - Method in class org.apache.olingo.ext.pojogen.V4POJOGenMojo
- getClient() - Method in class org.apache.olingo.ext.proxy.AbstractService
- getClient() - Method in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- getCode() - Method in class org.apache.olingo.commons.api.ex.ODataError
-
The value for the code name/value pair is a language-independent string.
- getCode() - Method in class org.apache.olingo.commons.api.ex.ODataErrorDetail
-
Gets error code.
- getCollectionValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
-
Gets collection value.
- getComplex() - Method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
- getComplex(String, ClientValue, Class<?>, EntityInvocationHandler, URI, boolean) - Method in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- getComplexProxy(AbstractService<?>, String, ClientValue, Class<?>, EntityInvocationHandler, URI, boolean) - Static method in class org.apache.olingo.ext.proxy.utils.ProxyUtils
- getComplexType() - Method in interface org.apache.olingo.server.api.uri.UriResourceComplexProperty
- getComplexType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets complex type.
- getComplexType(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get complex type by full qualified name..
- getComplexType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getComplexType(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return a
CsdlComplexType
or null if nothing is found. - getComplexTypeClass(String) - Method in class org.apache.olingo.ext.proxy.AbstractService
- getComplexTypeFilter() - Method in interface org.apache.olingo.server.api.uri.UriResourceComplexProperty
-
Behind a complex property may be a type filter E.g. http://...
- getComplexTypeRef(AbstractService<?>, ClientValue) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- getComplexTypes() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
- getComplexTypes() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets complex types.
- getComplexTypeWithAnnotations(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get complex type with annotations by full qualified name..
- getComplexValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
-
Gets complex value.
- getCompoundKey(Object) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- getCompoundKeyRef(Class<?>) - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
- getConfiguration() - Method in interface org.apache.olingo.client.api.ODataClient
- getContainedEntitySet(EdmNavigationProperty) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getContainer() - Method in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
- getContainerName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainerInfo
-
Gets container name.
- getContent() - Method in class org.apache.olingo.server.api.ODataResponse
-
Gets the content (body).
- getContent() - Method in interface org.apache.olingo.server.api.serializer.SerializerResult
-
Returns the serialized content
- getContentType() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Gets contentType OData request header.
- getContentType() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
-
Gets the content type.
- getContentType() - Method in interface org.apache.olingo.ext.proxy.api.EdmStreamValue
- getContentType() - Method in class org.apache.olingo.ext.proxy.commons.EdmStreamValueHandler
- getContext() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getContext() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getContext() - Method in interface org.apache.olingo.commons.api.IConstants
- getContext() - Method in class org.apache.olingo.ext.proxy.AbstractService
- getContext() - Method in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- getContextURL() - Method in class org.apache.olingo.client.api.data.ResWrap
-
The context URL describes the content of the payload.
- getContextURL() - Method in class org.apache.olingo.client.api.domain.AbstractClientPayload
-
The context URL describes the content of the payload.
- getContextURL() - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions
-
Gets the
ContextURL
. - getContextURL() - Method in class org.apache.olingo.server.api.serializer.EdmAssistedSerializerOptions
-
Gets the
ContextURL
. - getContextURL() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
-
Gets the
ContextURL
. - getContextURL() - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions
-
Gets the
ContextURL
. - getContextURL() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
-
Gets the
ContextURL
. - getContextURL() - Method in class org.apache.olingo.server.api.serializer.ReferenceCollectionSerializerOptions
-
Gets the
ContextURL
. - getContextURL() - Method in class org.apache.olingo.server.api.serializer.ReferenceSerializerOptions
-
Gets the
ContextURL
. - getCount() - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
-
Gets in-line count.
- getCount() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getCount() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getCount() - Method in class org.apache.olingo.commons.api.data.AbstractEntityCollection
- getCount() - Method in class org.apache.olingo.commons.api.data.EntityCollection
-
Gets number of entries - if it was required.
- getCount() - Method in class org.apache.olingo.commons.api.data.EntityIterator
-
Gets count
- getCount() - Method in interface org.apache.olingo.commons.api.IConstants
- getCount() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
-
Gets the $count system query option.
- getCount() - Method in class org.apache.olingo.server.api.serializer.ReferenceCollectionSerializerOptions
-
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.UriInfoAll
- getCountOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
- getCountOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getCUDRequestFactory() - Method in interface org.apache.olingo.client.api.ODataClient
- getCurrent() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator
-
Gets last cached line (the current one).
- getCustomMethod() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression
-
Gets the name of the custom aggregation method if used.
- getCustomQueryOptions() - Method in interface org.apache.olingo.server.api.uri.UriInfoAll
- getCustomQueryOptions() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
- getCustomQueryOptions() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getDataServices() - Method in interface org.apache.olingo.client.api.edm.xml.Edmx
- getDataServiceVersion() - Method in interface org.apache.olingo.client.api.edm.xml.DataServices
- getDataServiceVersion() - Method in interface org.apache.olingo.server.api.ServiceMetadata
-
Get the data-service version.
- getDefaultBatchAcceptFormat() - Method in interface org.apache.olingo.client.api.Configuration
-
Gets the configured default Accept header value format for a batch request.
- getDefaultFormat() - Method in interface org.apache.olingo.client.api.Configuration
-
Gets the configured OData format.
- getDefaultMediaFormat() - Method in interface org.apache.olingo.client.api.Configuration
-
Gets the configured OData media format.
- getDefaultPubFormat() - Method in interface org.apache.olingo.client.api.Configuration
-
Gets the configured OData format for AtomPub exchanges.
- getDefaultType() - Method in interface org.apache.olingo.commons.api.edm.EdmPrimitiveType
-
Returns the default Java type for this EDM primitive type as described in the documentation of
EdmPrimitiveType
. - getDefaultValue() - Method in interface org.apache.olingo.commons.api.edm.EdmProperty
- getDefaultValue() - Method in interface org.apache.olingo.commons.api.edm.EdmTerm
- getDefaultValue() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Gets default value.
- getDefaultValue() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Gets default value.
- getDefaultValueFormat() - Method in interface org.apache.olingo.client.api.Configuration
-
Gets the configured OData value format.
- getDeletedEntities() - Method in interface org.apache.olingo.client.api.domain.ClientDelta
- getDeletedEntities() - Method in class org.apache.olingo.commons.api.data.Delta
-
Get list of deleted entities (must not be NULL).
- getDeletedLinks() - Method in interface org.apache.olingo.client.api.domain.ClientDelta
- getDeletedLinks() - Method in class org.apache.olingo.commons.api.data.Delta
-
Get list of deleted links (must not be NULL).
- getDeleteRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
-
Gets a delete request object instance.
- getDeltaLink() - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
-
Gets delta link if exists.
- getDeltaLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getDeltaLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getDeltaLink() - Method in class org.apache.olingo.commons.api.data.AbstractEntityCollection
- getDeltaLink() - Method in class org.apache.olingo.commons.api.data.EntityCollection
-
Gets delta link if exists.
- getDeltaLink() - Method in class org.apache.olingo.commons.api.data.EntityIterator
- getDeltaLink() - Method in interface org.apache.olingo.commons.api.IConstants
- getDeltaRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
- getDeltaTokenOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoAll
- getDeltaTokenOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
- getDeltaTokenOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getDerivedEntity() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Get the derived entity.
- getDescendantsOrSelf(EdmTypeInfo) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getDeserializer(ContentType) - Method in interface org.apache.olingo.client.api.ODataClient
- getDetails() - Method in class org.apache.olingo.commons.api.ex.ODataError
-
Gets error details.
- getDimension() - Method in class org.apache.olingo.commons.api.edm.geo.Geospatial
-
Gets dimension.
- getDimension() - Method in class org.apache.olingo.commons.api.edm.geo.SRID
-
Returns the dimension of the SRID instance.
- getDimension(EdmPrimitiveTypeKind) - Static method in class org.apache.olingo.commons.api.data.GeoUtils
-
Get dimension based on given Geography / Geometry type.
- getDynamicProperties() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression
-
Gets the dynamic properties for aggregation expression.
- getEditLink() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Returns OData entity edit link.
- getEditLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getEditLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getEditLink() - Method in class org.apache.olingo.commons.api.data.Entity
-
Gets entity edit link.
- getEditLink() - Method in interface org.apache.olingo.commons.api.IConstants
- getEdm() - Method in interface org.apache.olingo.server.api.ServiceMetadata
-
Gets the entity data model.
- getEdm(String) - Method in interface org.apache.olingo.client.api.EdmEnabledODataClient
-
Checks if the cached Edm matadata information matches the argument and, if not, updates the cache against the configured service root.
- getEdmClass() - Method in enum org.apache.olingo.commons.api.edm.TargetType
- getEdmPrimitiveTypeKind() - Method in class org.apache.olingo.commons.api.edm.geo.Geospatial
-
Returns the
EdmPrimitiveTypeKind
- getEdmPrimitiveTypeKind() - Method in class org.apache.olingo.commons.api.edm.geo.GeospatialCollection
- getEdmPrimitiveTypeKind() - Method in class org.apache.olingo.commons.api.edm.geo.LineString
- getEdmPrimitiveTypeKind() - Method in class org.apache.olingo.commons.api.edm.geo.MultiLineString
- getEdmPrimitiveTypeKind() - Method in class org.apache.olingo.commons.api.edm.geo.MultiPoint
- getEdmPrimitiveTypeKind() - Method in class org.apache.olingo.commons.api.edm.geo.MultiPolygon
- getEdmPrimitiveTypeKind() - Method in class org.apache.olingo.commons.api.edm.geo.Point
- getEdmPrimitiveTypeKind() - Method in class org.apache.olingo.commons.api.edm.geo.Polygon
- getEdmStructuredType() - Method in interface org.apache.olingo.server.api.uri.queryoption.ApplyOption
- getEdmType(EdmEntitySet) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getEdmType(EdmNavigationProperty) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getEdmType(EdmSingleton) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getEdmTypeInfo(String) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getEdmTypeInfo(EdmType) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getEdmVersion() - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
- getElse() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIf
-
Return the third expression of the edm:If expression.
- getElse() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIf
-
Return the third expression of the edm:If expression.
- getEntities() - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
-
Gets contained entities.
- getEntities() - Method in class org.apache.olingo.commons.api.data.EntityCollection
-
Gets entities.
- getEntity() - Method in class org.apache.olingo.client.api.domain.ClientInlineEntity
-
Gets wrapped entity.
- getEntity() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- getEntity() - Method in class org.apache.olingo.ext.proxy.context.AttachedEntity
- getEntity() - Method in interface org.apache.olingo.server.api.deserializer.DeserializerResult
-
Returns an entity.
- getEntity(ClientEntity) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
-
Gets an Entity from the given OData entity.
- getEntity(EntityUUID) - Method in class org.apache.olingo.ext.proxy.context.EntityContext
-
Searches an entity with the specified key.
- getEntityCollection() - Method in interface org.apache.olingo.server.api.deserializer.DeserializerResult
-
Returns an entity collection.
- getEntityCollectionProxy(AbstractService<?>, Class<?>, Class<?>, URI, ClientEntitySet, URI, boolean) - Static method in class org.apache.olingo.ext.proxy.utils.ProxyUtils
- getEntityContainer() - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get main entity container.
- getEntityContainer() - Method in interface org.apache.olingo.commons.api.edm.EdmBindingTarget
-
Returns the entity container this target is contained in.
- getEntityContainer() - Method in interface org.apache.olingo.commons.api.edm.EdmOperationImport
- getEntityContainer() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
- getEntityContainer() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getEntityContainer() - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
Returns the entity container of this edm
- getEntityContainer() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets entity container.
- getEntityContainer(Class<T>) - Method in class org.apache.olingo.ext.proxy.AbstractService
-
Return an initialized concrete implementation of the passed EntityContainer interface.
- getEntityContainer(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get entity container by full qualified name.
- getEntityContainerInfo(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getEntityContainerInfo(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return an
CsdlEntityContainerInfo
or null if nothing is found - getEntityContainerName() - Method in interface org.apache.olingo.commons.api.edm.EdmOperationImportInfo
- getEntityContainerName() - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
- getEntityCreateRequest(URI, E) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
-
Gets a create request object instance.
- getEntityHandler() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- getEntityKeyType(EdmEntitySet) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getEntityKeyType(EdmEntityType) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getEntityKeyType(EdmNavigationProperty) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getEntityKeyType(EdmSingleton) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getEntityProxy(AbstractService<?>, ClientEntity, URI, Class<?>, String, boolean) - Static method in class org.apache.olingo.ext.proxy.utils.ProxyUtils
- getEntityReferences() - Method in interface org.apache.olingo.server.api.deserializer.DeserializerResult
-
Returns the entity references from the provided document.
- getEntityRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
-
Gets a uri request returning a single OData entity.
- getEntitySet() - Method in class org.apache.olingo.client.api.domain.ClientInlineEntitySet
-
Gets wrapped entity set.
- getEntitySet() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperationImport
-
Gets entity set.
- getEntitySet() - Method in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
- getEntitySet() - Method in interface org.apache.olingo.server.api.uri.UriResourceEntitySet
- getEntitySet(String) - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
-
Get contained EntitySet by name.
- getEntitySet(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Gets entity set.
- getEntitySet(ClientEntitySet) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
-
Gets a EntitySet from the given OData entity set.
- getEntitySet(FullQualifiedName, String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getEntitySet(FullQualifiedName, String) - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return an
CsdlEntitySet
or null if nothing is found - getEntitySetByName(String) - Method in interface org.apache.olingo.client.api.data.ServiceDocument
-
Gets top level entity set with given name.
- getEntitySetIteratorRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
-
Gets a uri request returning a set of one or more OData entities.
- getEntitySetNames() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
-
Gets entity set names.
- getEntitySetNames() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
- getEntitySetOrSingletonOrType() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Get the set entity set / singleton / type.
- getEntitySetPath() - Method in interface org.apache.olingo.commons.api.edm.EdmOperation
- getEntitySetPath() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
Gets entity set path.
- getEntitySetProxy(AbstractService<?>, Class<?>, URI) - Static method in class org.apache.olingo.ext.proxy.utils.ProxyUtils
- getEntitySetProxy(AbstractService<?>, Class<?>, ClientEntitySet, URI, boolean) - Static method in class org.apache.olingo.ext.proxy.utils.ProxyUtils
- getEntitySetRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
-
Gets a uri request returning a set of one or more OData entities.
- getEntitySets() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
-
Gets top level entity sets.
- getEntitySets() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
- getEntitySets() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
-
This method DOES NOT support lazy loading
- getEntitySets() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Gets entity sets.
- getEntitySetsWithAnnotations() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
-
This method DOES NOT support lazy loading
- getEntitySetURI() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- getEntitySetURI() - Method in class org.apache.olingo.ext.proxy.context.EntityUUID
- getEntitySetURI(String) - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
-
Gets URI about the given entity set.
- getEntitySetURIs() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
-
Gets entity set URIs.
- getEntityType() - Method in interface org.apache.olingo.commons.api.edm.EdmBindingTarget
-
Get the entity type.
- getEntityType() - Method in interface org.apache.olingo.server.api.uri.UriResourceEntitySet
- getEntityType() - Method in interface org.apache.olingo.server.api.uri.UriResourceSingleton
- getEntityType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets entity type.
- getEntityType(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get entity type by full qualified name.
- getEntityType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getEntityType(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return an
CsdlEntityType
or null if nothing is found - getEntityTypeCast() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
-
Behind $entity a optional type cast can be used in the URI.
- getEntityTypeClass(String) - Method in class org.apache.olingo.ext.proxy.AbstractService
- getEntityTypeFilter() - Method in interface org.apache.olingo.server.api.uri.UriResourceSingleton
- getEntityTypeName(Class<?>) - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
- getEntityTypes() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
- getEntityTypes() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets entity types.
- getEntityTypeWithAnnotations() - Method in interface org.apache.olingo.commons.api.edm.EdmBindingTarget
-
Get the entity type with annotations defined in external file.
- getEntityTypeWithAnnotations(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get entity type with annotations by full qualified name.
- getEntityUpdateRequest(URI, UpdateType, E) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
-
Gets an update request object instance.
- getEntityUpdateRequest(UpdateType, E) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
-
Gets an update request object instance; uses entity's edit link as endpoint.
- getEntityURI() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- getEnumType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets enum type.
- getEnumType(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get enum type by full qualified name.
- getEnumType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getEnumType(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return an
CsdlEnumType
or null if nothing is found - getEnumTypeClass(String) - Method in class org.apache.olingo.ext.proxy.AbstractService
- getEnumTypeName() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmConstantExpression
-
Return the Enum type name or null if this expression is of type primitive or geospatial.
- getEnumTypes() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
- getEnumTypes() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets enum types.
- getEnumValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
-
Gets enum value.
- getErrors() - Method in exception org.apache.olingo.ext.proxy.api.ODataFlushException
- getEtag() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getEtag() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getEtag() - Method in interface org.apache.olingo.commons.api.IConstants
- getETag() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
-
Gets 'ETag' header value.
- getETag() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Gets ETag.
- getETag() - Method in class org.apache.olingo.commons.api.data.Entity
-
Gets ETag.
- getETag() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
-
Gets the current ETag defined into the wrapped entity.
- getException() - Method in class org.apache.olingo.ext.proxy.api.ODataResponseError
- getException() - Method in class org.apache.olingo.server.api.debug.DebugInformation
-
This method will return any exception that was thrown from the application or library.
- getException() - Method in interface org.apache.olingo.server.api.ODataContentWriteErrorContext
-
Get the exception which caused this error (as Java exception).
- getException() - Method in class org.apache.olingo.server.api.ODataServerError
-
Gets the exception.
- getExecutor() - Method in interface org.apache.olingo.client.api.Configuration
-
Retrieves request executor service.
- 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.apply.Expand
-
Gets the expand option.
- getExpandOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
- getExpandOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
- getExpandOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
- getExpandOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getExpandTree() - Method in interface org.apache.olingo.server.api.deserializer.DeserializerResult
-
Returns the ExpandOptions for the deserialized entity.
- getExpression() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotation
- getExpression() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotation
-
Returns the annotated expression
- getExpression() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression
-
Gets the common expression to be aggregated.
- getExpression() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.ComputeExpression
-
Gets the expression to compute.
- 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
- getExpressionName() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmExpression
-
Will return the name of the expression e.g.
- getExpressions() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.Aggregate
-
Gets the aggregate expressions.
- getExpressions() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.Compute
-
Gets the compute expressions.
- getExpressions() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Binary
- getExpressionType() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmExpression
-
See
EdmExpression.EdmExpressionType
for details. - getExtendsContainer() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Gets extends container.
- getExtendsContainer() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainerInfo
-
Gets extends container.
- getExtendsContainerFQN() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Gets extends container fQN.
- getExterior() - Method in class org.apache.olingo.commons.api.edm.geo.Polygon
-
Gets exterior points.
- getFcProperties(EdmProperty) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getFilterFactory() - Method in interface org.apache.olingo.client.api.ODataClient
- getFilterOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.Filter
-
Gets the filter option.
- getFilterOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
- getFilterOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
- getFilterOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getFormat() - Method in interface org.apache.olingo.client.api.communication.request.streamed.ODataStreamedEntityRequest
-
Returns resource representation format.
- getFormat() - Method in interface org.apache.olingo.server.api.uri.queryoption.FormatOption
- getFormatOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoAll
- getFormatOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
- 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
- getFrom() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression
-
Gets the aggregate expressions for
from
. - getFullQualifiedName() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
- getFullQualifiedName() - Method in interface org.apache.olingo.commons.api.edm.EdmOperationImport
- getFullQualifiedName() - Method in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
-
Returns the
FullQualifiedName
for this type kind. - getFullQualifiedName() - Method in interface org.apache.olingo.commons.api.edm.EdmTerm
- getFullQualifiedName() - Method in interface org.apache.olingo.commons.api.edm.EdmType
- getFullQualifiedNameAsString() - Method in class org.apache.olingo.commons.api.edm.FullQualifiedName
- getFunction() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmApply
-
A QualifiedName specifying the name of the client-side function to apply.
- getFunction() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlApply
-
A QualifiedName specifying the name of the client-side function to apply.
- getFunction() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunctionImport
-
Gets function.
- getFunction() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.CustomFunction
-
Gets the function to use.
- getFunction() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
-
If the resource path specifies a function import this method will deliver the unbound function for the function import.
- getFunctionByName(FullQualifiedName) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getFunctionFqn() - Method in interface org.apache.olingo.commons.api.edm.EdmFunctionImport
- getFunctionFQN() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunctionImport
-
Gets function fQN.
- 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 theEdmFunction
. - getFunctionImport(String) - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
-
Get contained FunctionImport by name.
- getFunctionImport(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Gets the first function import with given name.
- getFunctionImport(FullQualifiedName, String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getFunctionImport(FullQualifiedName, String) - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return a
CsdlFunctionImport
or null if nothing is found - getFunctionImportByName(String) - Method in interface org.apache.olingo.client.api.data.ServiceDocument
-
Gets top level function import set with given name.
- getFunctionImportInvokeRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
-
Gets an invoke request instance for the function import with the given name and no parameters.
- getFunctionImportInvokeRequest(String, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.EdmEnabledInvokeRequestFactory
-
Gets an invoke request instance for the function import with the given name and matching parameter names.
- getFunctionImportNames() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
-
Gets function import names.
- getFunctionImports() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
-
Gets top level function imports.
- getFunctionImports() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
- getFunctionImports() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
-
This method DOES NOT support lazy loading
- getFunctionImports() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Gets function imports.
- getFunctionImports(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Gets all function imports with given name.
- getFunctionImportURI(String) - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
-
Gets URI of the given function import.
- getFunctionImportURIs() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
-
Gets function import URIs.
- getFunctionInvokeRequest(URI, Class<T>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.InvokeRequestFactory
-
Gets an invoke request instance for the function bound to given URI (no parameters).
- getFunctionInvokeRequest(URI, Class<T>, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.InvokeRequestFactory
-
Gets an invoke request instance for the function bound to given URI (with parameters).
- getFunctions() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
- getFunctions() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets functions.
- getFunctions(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
All functions with the given name
- getFunctions(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getFunctions(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return a list of all
CsdlFunction
for the FullQualifiedname or null if nothing is found - getFunctionsBoundTo(String, boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getFurtherDeletes() - Method in class org.apache.olingo.ext.proxy.context.EntityContext
- getGeoType() - Method in class org.apache.olingo.commons.api.edm.geo.Geospatial
-
Gets type.
- getGroupByItems() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.GroupBy
-
Gets the items to group.
- getGuard() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIf
-
Returns the first expression of the edm:If expression.
- getGuard() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIf
-
Returns the first expression of the edm:If expression.
- getHeader(String) - Method in interface org.apache.olingo.client.api.communication.header.ODataHeaders
-
Gets the value of the header identified by the given name.
- getHeader(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Gets the value of the OData request header identified by the given name.
- getHeader(String) - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
-
Gets header value of the given header.
- getHeader(String) - Method in class org.apache.olingo.server.api.ODataRequest
-
Gets first header value for a given name.
- getHeader(String) - Method in class org.apache.olingo.server.api.ODataResponse
-
Gets first header value for a given name.
- getHeaderInfo() - Method in exception org.apache.olingo.client.api.communication.ODataClientErrorException
-
Returns headers
- getHeaderNames() - Method in interface org.apache.olingo.client.api.communication.header.ODataHeaders
-
Gets header names.
- getHeaderNames() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Gets all OData request header names.
- getHeaderNames() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
-
Gets header names.
- getHeaders(String) - Method in class org.apache.olingo.server.api.ODataRequest
-
Gets header values for a given name.
- getHeaders(String) - Method in class org.apache.olingo.server.api.ODataResponse
-
Gets header value for a given name.
- getHref() - Method in class org.apache.olingo.commons.api.data.Link
-
Gets href.
- getHttpClientFactory() - Method in interface org.apache.olingo.client.api.Configuration
-
Gets the HttpClient factory to be used for executing requests.
- getHttpRequest() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Returns Http request Object.
- getHttpUriRequestFactory() - Method in interface org.apache.olingo.client.api.Configuration
-
Gets the HttpUriRequest factory for generating requests to be executed.
- getId() - Method in interface org.apache.olingo.client.api.domain.ClientDeletedEntity
- getId() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
To request entity references in place of the actual entities, the client issues a GET request with /$ref appended to the resource path.
- getId() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getId() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getId() - Method in class org.apache.olingo.commons.api.data.AbstractODataObject
-
Gets ID.
- getId() - Method in class org.apache.olingo.commons.api.data.DeletedEntity
-
Get id.
- getId() - Method in interface org.apache.olingo.commons.api.IConstants
- getId() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
-
Gets the id of the entity collection
- getIdOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
- getIdOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getIfMatch() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Gets If-Match OData request header.
- getIfNoneMatch() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Gets If-None-Match OData request header.
- getIncludeAnnotations() - Method in interface org.apache.olingo.client.api.edm.xml.Reference
- getIncludeAnnotations() - Method in class org.apache.olingo.commons.api.edmx.EdmxReference
-
edmx:IncludeAnnotations elements that specify the annotations to include from the target document.
- getIncludes() - Method in interface org.apache.olingo.client.api.edm.xml.Reference
- getIncludes() - Method in class org.apache.olingo.commons.api.edmx.EdmxReference
-
edmx:Include elements that specify the schemas to include from the target document
- getIndex() - Method in class org.apache.olingo.ext.proxy.api.ODataResponseError
- getInfo() - Method in enum org.apache.olingo.commons.api.http.HttpStatusCode
-
Gets the status code info.
- getInlineAggregateExpression() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression
-
Gets the inline aggregation expression to be applied to the target of the path if used.
- getInlineEntity() - Method in class org.apache.olingo.commons.api.data.Link
-
Gets in-line entity.
- getInlineEntitySet() - Method in class org.apache.olingo.commons.api.data.Link
-
Gets in-line entity set.
- getInnerError() - Method in class org.apache.olingo.commons.api.ex.ODataError
-
Gets server defined key-value pairs for debug environment only.
- getInstance(Class<?>, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
- getInstance(Class<?>, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
- getInstance(Class<?>, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- getInstance(Class<?>, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- getInstance(Class<?>, AbstractService<?>, URI) - Static method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- getInstance(Class<?>, AbstractService<?>, URI, List<Object>) - Static method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- getInstance(Class<?>, AbstractService<?>, URIBuilder) - Static method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
- getInstance(URI, Class<?>, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- getInstance(ClientComplexValue, Class<?>, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
- getInstance(ClientComplexValue, Class<?>, AbstractService<?>, URIBuilder) - Static method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
- getInstance(ClientEntity, URI, Class<?>, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- getInstance(ClientEntity, URI, URI, Class<?>, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- getInstance(EntityInvocationHandler, Class<?>) - Static method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
- getInterior() - Method in class org.apache.olingo.commons.api.edm.geo.Polygon
-
Deprecated.
- getInterior(int) - Method in class org.apache.olingo.commons.api.edm.geo.Polygon
-
Gets the nth interior ring
- getInternal() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- getInternalName() - Method in interface org.apache.olingo.commons.api.edm.EdmMapping
-
Returns the internal name for this mapped object.
- getInternalName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlMapping
- getInternalProperties() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- getInternalProperties() - Method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
- getInternalProperties() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- getInternalProperty(String) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- getInternalProperty(String) - Method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
- getInternalProperty(String) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- getInvokeRequest(HttpMethod, URI, Class<T>, Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.InvokeRequestFactory
-
Gets an invoke request instance for the operation bound to given URI.
- getInvokeRequestFactory() - Method in interface org.apache.olingo.client.api.EdmEnabledODataClient
- getInvokeRequestFactory() - Method in interface org.apache.olingo.client.api.ODataClient
- getItems() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCollection
-
Returns a list of child expression
- getItems() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCollection
-
Returns a list of child expression
- getJavaType(String) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getJavaType(String, boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getJavaType(EdmEntityType) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getJavaType(EdmEntityType, Boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getJavaType(EdmType) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getJavaType(EdmType, Boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getKey() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
-
Gets key.
- getKey() - Method in class org.apache.olingo.ext.proxy.api.Sort
- getKey() - Method in class org.apache.olingo.ext.proxy.context.EntityUUID
- getKey() - Method in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
- getKey() - Method in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
- getKey() - Method in enum org.apache.olingo.server.api.etag.PreconditionException.MessageKeys
- getKey() - Method in interface org.apache.olingo.server.api.ODataLibraryException.MessageKey
-
Gets this key.
- getKey() - Method in enum org.apache.olingo.server.api.serializer.BatchSerializerException.MessageKeys
- getKey() - Method in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
- getKey(EdmEnabledODataClient, EntityInvocationHandler, Class<?>, ClientEntity) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- getKeyPath() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Get the set key path.
- getKeyPredicateNames() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityType
-
Gets all key predicate names.
- 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
- getKeyPropertyRef(String) - Method in interface org.apache.olingo.commons.api.edm.EdmEntityType
-
Get a key property ref by its name.
- getKeyPropertyRefs() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityType
-
Get all key properties references as list of
EdmKeyPropertyRef
. - getKeyRef(Class<?>) - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
- getKind() - Method in interface org.apache.olingo.commons.api.edm.EdmType
- getKind() - Method in interface org.apache.olingo.server.api.uri.queryoption.ApplyItem
-
Gets the kind of the transformation.
- getKind() - Method in interface org.apache.olingo.server.api.uri.queryoption.SystemQueryOption
- getKind() - Method in interface org.apache.olingo.server.api.uri.UriInfo
-
See
UriInfoKind
for more details which kinds are allowed. - getKind() - Method in interface org.apache.olingo.server.api.uri.UriResource
- getLambdaVariable() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaAll
- getLambdaVariable() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaAny
- getLastContentId() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataChangeset
- getLeft() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression
-
The left expression.
- getLeftExpression() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmLogicalOrComparisonExpression
-
Returns the first expression (left child)
- 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
- getLink() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
- getLink() - Method in class org.apache.olingo.client.api.domain.ClientItem
- getLink(ClientLink) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
-
Gets a Link from the given OData link.
- getLinkChanges() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- getLocale() - Method in exception org.apache.olingo.server.api.ODataApplicationException
-
Returns the Locale which was used for the error message.
- getLocale() - Method in class org.apache.olingo.server.api.ODataLibraryException.ODataErrorMessage
-
Gets the
Locale
used for this message. - getLocale() - Method in class org.apache.olingo.server.api.ODataServerError
-
Gets the locale.
- getLocalizedMessage() - Method in exception org.apache.olingo.server.api.ODataLibraryException
- getMappedJavaClass() - Method in interface org.apache.olingo.commons.api.edm.EdmMapping
-
The class which is returned here will be used to during deserialization to replace the default java class for a primitive type.
- getMappedJavaClass() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlMapping
- getMapping() - Method in interface org.apache.olingo.commons.api.edm.EdmMappable
-
Get mapping information applied to an EDM element.
- getMapping() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
- getMapping() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Gets mapping.
- getMapping() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Gets mapping.
- getMaxDataServiceVersion() - Method in interface org.apache.olingo.client.api.edm.xml.DataServices
- getMaxLength() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCast
-
Returns the facet attribute MaxLength
- getMaxLength() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIsOf
-
Facet MaxLength
- getMaxLength() - Method in interface org.apache.olingo.commons.api.edm.EdmParameter
- getMaxLength() - Method in interface org.apache.olingo.commons.api.edm.EdmProperty
- getMaxLength() - Method in interface org.apache.olingo.commons.api.edm.EdmReturnType
- getMaxLength() - Method in interface org.apache.olingo.commons.api.edm.EdmTerm
- getMaxLength() - Method in interface org.apache.olingo.commons.api.edm.EdmTypeDefinition
- getMaxLength() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
-
Returns the facet attribute MaxLength
- getMaxLength() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
-
Facet MaxLength
- getMaxLength() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Gets max length.
- getMaxLength() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Gets max length.
- getMaxLength() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Gets max length.
- getMaxLength() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Gets max length.
- getMaxLength() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Gets max length.
- 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.
- getMaxPageSize() - Method in interface org.apache.olingo.server.api.prefer.Preferences
-
Gets the value of the preference
odata.maxpagesize
ornull
if not set or an invalid value has been set. - getMediaContentSource() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Gets media content source.
- getMediaContentSource() - Method in class org.apache.olingo.commons.api.data.Entity
-
Gets media content resource.
- getMediaContentType() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Gets media content type.
- getMediaContentType() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getMediaContentType() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getMediaContentType() - Method in class org.apache.olingo.commons.api.data.Entity
-
Gets media content type.
- getMediaContentType() - Method in interface org.apache.olingo.commons.api.IConstants
- getMediaEditLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getMediaEditLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getMediaEditLink() - Method in interface org.apache.olingo.commons.api.IConstants
- getMediaEditLink(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Gets media-edit link with given name, if available, otherwise null.
- getMediaEditLink(String, ClientEntity) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- getMediaEditLinks() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Returns entity media edit links.
- getMediaEditLinks() - Method in class org.apache.olingo.commons.api.data.Entity
-
Gets media entity links.
- getMediaEntityCreateRequest(URI, InputStream) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
-
Gets a media entity create request object instance.
- getMediaEntityRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
-
Gets a uri request returning a media entity.
- getMediaEntityUpdateRequest(URI, InputStream) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
-
Gets a media entity update request object instance.
- getMediaEtag() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getMediaEtag() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getMediaEtag() - Method in interface org.apache.olingo.commons.api.IConstants
- getMediaETag() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
ETag of the binary stream represented by this media entity or named stream property.
- getMediaETag() - Method in class org.apache.olingo.client.api.domain.ClientLink
-
Gets Media ETag.
- getMediaETag() - Method in class org.apache.olingo.commons.api.data.Entity
-
ETag of the binary stream represented by this media entity or named stream property.
- getMediaETag() - Method in class org.apache.olingo.commons.api.data.Link
-
Gets Media ETag.
- getMediaReadLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getMediaReadLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getMediaReadLink() - Method in interface org.apache.olingo.commons.api.IConstants
- getMediaRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
-
Gets a uri request returning a media stream.
- getMember(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
-
Gets member.
- getMember(String) - Method in interface org.apache.olingo.commons.api.edm.EdmEnumType
-
Get member according to given name
- getMember(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
-
Gets member.
- getMemberNames() - Method in interface org.apache.olingo.commons.api.edm.EdmEnumType
- getMembers() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
-
Gets members.
- getMessage() - Method in class org.apache.olingo.commons.api.ex.ODataError
-
The value for the message name/value pair MUST be a human-readable, language-dependent representation of the error.
- getMessage() - Method in class org.apache.olingo.commons.api.ex.ODataErrorDetail
-
Gets error message.
- getMessage() - Method in class org.apache.olingo.server.api.ODataLibraryException.ODataErrorMessage
-
Gets the message text.
- getMessageKey() - Method in exception org.apache.olingo.server.api.ODataLibraryException
-
Gets the message key.
- getMetadata() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getMetadata() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getMetadata() - Method in interface org.apache.olingo.commons.api.IConstants
- getMetadata() - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getMetadataAnchor() - Method in class org.apache.olingo.client.api.domain.ClientOperation
-
Gets metadata anchor.
- getMetadataAnchor() - Method in class org.apache.olingo.commons.api.data.Operation
-
Gets metadata anchor.
- getMetadataEtag() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getMetadataEtag() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getMetadataEtag() - Method in interface org.apache.olingo.commons.api.IConstants
- getMetadataETag() - Method in class org.apache.olingo.client.api.data.ResWrap
-
An ETag header MAY also be returned on a metadata document request or service document request to allow the client subsequently to make a conditional request for the metadata or service document.
- getMetadataETag() - Method in interface org.apache.olingo.server.api.etag.ServiceMetadataETagSupport
-
Since the Olingo library cannot generate a metadata document etag in a generic way we call this method to retrieve an application specific etag for the metadata document.
- getMetadataRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
-
Gets a metadata request instance.
- getMethod() - Method in enum org.apache.olingo.client.api.communication.request.cud.UpdateType
-
Gets HTTP request method.
- getMethod() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Returns HTTP request method.
- getMethod() - Method in class org.apache.olingo.ext.proxy.utils.CompoundKeyElementWrapper
- 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.apply.BottomTop
-
Gets the partial-aggregation method.
- getMethod() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Method
- getMethodName() - Method in class org.apache.olingo.server.api.debug.RuntimeMeasurement
-
Gets the method name.
- getMimeType() - Method in interface org.apache.olingo.commons.api.edm.EdmProperty
-
Gets the related MIME type for the property.
- getMimeType() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Gets mime type.
- getName() - Method in interface org.apache.olingo.client.api.data.ServiceDocumentItem
- getName() - Method in class org.apache.olingo.client.api.domain.ClientItem
- getName() - Method in interface org.apache.olingo.client.api.domain.ClientProperty
-
Returns property name.
- getName() - Method in class org.apache.olingo.commons.api.data.Parameter
-
Gets the name of the parameter.
- getName() - Method in class org.apache.olingo.commons.api.data.Property
-
Get name of property.
- getName() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmLabeledElement
-
Returns the assigned name
- getName() - Method in interface org.apache.olingo.commons.api.edm.EdmKeyPropertyRef
- getName() - Method in interface org.apache.olingo.commons.api.edm.EdmNamed
- getName() - Method in class org.apache.olingo.commons.api.edm.FullQualifiedName
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElement
-
Returns the assigned name
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumMember
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunctionImport
- getName() - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlNamed
-
Gets name.
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperationImport
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlPropertyRef
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
- getName() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
- getName() - Method in enum org.apache.olingo.commons.api.format.PreferenceName
- getName() - Method in class org.apache.olingo.ext.proxy.utils.CompoundKeyElementWrapper
- getName() - Method in interface org.apache.olingo.server.api.uri.queryoption.QueryOption
- getName() - Method in interface org.apache.olingo.server.api.uri.UriParameter
- getNameFromNS(String) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getNameFromNS(String, boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getNameInNamespace(String) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getNamespace() - Method in interface org.apache.olingo.client.api.edm.xml.Include
- getNamespace() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
- getNamespace() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
- getNamespace() - Method in interface org.apache.olingo.commons.api.edm.EdmType
-
Namespace of this
EdmType
. - getNamespace() - Method in class org.apache.olingo.commons.api.edm.FullQualifiedName
- getNamespace() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAliasInfo
-
Returns the namespace of the alias
- getNamespace() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets namespace.
- getNamespace() - Method in class org.apache.olingo.commons.api.edmx.EdmxReferenceInclude
- getNamespace() - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getNamespace(Class<?>) - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
- getNavigationBinding(String) - Method in class org.apache.olingo.commons.api.data.Linked
-
Gets binding link with given name, if available, otherwise null.
- getNavigationBindingDetails(EdmStructuredType, EdmNavigationProperty) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getNavigationBindings() - Method in class org.apache.olingo.commons.api.data.Linked
-
Gets binding links.
- getNavigationLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getNavigationLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getNavigationLink() - Method in interface org.apache.olingo.commons.api.IConstants
- getNavigationLink(String) - Method in interface org.apache.olingo.client.api.domain.ClientLinked
-
Gets navigation link with given name, if available, otherwise null.
- getNavigationLink(String) - Method in class org.apache.olingo.commons.api.data.Linked
-
Gets navigation link with given name, if available, otherwise null.
- getNavigationLinks() - Method in interface org.apache.olingo.client.api.domain.ClientLinked
-
Returns all entity navigation links (including inline entities / entity sets).
- getNavigationLinks() - Method in class org.apache.olingo.commons.api.data.Linked
-
Gets navigation links.
- getNavigationProperties() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Gets navigation properties.
- getNavigationProperty(String) - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
-
Get navigation property by name.
- getNavigationProperty(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Gets navigation property.
- getNavigationPropertyBindings() - Method in interface org.apache.olingo.commons.api.edm.EdmBindingTarget
- getNavigationPropertyBindings() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
Gets navigation property bindings.
- getNavigationPropertyNames() - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
-
Get all navigation property names.
- getNavigationPropertyValue(NavigationProperty, Method) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- getNavigationPropertyValue(NavigationProperty, Method) - Method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
- getNavigationPropertyValue(NavigationProperty, Method) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- getNavigationType(EdmNavigationProperty) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getNavOrPropertyPath() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Get the set navigation or property path.
- getNavPropAnnotatableHandlers() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- getNext() - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
-
Gets next page link.
- getNext() - Method in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
-
Gets the next link if exists.
- getNext() - Method in class org.apache.olingo.commons.api.data.AbstractEntityCollection
- getNext() - Method in class org.apache.olingo.commons.api.data.EntityCollection
-
Gets next link if exists.
- getNext() - Method in class org.apache.olingo.commons.api.data.EntityIterator
-
Gets next link.
- getNextLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getNextLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getNextLink() - Method in interface org.apache.olingo.commons.api.IConstants
- getNumber() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.BottomTop
-
Gets the expression that determines the number of items to aggregate.
- getNumberOfInteriorRings() - Method in class org.apache.olingo.commons.api.edm.geo.Polygon
-
Get the number of interior rings
- getObjectFactory() - Method in interface org.apache.olingo.client.api.ODataClient
- getObjectFromODataValue(ClientValue, Class<?>, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- getObjectFromODataValue(ClientValue, Type, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- getODataAnnotation(EdmEnabledODataClient, String, EdmType, Object) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- getODataContent() - Method in class org.apache.olingo.server.api.ODataResponse
- getODataContent() - Method in interface org.apache.olingo.server.api.serializer.SerializerStreamResult
-
Returns the content as ODataContent instance.
- getODataContentWriteErrorCallback() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
-
Gets the callback which is used in case of an exception during write of the content (in case the content will be written/streamed in the future)
- getODataDelta(ResWrap<Delta>) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
- getODataEntity(ResWrap<Entity>) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
-
Gets ODataEntity from the given entity resource.
- getODataEntitySet(ResWrap<EntityCollection>) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
-
Gets ODataEntitySet from the given entity set resource.
- getODataError() - Method in exception org.apache.olingo.client.api.communication.ODataClientErrorException
-
Gets OData error.
- getODataErrorCode() - Method in exception org.apache.olingo.server.api.ODataApplicationException
-
This method will return the error code specified by the application.
- getODataLibraryException() - Method in interface org.apache.olingo.server.api.ODataContentWriteErrorContext
-
Get the exception which caused this error (as ODataLibraryException exception).
- getODataPath() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Get the OData path.
- getODataProperty(ResWrap<Property>) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
-
Gets an ODataProperty from the given property resource.
- getODataProperty(EdmEnabledODataClient, String, EdmTypeInfo, Object) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- getODataResponse() - Method in interface org.apache.olingo.client.api.communication.response.AsyncResponseWrapper
-
Gets the real response.
- getODataServiceDocument(ServiceDocument) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
-
Gets ODataServiceDocument from the given service document resource.
- getODataValue(EdmEnabledODataClient, EdmTypeInfo, Object) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- getOnDelete() - Method in interface org.apache.olingo.commons.api.edm.EdmNavigationProperty
- getOnDelete() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Gets on delete.
- getOneByName(String, Collection<T>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
-
Gets one by name.
- getOneByTitle(String, List<Link>) - Method in class org.apache.olingo.commons.api.data.Linked
- 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
- getOperation(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Searches for operation with given title.
- getOperation(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
-
Searches for operation with given title.
- getOperation(String) - Method in interface org.apache.olingo.client.api.domain.ClientProperty
-
Searches for operation with given title.
- getOperations() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Gets operations.
- getOperations() - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
-
Gets operations.
- getOperations() - Method in interface org.apache.olingo.client.api.domain.ClientProperty
-
Gets operations.
- getOperations() - Method in class org.apache.olingo.commons.api.data.AbstractEntityCollection
- getOperations() - Method in class org.apache.olingo.commons.api.data.Entity
-
Gets operations.
- getOperations() - Method in class org.apache.olingo.commons.api.data.EntityCollection
-
Gets operations.
- getOperations() - Method in class org.apache.olingo.commons.api.data.EntityIterator
- getOperations() - Method in class org.apache.olingo.commons.api.data.Property
-
Gets operations.
- 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
- getOperator() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchUnary
- getOrderByOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.OrderBy
-
Gets the order by option.
- getOrderByOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
- getOrderByOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
- getOrderByOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getOrders() - Method in interface org.apache.olingo.server.api.uri.queryoption.OrderByOption
- getOutputStream() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequest
-
Gets piped stream to be used to stream batch items.
- getParameter(String) - Method in interface org.apache.olingo.commons.api.edm.EdmOperation
-
Get parameter for given name
- getParameter(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
Gets parameter.
- getParameter(String) - Method in class org.apache.olingo.commons.api.format.AcceptCharset
- getParameter(String) - Method in class org.apache.olingo.commons.api.format.AcceptType
- getParameter(String) - Method in class org.apache.olingo.commons.api.format.ContentType
-
Returns the value of a given parameter.
- getParameterName() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Alias
- getParameterNames() - Method in interface org.apache.olingo.commons.api.edm.EdmOperation
-
A list of all parameter names.
- getParameters() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmApply
-
Returns the expressions applied to the parameters of the function
- getParameters() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlApply
-
Returns the expressions applied to the parameters of the function
- getParameters() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
Gets parameters.
- getParameters() - Method in class org.apache.olingo.commons.api.format.AcceptCharset
- getParameters() - Method in class org.apache.olingo.commons.api.format.AcceptType
- getParameters() - Method in class org.apache.olingo.commons.api.format.ContentType
-
Gets the parameters of this content type.
- getParameters() - Method in class org.apache.olingo.server.api.prefer.Preferences.Preference
-
Gets the parameters of the preference.
- getParameters() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.CustomFunction
-
Gets the function parameters.
- getParameters() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Method
- getParameters() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
- getParentContainerName() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
- getPartner() - Method in interface org.apache.olingo.commons.api.edm.EdmNavigationProperty
- getPartner() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Gets partner.
- getPath() - Method in interface org.apache.olingo.commons.api.edm.EdmNavigationPropertyBinding
-
A path contains the full qualified name of the type it is referring to as a first segment.
- getPath() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntitySetPath
-
Gets path.
- getPath() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationPropertyBinding
-
Gets path.
- getPath() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression
-
Gets the path prefix and the path segment.
- getPath() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.GroupByItem
-
Gets the path.
- getPayload() - Method in class org.apache.olingo.client.api.data.ResWrap
-
Gets contained object.
- getPersistenceManager() - Method in class org.apache.olingo.ext.proxy.AbstractService
- getPosition() - Method in class org.apache.olingo.ext.proxy.utils.CompoundKeyElementWrapper
- getPrecision() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCast
-
Returns the facet attribute Precision
- getPrecision() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIsOf
-
Facet Precision
- getPrecision() - Method in interface org.apache.olingo.commons.api.edm.EdmParameter
- getPrecision() - Method in interface org.apache.olingo.commons.api.edm.EdmProperty
- getPrecision() - Method in interface org.apache.olingo.commons.api.edm.EdmReturnType
- getPrecision() - Method in interface org.apache.olingo.commons.api.edm.EdmTerm
- getPrecision() - Method in interface org.apache.olingo.commons.api.edm.EdmTypeDefinition
- getPrecision() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
-
Returns the facet attribute Precision
- getPrecision() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
-
Facet Precision
- getPrecision() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Gets precision.
- getPrecision() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Gets precision.
- getPrecision() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Gets precision.
- getPrecision() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Gets precision.
- getPrecision() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Gets precision.
- 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.
- getPrefer() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Gets Prefer OData request header.
- getPreference(String) - Method in interface org.apache.olingo.server.api.prefer.Preferences
-
Gets named preference.
- getPrimitiveValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
-
Gets primitive value.
- getPropAnnotatableHandlers() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- getProperties() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Returns OData entity properties.
- getProperties() - Method in class org.apache.olingo.commons.api.data.Entity
-
Gets properties.
- getProperties() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Gets properties.
- getProperty() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmPropertyValue
-
Property name
- getProperty() - Method in interface org.apache.olingo.commons.api.edm.EdmKeyPropertyRef
- getProperty() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyValue
-
Property name
- getProperty() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReferentialConstraint
-
Gets property.
- getProperty() - Method in interface org.apache.olingo.server.api.deserializer.DeserializerResult
-
Returns a Property or collections of properties (primitive & complex).
- getProperty() - Method in interface org.apache.olingo.server.api.uri.UriResourceNavigation
- getProperty() - Method in interface org.apache.olingo.server.api.uri.UriResourceProperty
- getProperty(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Searches for property with given name.
- getProperty(String) - Method in class org.apache.olingo.commons.api.data.Entity
-
Gets property with given name.
- getProperty(String) - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
-
Get property by name
- getProperty(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Gets property.
- getProperty(ClientProperty) - Method in interface org.apache.olingo.client.api.serialization.ODataBinder
-
Gets a Property from the given OData property.
- getPropertyChanges() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- getPropertyCollectionValueUpdateRequest(URI, ClientProperty) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
-
Gets an update request object instance.
- getPropertyComplexValueUpdateRequest(URI, UpdateType, ClientProperty) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
-
Gets an update request object instance.
- getPropertyName() - Method in interface org.apache.olingo.commons.api.edm.EdmReferentialConstraint
- getPropertyNames() - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
-
Get all simple and complex property names.
- getPropertyPrimitiveValueUpdateRequest(URI, ClientProperty) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
-
Gets an update request object instance.
- getPropertyRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
-
Gets a uri request returning a single OData entity property.
- getPropertyValue(String, Type) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- getPropertyValueRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
-
Gets a uri request returning a single OData entity property value.
- getPropertyValues() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmRecord
-
List of edm:PropertyValues (See
EdmPropertyValue
- getPropertyValues() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlRecord
-
List of edm:PropertyValues (See
CsdlPropertyValue
- getProtocol() - Method in class org.apache.olingo.server.api.ODataRequest
- getQualifier() - Method in interface org.apache.olingo.client.api.edm.xml.IncludeAnnotations
- getQualifier() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotation
- getQualifier() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotations
- getQualifier() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotation
-
Returns the annotated qualifier
- getQualifier() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotations
-
Gets qualifier.
- getQualifier() - Method in class org.apache.olingo.commons.api.edmx.EdmxReferenceIncludeAnnotation
- getQuality() - Method in class org.apache.olingo.commons.api.format.AcceptCharset
- getQuality() - Method in class org.apache.olingo.commons.api.format.AcceptType
- getRawBaseUri() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions
-
Gets raw base URI.
- 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.
- getRawRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
-
Implements a raw request request without specifying any return type.
- getRawRequestUri() - Method in class org.apache.olingo.server.api.ODataRequest
-
Gets the total request URI.
- getRawResponse() - Method in exception org.apache.olingo.client.api.communication.ODataClientErrorException
-
Return raw response from the request (can be null).
- getRawResponse() - Method in exception org.apache.olingo.client.api.communication.ODataServerErrorException
-
Return raw response from the request (can be null).
- getRawResponse() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
-
Gets response body as InputStream.
- getRawServiceResolutionUri() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions
-
Gets raw service resolution URI.
- getRawServiceResolutionUri() - Method in class org.apache.olingo.server.api.ODataRequest
-
Gets the URI part responsible for service resolution.
- getReader() - Method in interface org.apache.olingo.client.api.ODataClient
- getReadLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getReadLink() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getReadLink() - Method in interface org.apache.olingo.commons.api.IConstants
- getReason() - Method in interface org.apache.olingo.client.api.domain.ClientDeletedEntity
- getReason() - Method in class org.apache.olingo.commons.api.data.DeletedEntity
-
Get reason for deletion.
- getReference() - Method in class org.apache.olingo.ext.proxy.context.EntityLinkDesc
- getReferenceAddingRequest(URI, URI, URI) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
-
A successful POST request to a navigation property's references collection adds a relationship to an existing entity.
- getReferencedProperty() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReferentialConstraint
-
Gets referenced property.
- getReferencedProperty() - Method in interface org.apache.olingo.server.api.uri.UriParameter
- getReferencedPropertyName() - Method in interface org.apache.olingo.commons.api.edm.EdmReferentialConstraint
- getReferences() - Method in interface org.apache.olingo.client.api.edm.xml.Edmx
- getReferences() - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
- getReferences() - Method in interface org.apache.olingo.server.api.ServiceMetadata
-
Gets the list of references defined for this service.
- getReferenceSingleChangeRequest(URI, URI, URI) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
-
A successful PUT request to a single-valued navigation property�s reference resource changes the related entity.
- getReferencingPropertyName(String) - Method in interface org.apache.olingo.commons.api.edm.EdmNavigationProperty
-
Get property name for referenced property
- getReferentialConstraints() - Method in interface org.apache.olingo.commons.api.edm.EdmNavigationProperty
- getReferentialConstraints() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Gets referential constraints.
- getRel() - Method in class org.apache.olingo.client.api.domain.ClientLink
-
Gets link rel.
- getRel() - Method in class org.apache.olingo.commons.api.data.Link
-
Gets rel info.
- getRelatedBindingTarget(String) - Method in interface org.apache.olingo.commons.api.edm.EdmBindingTarget
-
Returns the target for a given path.
- getRelatedServiceDocuments() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
-
Gets related service documents.
- getRelatedServiceDocuments() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
- getRelatedServiceDocumentsNames() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
-
Gets related service documents names.
- getRelatedServiceDocumentsURIs() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
-
Gets related service documents URIs.
- getRelatedServiceDocumentURI(String) - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
-
Gets URI of the given related service documents.
- getRelationship() - Method in interface org.apache.olingo.client.api.domain.ClientDeltaLink
- getRelationship() - Method in class org.apache.olingo.commons.api.data.DeltaLink
-
Get relationship of this link.
- getRepresentation() - Method in enum org.apache.olingo.commons.api.data.ContextURL.Suffix
-
Returns OData representation of the suffix
- getRequest() - Method in class org.apache.olingo.ext.proxy.api.ODataResponseError
- getRequest() - Method in class org.apache.olingo.server.api.debug.DebugInformation
-
This method will return the ODataRequest the library created.
- getRequests() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchRequestPart
-
Gets all requests of this part.
- getRequestURI() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- 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
- getResponse() - Method in interface org.apache.olingo.client.api.communication.request.ODataPayloadManager
-
Closes the payload input stream and gets the OData response back.
- getResponses() - Method in class org.apache.olingo.server.api.deserializer.batch.ODataResponsePart
-
Returns a collection of ODataResponses.
- getResult() - Method in interface org.apache.olingo.ext.proxy.api.Search
-
Executes a $search search and return the search results as collection.
- getResult() - Method in class org.apache.olingo.ext.proxy.commons.SearchImpl
- getRetrieveRequestFactory() - Method in interface org.apache.olingo.client.api.ODataClient
- getReturn() - Method in interface org.apache.olingo.server.api.prefer.Preferences
-
Gets the value of the preference
return
ornull
if not set or the value is not valid. - getReturnedEntitySet() - Method in interface org.apache.olingo.commons.api.edm.EdmOperationImport
- getReturnedEntitySet(EdmEntitySet) - Method in interface org.apache.olingo.commons.api.edm.EdmOperation
-
Get EdmEntitySet for the given binding parameters EntitySet
- getReturnType() - Method in interface org.apache.olingo.commons.api.edm.EdmOperation
- getReturnType() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
Gets return type.
- getRight() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression
-
The right expression.
- getRightExpression() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmLogicalOrComparisonExpression
-
Returns the second expression (right child)
- 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
- getRollup() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.GroupByItem
-
Gets the rollup.
- getRuntimeInformation() - Method in class org.apache.olingo.server.api.debug.DebugInformation
-
This method will return all runtime information which was collected inside the library.
- getScale() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCast
-
Returns the facet attribute Scale
- getScale() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIsOf
-
Facet Scale
- getScale() - Method in interface org.apache.olingo.commons.api.edm.EdmParameter
- getScale() - Method in interface org.apache.olingo.commons.api.edm.EdmProperty
- getScale() - Method in interface org.apache.olingo.commons.api.edm.EdmReturnType
- getScale() - Method in interface org.apache.olingo.commons.api.edm.EdmTerm
- getScale() - Method in interface org.apache.olingo.commons.api.edm.EdmTypeDefinition
- getScale() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
-
Returns the facet attribute Scale
- getScale() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
-
Facet Scale
- getScale() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Gets scale.
- getScale() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Gets scale.
- getScale() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Gets scale.
- getScale() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Gets scale.
- getScale() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Gets scale.
- 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.
- getScaleAsString() - Method in interface org.apache.olingo.commons.api.edm.EdmProperty
- getScaleAsString() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Gets scaleAsString.
- getSchema() - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getSchema() - Method in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
- getSchema(int) - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
-
Returns the Schema at the specified position in the EdM metadata document.
- getSchema(String) - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
-
Returns the Schema with the specified key (namespace or alias) in the EdM metadata document.
- getSchema(String) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get schema by namespace.
- getSchemaByNsOrAlias() - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
- getSchemaName() - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- getSchemaName() - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
- getSchemaNamespaces() - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
- getSchemas() - Method in interface org.apache.olingo.client.api.edm.xml.DataServices
- getSchemas() - Method in interface org.apache.olingo.client.api.edm.xml.XMLMetadata
-
Returns all Schema objects defined in the EdM metadata document.
- getSchemas() - Method in interface org.apache.olingo.commons.api.edm.Edm
-
This method DOES NOT support lazy loading.
- getSchemas() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getSchemas() - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return a collection of all
CsdlSchema
- getSearch() - Method in interface org.apache.olingo.ext.proxy.api.Search
-
The $search expression for this search.
- getSearch() - Method in class org.apache.olingo.ext.proxy.commons.SearchImpl
- getSearchExpression() - Method in interface org.apache.olingo.server.api.uri.queryoption.SearchOption
- getSearchFactory() - Method in interface org.apache.olingo.client.api.ODataClient
- getSearchOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.Search
-
Gets the search option.
- getSearchOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
- getSearchOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoAll
- getSearchOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
- getSearchOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getSearchTerm() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchTerm
- getSegmentValue() - Method in interface org.apache.olingo.server.api.uri.UriResource
-
In case of an EntitySet this method will return the EntitySet name.
- getSegmentValue(boolean) - Method in interface org.apache.olingo.server.api.uri.UriResourcePartTyped
- 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
- getSelectList() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Get the select list.
- getSelectOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
- getSelectOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
- getSelectOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
- getSelectOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getSelfLink() - Method in class org.apache.olingo.commons.api.data.Entity
-
Gets entity self link.
- getSerializer(ContentType) - Method in interface org.apache.olingo.client.api.ODataClient
- getServerEnvironmentVariables() - Method in class org.apache.olingo.server.api.debug.DebugInformation
-
A map containing information about the runtime environment.
- getService() - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
- getServiceDocumentETag() - Method in interface org.apache.olingo.server.api.etag.ServiceMetadataETagSupport
-
Since the Olingo library cannot generate a service document etag in a generic way we call this method to retrieve an application specific etag for the service document.
- getServiceDocumentRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
-
Gets a service document request instance.
- getServiceMetadataETagSupport() - Method in interface org.apache.olingo.server.api.ServiceMetadata
-
Gets the helper for ETag support of the metadata document (may be NULL).
- getServiceRoot() - Method in interface org.apache.olingo.client.api.EdmEnabledODataClient
- getServiceRoot() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Get the service root.
- getServiceVersion() - Method in interface org.apache.olingo.client.api.ODataClient
- getSingleton() - Method in interface org.apache.olingo.server.api.uri.UriResourceSingleton
- getSingleton(String) - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
-
Get contained Singleton by name.
- getSingleton(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Gets singleton.
- getSingleton(FullQualifiedName, String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getSingleton(FullQualifiedName, String) - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return an
CsdlSingleton
or null if nothing is found - getSingletonByName(String) - Method in interface org.apache.olingo.client.api.data.ServiceDocument
-
Gets top level singleton with given name.
- getSingletonNames() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
-
Gets singleton names.
- getSingletonRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
- getSingletons() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
-
Gets top level singletons.
- getSingletons() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
- getSingletons() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
-
This method DOES NOT support lazy loading
- getSingletons() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Gets singletons.
- getSingletonUpdateRequest(URI, UpdateType, ClientSingleton) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
- getSingletonUpdateRequest(UpdateType, ClientSingleton) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
- getSingletonURI(String) - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
-
Gets URI of the given singleton.
- getSingletonURIs() - Method in class org.apache.olingo.client.api.domain.ClientServiceDocument
-
Gets singleton URIs.
- getSkipOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.Skip
-
Gets the skip option.
- getSkipOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
- getSkipOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoAll
- getSkipOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
- getSkipOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getSkipTokenOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoAll
- getSkipTokenOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
- getSkipTokenOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getSource() - Method in interface org.apache.olingo.client.api.domain.ClientDeltaLink
- getSource() - Method in class org.apache.olingo.commons.api.data.DeltaLink
-
Get source of this link.
- getSource() - Method in class org.apache.olingo.ext.proxy.context.EntityLinkDesc
- getSourceName() - Method in class org.apache.olingo.ext.proxy.context.EntityLinkDesc
- getSrid() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCast
-
Returns the facet attribute SRID
- getSrid() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIsOf
-
Facet SRID
- getSrid() - Method in interface org.apache.olingo.commons.api.edm.EdmParameter
- getSrid() - Method in interface org.apache.olingo.commons.api.edm.EdmProperty
- getSrid() - Method in interface org.apache.olingo.commons.api.edm.EdmReturnType
- getSrid() - Method in interface org.apache.olingo.commons.api.edm.EdmTerm
- getSrid() - Method in interface org.apache.olingo.commons.api.edm.EdmTypeDefinition
- getSrid() - Method in class org.apache.olingo.commons.api.edm.geo.Geospatial
-
Gets s-rid.
- getSrid() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
-
Returns the facet attribute SRID
- getSrid() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
-
Facet SRID
- getSrid() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Gets srid.
- getSrid() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Gets srid.
- getSrid() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Gets srid.
- getSrid() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Gets srid.
- getSrid() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Gets srid.
- getStandardMethod() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression
-
Gets the standard aggregation method if used.
- 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
- getStatus() - Method in class org.apache.olingo.ext.proxy.context.AttachedEntity
- getStatus(EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.context.EntityContext
-
Gets entity status.
- getStatusCode() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
-
Gets status code.
- getStatusCode() - Method in enum org.apache.olingo.commons.api.http.HttpStatusCode
-
Gets the associated status code.
- getStatusCode() - Method in exception org.apache.olingo.ext.proxy.api.ODataFlushException
- getStatusCode() - Method in exception org.apache.olingo.server.api.ODataApplicationException
-
Will return the status code which will be used as a status code for the HTTP response.
- 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.
- getStatusLine() - Method in exception org.apache.olingo.client.api.communication.ODataClientErrorException
-
Gets request status info.
- getStatusMessage() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
-
Gets status message.
- getStream() - Method in interface org.apache.olingo.ext.proxy.api.EdmStreamValue
- getStream() - Method in class org.apache.olingo.ext.proxy.commons.EdmStreamValueHandler
- getStreamChanges() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- getStreamedPropertyChanges() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- getStreamUpdateRequest(URI, InputStream) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
-
Gets a stream update request object instance.
- getStructuralProperty(String) - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
-
Get structural property by name.
- getStructuredInvocationHandler(Object) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- getSubtype() - Method in class org.apache.olingo.commons.api.format.AcceptType
- getSubtype() - Method in class org.apache.olingo.commons.api.format.ContentType
-
Gets the subtype of this content type.
- getSuffix() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Get the set suffix.
- getSystemQueryOptions() - Method in interface org.apache.olingo.server.api.uri.UriInfo
-
Gets a list of all system query options which were in the URI.
- getTarget() - Method in interface org.apache.olingo.client.api.domain.ClientDeltaLink
- getTarget() - Method in class org.apache.olingo.client.api.domain.ClientOperation
-
Gets target.
- getTarget() - Method in class org.apache.olingo.commons.api.data.DeltaLink
-
Get target of this link.
- getTarget() - Method in class org.apache.olingo.commons.api.data.Operation
-
Gets target.
- getTarget() - Method in interface org.apache.olingo.commons.api.edm.EdmNavigationPropertyBinding
- getTarget() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotations
-
Gets target.
- getTarget() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationPropertyBinding
-
Gets target.
- getTarget() - Method in class org.apache.olingo.commons.api.ex.ODataError
-
The value for the target name/value pair is the target of the particular error (for example, the name of the property in error).
- getTarget() - Method in class org.apache.olingo.commons.api.ex.ODataErrorDetail
-
Gets error target.
- getTargetEntitySetURI(EdmEnabledODataClient, NavigationProperty) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
- getTargetNamespace() - Method in interface org.apache.olingo.client.api.edm.xml.IncludeAnnotations
- getTargetNamespace() - Method in class org.apache.olingo.commons.api.edmx.EdmxReferenceIncludeAnnotation
- getTargetPath() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotations
-
Will return the full path to the target e.g.
- getTargets() - Method in class org.apache.olingo.ext.proxy.context.EntityLinkDesc
- getTerm() - Method in interface org.apache.olingo.client.api.domain.ClientAnnotation
-
Returns annotation name.
- getTerm() - Method in class org.apache.olingo.commons.api.data.Annotation
-
Get term for Annotation.
- getTerm() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotation
- getTerm() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotation
-
Returns the annotated term
- getTerm(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets term.
- getTerm(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get Term full by qualified name.
- getTerm(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getTerm(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return a
CsdlTerm
for the FullQualifiedName or null if nothing is found. - getTermClass(String) - Method in class org.apache.olingo.ext.proxy.AbstractService
- getTermNamespace() - Method in interface org.apache.olingo.client.api.edm.xml.IncludeAnnotations
- getTermNamespace() - Method in class org.apache.olingo.commons.api.edmx.EdmxReferenceIncludeAnnotation
- getTerms() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
- getTerms() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets terms.
- 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
- getThen() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIf
-
Return the second expression of the edm:If expression.
- getThen() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIf
-
Return the second expression of the edm:If expression.
- getTimeStarted() - Method in class org.apache.olingo.server.api.debug.RuntimeMeasurement
-
Gets the start time.
- getTimeStopped() - Method in class org.apache.olingo.server.api.debug.RuntimeMeasurement
-
Gets the stop time.
- getTitle() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
- getTitle() - Method in interface org.apache.olingo.client.api.data.ServiceDocumentItem
- getTitle() - Method in class org.apache.olingo.client.api.domain.ClientOperation
-
Gets title.
- getTitle() - Method in class org.apache.olingo.commons.api.data.AbstractODataObject
-
Gets title.
- getTitle() - Method in class org.apache.olingo.commons.api.data.Link
-
Gets title.
- getTitle() - Method in class org.apache.olingo.commons.api.data.Operation
-
Gets title.
- getTitle() - Method in interface org.apache.olingo.commons.api.edm.EdmBindingTarget
-
Returns a human readable title or null if not set.
- getTitle() - Method in interface org.apache.olingo.commons.api.edm.EdmFunctionImport
-
Returns a human readable title or null if not set.
- getTitle() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
- getTitle() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunctionImport
- getTopOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.Top
-
Gets the top option.
- getTopOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
- getTopOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoAll
- getTopOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoCrossjoin
- getTopOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getTranslatedMessage(Locale) - Method in exception org.apache.olingo.server.api.ODataLibraryException
-
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.client.api.domain.ClientLink
-
Gets link type.
- getType() - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue
- getType() - Method in class org.apache.olingo.commons.api.constants.Constantsv00
- getType() - Method in class org.apache.olingo.commons.api.constants.Constantsv01
- getType() - Method in class org.apache.olingo.commons.api.data.Entity
-
Gets entity type.
- getType() - Method in class org.apache.olingo.commons.api.data.Link
-
Gets type.
- getType() - Method in class org.apache.olingo.commons.api.data.Operation
-
Gets the Operation Type
- getType() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Get string representation of type (can be null if not set).
- getType() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCast
-
Value cast to
- getType() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIsOf
-
The type which is checked again the child expression
- getType() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmRecord
-
Returns the entity type or complex type to be constructed.
- getType() - Method in interface org.apache.olingo.commons.api.edm.EdmNavigationProperty
- getType() - Method in interface org.apache.olingo.commons.api.edm.EdmTerm
- getType() - Method in interface org.apache.olingo.commons.api.edm.EdmTyped
-
See
EdmType
for more information about possible types. - getType() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
-
Value cast to
- getType() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression
-
Returns the type of the constant expression
- getType() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
-
The type which is checked again the child expression
- getType() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression
-
Returns the type of the logical expression
- getType() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlRecord
-
Returns the entity type or complex type to be constructed.
- getType() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
Gets type.
- getType() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Gets type.
- getType() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Gets type.
- getType() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Gets type.
- getType() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Gets type.
- getType() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Gets type.
- getType() - Method in class org.apache.olingo.commons.api.format.AcceptType
- getType() - Method in class org.apache.olingo.commons.api.format.ContentType
-
Gets the type of this content type.
- getType() - Method in interface org.apache.olingo.commons.api.IConstants
- getType() - Method in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
- getType() - Method in class org.apache.olingo.ext.proxy.context.EntityLinkDesc
- getType() - Method in class org.apache.olingo.ext.proxy.context.EntityUUID
- 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
-
Numeric literals without an dot and without an e return the smallest possible Edm Integer type.
- 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
- getType(Geospatial.Dimension, String) - Static method in class org.apache.olingo.commons.api.data.GeoUtils
-
Get type based on given dimension (Geography / Geometry) and element name.
- getTypeArguments(Type) - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
- getTypeAsFQNObject() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Gets type as fQN object.
- getTypeClass(Type) - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
- getTypeDefinition(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets type definition.
- getTypeDefinition(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get a type definition by full qualified name.
- getTypeDefinition(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmProvider
- getTypeDefinition(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.provider.CsdlEdmProvider
-
This method should return an
CsdlTypeDefinition
or null if nothing is found - getTypeDefinitions() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
- getTypeDefinitions() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Gets type definitions.
- 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
- getTypeFQN() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmRecord
- getTypeFQN() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
Gets type fQN.
- getTypeFQN() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Gets type fQN.
- getTypeFQN() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Gets type fQN.
- getTypeFQN() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Gets type fQN.
- getTypeKind() - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue
- getTypeName() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
- getTypeName() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
- getTypeName() - Method in interface org.apache.olingo.client.api.domain.ClientValue
-
Gets value type name.
- getTypeName() - Method in class org.apache.olingo.commons.api.data.ComplexValue
-
Get string representation of type (can be null if not set).
- getTypeRef() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- getTypeRef() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- getTypeWithAnnotations() - Method in interface org.apache.olingo.commons.api.edm.EdmProperty
-
See
EdmType
for more information about possible types. - getUnboundAction() - Method in interface org.apache.olingo.commons.api.edm.EdmActionImport
-
Gets unbound action.
- getUnboundAction(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get unbound Action by full qualified name.
- getUnboundFunction(List<String>) - Method in interface org.apache.olingo.commons.api.edm.EdmFunctionImport
-
Gets unbound function with given parameter names.
- getUnboundFunction(FullQualifiedName, List<String>) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get Function by full qualified name.
- getUnboundFunctions() - Method in interface org.apache.olingo.commons.api.edm.EdmFunctionImport
-
Gets unbound functions.
- getUnboundFunctions(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
-
Get Function by full qualified name.
- getUnderlyingType() - Method in interface org.apache.olingo.commons.api.edm.EdmEnumType
- getUnderlyingType() - Method in interface org.apache.olingo.commons.api.edm.EdmTypeDefinition
- getUnderlyingType() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
-
Gets underlying type.
- getUnderlyingType() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Gets underlying type.
- getUri() - Method in interface org.apache.olingo.client.api.edm.xml.Reference
- getUri() - Method in class org.apache.olingo.commons.api.edmx.EdmxReference
-
Get URI for the reference
- getURI() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Returns OData request target URI.
- getURI() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- getUriInfo() - Method in class org.apache.olingo.server.api.debug.DebugInformation
-
The URI Info object the library created during URI parsing.
- 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.
- getUrl() - Method in interface org.apache.olingo.client.api.data.ServiceDocumentItem
- getUtility() - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- getUtility() - Method in class org.apache.olingo.ext.pojogen.V4POJOGenMojo
- getUUID() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- getValue() - Method in interface org.apache.olingo.client.api.domain.ClientEnumValue
- getValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
-
Returns annotation value.
- getValue() - Method in enum org.apache.olingo.client.api.uri.SegmentType
- getValue() - Method in class org.apache.olingo.commons.api.data.ComplexValue
-
Get list of all values for this ComplexValue.
- getValue() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Get the value
- getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmAnnotationPath
-
Value of the path
- getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCast
-
Cast value of the expression
- getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIsOf
-
Returns true if the child expression returns the specified typed
- getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmLabeledElement
-
Returns the child expression
- getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmLabeledElementReference
-
Returns the value of the edm:LabeledElement expression
- getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmNavigationPropertyPath
-
Returns the navigation property path itself.
- getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmPath
-
Returns the target value of the expression
- getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmPropertyPath
-
Returns the property path itself.
- getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmPropertyValue
-
Evaluated value of the expression (property value)
- getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmUrlRef
-
Returns a expression of type Edm.String
- getValue() - Method in interface org.apache.olingo.commons.api.edm.EdmMember
- getValue() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlAnnotationPath
-
Value of the path
- getValue() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
-
Cast value of the expression
- getValue() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression
-
Value of the constant expression
- getValue() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
-
Returns the child expression
- getValue() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElement
-
Returns the child expression
- getValue() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElementReference
-
Returns the value of the edm:LabeledElement expression
- getValue() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlNavigationPropertyPath
-
Returns the navigation property path itself.
- getValue() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPath
-
Returns the target value of the expression
- getValue() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyPath
-
Returns the property path itself.
- getValue() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyValue
-
Evaluated value of the expression (property value)
- getValue() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlUrlRef
-
Returns a expression of type Edm.String
- getValue() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumMember
-
Gets value.
- getValue() - Method in class org.apache.olingo.ext.proxy.api.Sort
- getValue() - Method in class org.apache.olingo.server.api.prefer.Preferences.Preference
-
Gets the value of the preference.
- getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.AliasQueryOption
- getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.BottomTop
-
Gets the expression that determines the values to aggregate.
- getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.CountOption
- getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.DeltaTokenOption
- 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
- getValueAsString() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmConstantExpression
-
Returns the value of the expression as String.
- getValueForAlias(String) - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
- getValueRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
-
Gets a uri request returning a single OData entity property value.
- getValues() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Enumeration
- getValueType() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Get value type for this valuable.
- getValueUpdateRequest(URI, UpdateType, ClientPrimitiveValue) - Method in interface org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory
-
Gets a create request object instance.
- getVariableName() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.LambdaRef
- getVariableName() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaVariable
- getVersion() - Method in interface org.apache.olingo.client.api.edm.xml.Edmx
- getVersion() - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- getVersion() - Method in class org.apache.olingo.ext.pojogen.V4POJOGenMojo
- getWait() - Method in interface org.apache.olingo.server.api.prefer.Preferences
-
Gets the value of the preference
wait
ornull
if not set or the value is not valid. - getWrappedHttpClientFactory() - Method in interface org.apache.olingo.client.api.http.WrappingHttpClientFactory
- getWriteOnlyReferences() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
-
only writes the references of the entities
- getWriteOnlyReferences() - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions
-
only writes the references of the entities
- getWriter() - Method in interface org.apache.olingo.client.api.ODataClient
- getX() - Method in class org.apache.olingo.commons.api.edm.geo.Point
-
Returns the x coordinate.
- getXMLMetadata() - Method in interface org.apache.olingo.client.api.communication.request.retrieve.EdmMetadataRequest
- getXMLMetadataRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory
-
Gets a metadata request instance.
- getY() - Method in class org.apache.olingo.commons.api.edm.geo.Point
-
Returns the y coordinate.
- getZ() - Method in class org.apache.olingo.commons.api.edm.geo.Point
-
Returns the z coordinate.
- GONE - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- GROUP_BY - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
- GroupBy - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents the grouping transformation.
- GroupByItem - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents a grouping property.
- gt(String, Object) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- gt(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- Gt - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Gt - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType
-
Type Edm.Gt must have two operands which must evaluate to a boolean value
- Gt - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- GT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
Greater than operator (">")
- Guid - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Guid - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- Guid - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Type Edm.GUID
H
- handleBatchRequest(BatchRequestPart) - Method in interface org.apache.olingo.server.api.batch.BatchFacade
-
Handles a BatchRequestPart.
- handleError(ODataContentWriteErrorContext, WritableByteChannel) - Method in interface org.apache.olingo.server.api.ODataContentWriteErrorCallback
-
Is called when during write in the ODataContent an error occurs.
- handleODataRequest(ODataRequest) - Method in interface org.apache.olingo.server.api.batch.BatchFacade
-
Executes an ODataRequest, which must be a part of a change set.
- has(String, EdmEnumType, String) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- has(FilterArg, EdmEnumType, String) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- HAS - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
OData has operator used for OData enumerations
- hasAllowEntityReferences() - Method in interface org.apache.olingo.server.api.prefer.Preferences
-
Whether the preference
odata.allow-entityreferences
has been set. - hasCachedPropertyChanged(Object) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- hasCollectionValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
-
Checks if has collection value.
- hasComplexValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
-
Checks if has complex value.
- hasContinueOnError() - Method in interface org.apache.olingo.server.api.prefer.Preferences
-
Whether the preference
odata.continue-on-error
has been set. - hasCountPath() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
- hasDeepPropertyChanges() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- hasEnumValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
-
Checks if has enum value.
- hasETag(EdmBindingTarget) - Method in interface org.apache.olingo.server.api.etag.CustomETagSupport
-
This method will be called for update requests which target an entity or a property of an entity.
- HASH - Static variable in interface org.apache.olingo.commons.api.Constants
- hashCode() - Method in class org.apache.olingo.client.api.domain.AbstractClientPayload
- hashCode() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
- hashCode() - Method in class org.apache.olingo.client.api.domain.ClientInlineEntity
- hashCode() - Method in class org.apache.olingo.client.api.domain.ClientInlineEntitySet
- hashCode() - Method in class org.apache.olingo.client.api.domain.ClientItem
- hashCode() - Method in class org.apache.olingo.commons.api.data.AbstractODataObject
- hashCode() - Method in class org.apache.olingo.commons.api.data.Annotation
- hashCode() - Method in class org.apache.olingo.commons.api.data.ComplexValue
- hashCode() - Method in class org.apache.olingo.commons.api.data.Delta
- hashCode() - Method in class org.apache.olingo.commons.api.data.DeltaLink
- hashCode() - Method in class org.apache.olingo.commons.api.data.Entity
- hashCode() - Method in class org.apache.olingo.commons.api.data.EntityCollection
- hashCode() - Method in class org.apache.olingo.commons.api.data.Link
- hashCode() - Method in class org.apache.olingo.commons.api.data.Linked
- hashCode() - Method in class org.apache.olingo.commons.api.data.Parameter
- hashCode() - Method in class org.apache.olingo.commons.api.data.Property
- hashCode() - Method in class org.apache.olingo.commons.api.data.Valuable
- hashCode() - Method in class org.apache.olingo.commons.api.edm.FullQualifiedName
- hashCode() - Method in class org.apache.olingo.commons.api.edm.geo.ComposedGeospatial
- hashCode() - Method in class org.apache.olingo.commons.api.edm.geo.Point
- hashCode() - Method in class org.apache.olingo.commons.api.edm.geo.Polygon
- hashCode() - Method in class org.apache.olingo.commons.api.edm.geo.SRID
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlAnnotationPath
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlApply
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCollection
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIf
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElement
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElementReference
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlNavigationPropertyPath
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlNull
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPath
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyPath
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyValue
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlRecord
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlUrlRef
- hashCode() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotation
- hashCode() - Method in class org.apache.olingo.commons.api.format.ContentType
- hashCode() - Method in class org.apache.olingo.ext.proxy.api.AbstractEntityKey
- hashCode() - Method in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- hashCode() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- hashCode() - Method in class org.apache.olingo.ext.proxy.commons.PrimitiveCollectionInvocationHandler
- hashCode() - Method in class org.apache.olingo.ext.proxy.context.EntityLinkDesc
- hashCode() - Method in class org.apache.olingo.ext.proxy.context.EntityUUID
- hasMediaETag(EdmBindingTarget) - Method in interface org.apache.olingo.server.api.etag.CustomETagSupport
-
This method will be called for update requests which target a media entity value.
- hasNext() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator
-
Checks if batch has next line.
- hasNext() - Method in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
- hasNext() - Method in class org.apache.olingo.commons.api.data.EntityIterator
- hasNextPage() - Method in interface org.apache.olingo.ext.proxy.api.StructuredCollection
-
Checks for next page existence.
- hasNextPage() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- hasNullValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
-
Checks if has null value.
- hasPrimitiveValue() - Method in interface org.apache.olingo.client.api.domain.ClientValuable
-
Checks if has primitive value.
- hasPropertyChanges() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- hasRespondAsync() - Method in interface org.apache.olingo.server.api.prefer.Preferences
-
Whether the preference
respond-async
has been set. - hasStream() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityType
-
Indicates if the entity type is treated as Media Link Entry with associated Media Resource.
- hasStream() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
-
Has stream.
- hasStream() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.EntityType
- hasStreamedSomething() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequestItem
-
Checks if the streaming of the current item is started yet.
- hasTrackChanges() - Method in interface org.apache.olingo.server.api.prefer.Preferences
-
Whether the preference
odata.track-changes
has been set. - HEAD - Enum constant in enum org.apache.olingo.commons.api.http.HttpMethod
- HelpMojo - Class in org.apache.olingo.ext.pojogen
-
Display help information on pojogen-maven-plugin.
Callmvn pojogen:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.apache.olingo.ext.pojogen.HelpMojo
- HOST - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23">HTTP/1.1 documentation}.
- hour(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- HOUR - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- HttpClientException - Exception in org.apache.olingo.client.api.http
-
A client-side processing runtime exception.
- HttpClientException(String) - Constructor for exception org.apache.olingo.client.api.http.HttpClientException
-
Constructs a new client-side runtime exception with the specified detail message.
- HttpClientException(String, Throwable) - Constructor for exception org.apache.olingo.client.api.http.HttpClientException
-
Constructs a new client-side runtime exception with the specified detail message and cause.
- HttpClientException(Throwable) - Constructor for exception org.apache.olingo.client.api.http.HttpClientException
-
Constructs a new client-side runtime exception with the specified cause and a detail message of
(cause==null ? null : cause.getName())
(which typically contains the class and detail message ofcause
). - HttpClientFactory - Interface in org.apache.olingo.client.api.http
-
Interface used by ODataRequest implementations to instantiate HttpClient.
- HttpHeader - Interface in org.apache.olingo.commons.api.http
-
HTTP header constants.
- HttpMethod - Enum in org.apache.olingo.commons.api.http
-
Supported HTTP methods.
- HttpStatusCode - Enum in org.apache.olingo.commons.api.http
-
HTTP status codes as defined in RFC 7231, section 6, and additional status codes as defined in RFC 6585
- HttpUriRequestFactory - Interface in org.apache.olingo.client.api.http
-
Interface used by ODataRequest implementations to create the HttpUriRequest.
I
- IConstants - Interface in org.apache.olingo.commons.api
-
Constant values related to the OData protocol.
- id(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds id query option.
- id(String) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
-
Sets id of the collection
- ID - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
-
The entity-id specified by $id may be expressed absolute or relative to the request URL.
- ID - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- ID - Static variable in interface org.apache.olingo.commons.api.Constants
- Identity - Enum constant in enum org.apache.olingo.client.api.edm.StoreGeneratedPattern
- Identity - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents the identity transformation.
- IDENTITY - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
- 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://...
- If - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- If - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- IF_MATCH - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.24">HTTP/1.1 documentation}.
- IF_MODIFIED_SINCE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.25">HTTP/1.1 documentation}.
- IF_NONE_MATCH - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.26">HTTP/1.1 documentation}.
- IF_UNMODIFIED_SINCE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.28">HTTP/1.1 documentation}.
- IN - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
In operator
- Include - Interface in org.apache.olingo.client.api.edm.xml
- INCLUDE_ANNOTATIONS - Enum constant in enum org.apache.olingo.commons.api.format.PreferenceName
- includeAnnotations(String) - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
-
The odata.include-annotations preference in a request for data or metadata is used to specify the set of annotations the client requests to be included, where applicable, in the response.
- IncludeAnnotations - Interface in org.apache.olingo.client.api.edm.xml
- INCONSISTENT_PROPERTY_TYPE - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
-
parameter: property name
- indexof(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- INDEXOF - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- init(OData) - Method in interface org.apache.olingo.server.api.debug.DebugSupport
-
Initializes the debug support implementation.
- init(OData) - Method in class org.apache.olingo.server.api.debug.DefaultDebugSupport
- init(OData, ServiceMetadata) - Method in class org.apache.olingo.server.api.processor.DefaultProcessor
- init(OData, ServiceMetadata) - Method in interface org.apache.olingo.server.api.processor.Processor
-
Initializes the processor for each HTTP request - response cycle.
- initFromBatch(Map.Entry<Integer, String>, Map<String, Collection<String>>, ODataBatchLineIterator, String) - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
-
Initializes response from batch response item.
- initFromBatch(ODataBatchLineIterator, String) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem
-
Initializes ODataResponse template from batch response item part.
- initFromEnclosedPart(InputStream) - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
-
Initializes response from an enclosed HTTP response.
- initFromHttpResponse(HttpResponse) - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
-
Initializes OData response from HTTP response.
- InlineEntitySetInvocationHandler<T extends EntityType<?>,
KEY extends Serializable, EC extends EntityCollection<T, ?, ?>> - Class in org.apache.olingo.ext.proxy.commons - InlineEntitySetInvocationHandler(Class<?>, AbstractService<?>, URIBuilder, Collection<T>) - Constructor for class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- Int - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Int - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Type Integer
- Int16 - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- Int32 - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- Int64 - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- internal - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- INTERNAL_SERVER_ERROR - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- INVALID_ACTION_PARAMETER_TYPE - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
-
parameter: action parameter name
- INVALID_ANNOTATION_TYPE - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
-
parameter: annotationName
- INVALID_BASE_URI - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- INVALID_BOUNDARY - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- INVALID_CHANGESET_METHOD - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- INVALID_CONTENT - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- INVALID_CONTENT_ID - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- INVALID_CONTENT_LENGTH - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- INVALID_CONTENT_TRANSFER_ENCODING - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- INVALID_CONTENT_TYPE - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- INVALID_ENTITY - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
- INVALID_ENTITY_BINDING_LINK - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
-
parameter: binding link
- INVALID_HOST - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- INVALID_HTTP_VERSION - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- INVALID_JSON_TYPE_FOR_PROPERTY - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
-
parameter: propertyName
- INVALID_METHOD - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- INVALID_NULL_ANNOTATION - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
-
parameter: annotationName
- INVALID_NULL_PARAMETER - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
-
parameter: parameterName
- INVALID_NULL_PROPERTY - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
-
parameter: propertyName
- INVALID_STATUS_LINE - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- INVALID_URI - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- INVALID_URI - Enum constant in enum org.apache.olingo.server.api.etag.PreconditionException.MessageKeys
-
no parameter
- INVALID_VALUE_FOR_NAVIGATION_PROPERTY - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
-
parameter: navigationPropertyName
- INVALID_VALUE_FOR_PROPERTY - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
-
parameter: propertyName
- invoke(Object, Method, Object[]) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.olingo.ext.proxy.commons.AnnotatableInvocationHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.olingo.ext.proxy.commons.ComplexCollectionInvocationHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.olingo.ext.proxy.commons.EdmStreamValueHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.olingo.ext.proxy.commons.EntityCollectionInvocationHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.olingo.ext.proxy.commons.InlineEntitySetInvocationHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.olingo.ext.proxy.commons.PrimitiveCollectionInvocationHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.olingo.ext.proxy.commons.StructuredComposableInvokerInvocationHandler
- Invoker<T> - Interface in org.apache.olingo.ext.proxy.api
- InvokeRequestFactory - Interface in org.apache.olingo.client.api.communication.request.invoke
-
OData request factory class.
- InvokerInvocationHandler<T,
O extends Operations> - Class in org.apache.olingo.ext.proxy.commons - InvokerInvocationHandler(URI, Map<String, ClientValue>, Operation, EdmOperation, Type[], AbstractService<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- invokeSelfMethod(Method, Object[]) - Method in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- IO_EXCEPTION - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
- IO_EXCEPTION - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
- isAbstract - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
The Is abstract.
- isAbstract() - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
-
Indicates if the structured type is abstract.
- isAbstract() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Is abstract.
- isAbstract() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.ComplexType
- isAbstract() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.EntityType
- isAddressingDerivedTypes() - Method in interface org.apache.olingo.client.api.Configuration
-
Gets whether query URIs in request should contain fully qualified type name. - OData Intermediate Conformance Level: MUST support casting to a derived type according to [OData-URL] if derived types are present in the model.
- isAllOperationsInSchema() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectItem
- isAnd() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a logical edm:And expression
- isAnnotationPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:AnnotationPath expression
- isAnnotationPath() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:AnnotationPath expression
- isApply() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:Apply expression
- isApply() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:Apply expression
- isAttached(EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.context.EntityContext
-
Checks if an entity is already attached.
- isBiggerThan(String, String) - Static method in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
-
Check if
firstValue
is bigger thensecondValue
- isBindingParameterTypeCollection() - Method in interface org.apache.olingo.commons.api.edm.EdmOperation
- isBound - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
The Is bound.
- isBound() - Method in interface org.apache.olingo.commons.api.edm.EdmOperation
-
For more information on bound operations please refer to the OData V4 specification.
- isBound() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
Is bound.
- isBreaking() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem
-
Checks if the current item is a breaking item like as error item or asynchronous response part.
- isCast() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:Cast expression
- isCast() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:Cast expression
- isChanged() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- isChanged() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- isChanged(boolean) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- isChangeset() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem
-
Checks if the current batch response item is a changeset.
- isChangeSet() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchRequestPart
-
Gets the info if a BatchPart is a ChangeSet.
- isChangeSet() - Method in class org.apache.olingo.server.api.deserializer.batch.ODataResponsePart
-
Returns true if the current instance represents a change set.
- isCollection() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
-
Check is is a collection value.
- isCollection() - Method in interface org.apache.olingo.client.api.domain.ClientValue
-
Check is is a collection value.
- isCollection() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Is context result a collection.
- isCollection() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Check if Valuable contains a COLLECTION_* ValueType
- isCollection() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:Collection expression
- isCollection() - Method in interface org.apache.olingo.commons.api.edm.EdmTyped
- isCollection() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:Collection expression
- isCollection() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Is collection.
- isCollection() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Is collection.
- isCollection() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Is collection.
- isCollection() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Is collection.
- isCollection() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Member
- isCollection() - Method in interface org.apache.olingo.server.api.uri.UriResourcePartTyped
- isCompatible(EdmPrimitiveType) - Method in interface org.apache.olingo.commons.api.edm.EdmPrimitiveType
-
Checks type compatibility.
- isCompatible(ContentType) - Method in class org.apache.olingo.commons.api.format.ContentType
- isComplex() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
-
Check is is a complex value.
- isComplex() - Method in interface org.apache.olingo.client.api.domain.ClientValue
-
Check is is a linked complex value.
- isComplex() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Check if Valuable contains a COMPLEX or COLLECTION_COMPLEX ValueType
- isComplex(FullQualifiedName) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- isComposable() - Method in interface org.apache.olingo.commons.api.edm.EdmFunction
- isComposable() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunction
-
Is composable.
- isComposable() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Operation
-
A function element MAY specify a Boolean value for the IsComposable attribute.
- isConstant() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmExpression
-
Return true if the expression is constant
- isConstant() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlExpression
-
Return true if the expression is constant
- isContainsTarget() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Is contains target.
- isContinueOnError() - Method in interface org.apache.olingo.client.api.Configuration
-
When processing a set of requests (in batch requests, for example), checks if the execution will be aborted after first error encountered or not.
- isDeleted(EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- isDelta() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Is context result a delta result.
- isDeltaDeletedEntity() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Is context result a delta deleted entity.
- isDeltaDeletedLink() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Is context result a delta deleted link.
- isDeltaLink() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Is context result a delta link.
- isDescending() - Method in interface org.apache.olingo.server.api.uri.queryoption.OrderByItem
-
Returns the sort order of the orderby item
- isDone() - Method in interface org.apache.olingo.client.api.communication.response.AsyncResponseWrapper
-
Checks if asynchronous processing has been terminated.
- isDynamic() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmExpression
-
Return true if the expression is dynamic
- isDynamic() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlExpression
-
Returns true if the expression is dynamic.
- isEmpty() - Method in interface org.apache.olingo.client.api.domain.ClientCollectionValue
-
Checks if collection is empty.
- isEmpty() - Method in class org.apache.olingo.commons.api.edm.geo.ComposedGeospatial
-
Checks if is empty.
- isEmpty() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- isEmpty() - Method in class org.apache.olingo.ext.proxy.commons.TransactionItems
- isEntity() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Is context result a entity.
- isEntity() - Method in class org.apache.olingo.commons.api.data.Parameter
-
Checks whether this parameter value is of the value type ENTITY or COLLECTION_ENTITY.
- isEnum() - Method in interface org.apache.olingo.client.api.domain.ClientValue
-
Check is is an enum value.
- isEnum() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Check if Valuable contains a ENUM or COLLECTION_ENUM ValueType
- isEq() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:Eq expression
- isFlags() - Method in interface org.apache.olingo.commons.api.edm.EdmEnumType
- isFlags() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
-
Is flags.
- isFlags() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.EnumType
- isFullRepresentation() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
-
Inline entries will not have @delta if representation is full
- isFullRepresentation(boolean) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
-
sets isFullRepresentation to represent inline entries
- isGe() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:Ge expression
- isGeospatial() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Check if Valuable contains a GEOSPATIAL or COLLECTION_GEOSPATIAL ValueType
- isGeospatial() - Method in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
-
Checks if is a geospatial type.
- isGt() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:Gt expression
- isGzipCompression() - Method in interface org.apache.olingo.client.api.Configuration
-
Checks whether Gzip compression (e.g. support for Accept-Encoding: gzip and Content-Encoding: gzip HTTP headers) is enabled.
- isHasStream() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
-
Has stream.
- isIf() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:If expression
- isIf() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:If expression
- isIncludeInServiceDocument() - Method in interface org.apache.olingo.commons.api.edm.EdmEntitySet
- isIncludeInServiceDocument() - Method in interface org.apache.olingo.commons.api.edm.EdmFunctionImport
- isIncludeInServiceDocument() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntitySet
-
Is include in service document.
- isIncludeInServiceDocument() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunctionImport
-
Is include in service document.
- isIsOf() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:IsOf expression
- isIsOf() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:IsOf expression
- isKeyAsSegment() - Method in interface org.apache.olingo.client.api.Configuration
-
Checks whether URIs contain entity key between parentheses (standard) or instead as additional segment (non-standard).
- isLabeledElement() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:LabeledElement expression
- isLabeledElement() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:LabeledElement expression
- isLabeledElementReference() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:LabeledElementReference expression
- isLabeledElementReference() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:LabeledElementReference expression
- isLe() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:Le expression
- isLogicalOrComparison() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a logical expression
- isLt() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:Lt expression
- isMax() - Method in interface org.apache.olingo.server.api.uri.queryoption.LevelsExpandOption
- isMediaEntity() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Checks if the current entity is a media entity.
- isMediaEntity() - Method in class org.apache.olingo.commons.api.data.Entity
-
Checks if the current entity is a media entity.
- isNavigationAlreadyDeclared(EdmStructuredType, EdmNavigationProperty) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- isNavigationPropertyPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:NavigationPropertyPath expression
- isNavigationPropertyPath() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:NavigationPropertyPath expression
- isNe() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:Ne expression
- isNot() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a logical edm:Not expression
- isNotDefault() - Method in class org.apache.olingo.commons.api.edm.geo.SRID
-
Returns true if the value of the instance is not equals to the default (uninitialized).
- isNull() - Method in class org.apache.olingo.commons.api.data.Property
-
Check if this property is
null
(value == null) or the type is"Edm.Null"
. - isNull() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Check if according value is
null
. - isNull() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:Null expression
- isNull() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:Null expression
- isNullable() - Method in interface org.apache.olingo.commons.api.edm.EdmNavigationProperty
- isNullable() - Method in interface org.apache.olingo.commons.api.edm.EdmParameter
- isNullable() - Method in interface org.apache.olingo.commons.api.edm.EdmProperty
- isNullable() - Method in interface org.apache.olingo.commons.api.edm.EdmReturnType
- isNullable() - Method in interface org.apache.olingo.commons.api.edm.EdmTerm
- isNullable() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Is nullable.
- isNullable() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Is nullable.
- isNullable() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Is nullable.
- isNullable() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Is nullable.
- isNullable() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Is nullable.
- isNullable() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
-
Gets the nullable facet.
- isNullable() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
-
Gets the nullable facet.
- isof(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- isof(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- IsOf - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- IsOf - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- ISOF - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- isOpen() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequestItem
-
Checks if the current item is still opened.
- isOpenType - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
The Is open type.
- isOpenType() - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
-
Indicates if the structured type is an open type.
- isOpenType() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Is open type.
- isOpenType() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.ComplexType
- isOr() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a logical edm:Or expression
- isPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:Path expression
- isPath() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:Path expression
- isPreferenceApplied() - Method in interface org.apache.olingo.client.api.communication.response.AsyncResponseWrapper
-
Checks for preference applied.
- isPrimitive() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
-
Check is is a primitive value.
- isPrimitive() - Method in interface org.apache.olingo.client.api.domain.ClientValue
-
Check is is a primitive value.
- isPrimitive() - Method in class org.apache.olingo.commons.api.data.Valuable
-
Check if Valuable contains a PRIMITIVE or COLLECTION_PRIMITIVE ValueType
- isPrimitive() - Method in interface org.apache.olingo.commons.api.edm.EdmProperty
-
Gets the info if the property is a primitive property.
- isPropertyPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:PropertyPath expression
- isPropertyPath() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:PropertyPath expression
- isPropertyValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:PropertyValue expression
- isReadOnly() - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
TRUE if read-only entity.
- isRecord() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:Record expression
- isRecord() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:Record expression
- isRef() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
- isReference() - Method in class org.apache.olingo.commons.api.data.ContextURL
-
Is context result a reference.
- isRollupAll() - Method in interface org.apache.olingo.server.api.uri.queryoption.apply.GroupByItem
-
Whether a nested rollup clause contains the special value '$all'.
- isSameType(String, String, boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- isSearchBinary() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchExpression
- isSearchTerm() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchExpression
- isSearchUnary() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchExpression
- isSelfMethod(Method) - Method in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- isServiceDocument(XMLMetadata) - Method in interface org.apache.olingo.client.api.serialization.ODataMetadataValidation
-
This method checks if if its a service document based on the XMLMetadata provided
- isStar() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
- isStar() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectItem
- isStreamType(EdmType) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- isStrict() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions
-
Returns if the batch parsing is strict.
- isStrict(boolean) - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions.Builder
- isTransactional() - Method in class org.apache.olingo.ext.proxy.AbstractService
- isUnicode() - Method in interface org.apache.olingo.commons.api.edm.EdmProperty
- isUnicode() - Method in interface org.apache.olingo.commons.api.edm.EdmTypeDefinition
- isUnicode() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Is unicode.
- isUnicode() - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Is unicode.
- isUnicode() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
-
Gets the unicode facet.
- isUnicode() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
-
Gets the unicode facet.
- isUrlRef() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicExpression
-
Returns true if the expression is a edm:UrlRef expression
- isUrlRef() - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlDynamicExpression
-
Returns true if the expression is a edm:UrlRef expression
- isUseChuncked() - Method in interface org.apache.olingo.client.api.Configuration
-
Checks whether chunk HTTP encoding is being used.
- isUserAuthorized() - Method in interface org.apache.olingo.server.api.debug.DebugSupport
-
Ensures that the user that requested the debug output is authorized to see this output.
- isUserAuthorized() - Method in class org.apache.olingo.server.api.debug.DefaultDebugSupport
- isUseUrlOperationFQN() - Method in interface org.apache.olingo.client.api.Configuration
-
Checks whether operation name in request URI should be fully qualified name, which is required by OData V4 protocol, but some service may still choose to support shorter name.
- isUseXHTTPMethod() - Method in interface org.apache.olingo.client.api.Configuration
-
Gets whether PUT, MERGE, PATCH, DELETE HTTP methods need to be translated to POST with additional X-HTTTP-Method header.
- isV4Metadata(XMLMetadata) - Method in interface org.apache.olingo.client.api.serialization.ODataMetadataValidation
-
This method checks if if its a V4 metadata based on the XMLMetadata provided
- isValidMaxODataVersion(String) - Static method in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
- isValidODataVersion(String) - Static method in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
- it - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceIt
URI: http://... - ITEM_CONTENT_TYPE - Static variable in interface org.apache.olingo.client.api.ODataBatchConstants
-
Batch item content type.
- ITEM_CONTENT_TYPE_LINE - Static variable in interface org.apache.olingo.client.api.ODataBatchConstants
-
Item content type.
- ITEM_TRANSFER_ENCODING_LINE - Static variable in interface org.apache.olingo.client.api.ODataBatchConstants
-
Item transfer encoding.
- itemRef - Variable in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- items - Variable in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- iterator() - Method in class org.apache.olingo.commons.api.data.EntityCollection
- iterator() - Method in class org.apache.olingo.commons.api.data.EntityIterator
- iterator() - Method in class org.apache.olingo.commons.api.edm.geo.ComposedGeospatial
- iterator() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- iterator() - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
- iterator() - Method in class org.apache.olingo.ext.proxy.context.EntityContext
-
Iterator.
J
- join(Object[], String) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- JSON - Static variable in class org.apache.olingo.commons.api.format.ContentType
- JSON_ASSOCIATION_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_ASSOCIATION_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_ASSOCIATION_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_BIND_LINK_SUFFIX - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_BIND_LINK_SUFFIX - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_BIND_LINK_SUFFIX - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_CONTEXT - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_CONTEXT - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_CONTEXT - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_COORDINATES - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_COUNT - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_COUNT - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_COUNT - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_CRS - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_DELTA_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_DELTA_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_DELTA_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_EDIT_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_EDIT_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_EDIT_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_ERROR - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_ETAG - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_ETAG - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_ETAG - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_FULL_METADATA - Static variable in class org.apache.olingo.commons.api.format.ContentType
- JSON_GEOMETRIES - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_ID - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_ID - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_ID - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_MEDIA_CONTENT_TYPE - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_MEDIA_CONTENT_TYPE - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_MEDIA_CONTENT_TYPE - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_MEDIA_EDIT_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_MEDIA_EDIT_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_MEDIA_EDIT_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_MEDIA_ETAG - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_MEDIA_ETAG - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_MEDIA_ETAG - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_MEDIA_READ_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_MEDIA_READ_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_MEDIA_READ_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_METADATA - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
- JSON_METADATA - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_METADATA - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_METADATA - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_METADATA_ETAG - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_METADATA_ETAG - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_METADATA_ETAG - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_NAME - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_NAVIGATION_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_NAVIGATION_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_NAVIGATION_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_NEXT_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_NEXT_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_NEXT_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_NO_METADATA - Static variable in class org.apache.olingo.commons.api.format.ContentType
- JSON_NULL - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_READ_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_READ_LINK - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_READ_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_SYNTAX_EXCEPTION - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
- JSON_TITLE - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_TYPE - Static variable in class org.apache.olingo.commons.api.constants.Constantsv00
- JSON_TYPE - Static variable in class org.apache.olingo.commons.api.constants.Constantsv01
- JSON_TYPE - Static variable in interface org.apache.olingo.commons.api.Constants
- JSON_URL - Static variable in interface org.apache.olingo.commons.api.Constants
- justInheritedOperationsBoundTo(EdmEntityType) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
K
- Key - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Mark POJO field (property) as key.
- KEY - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- KEY_AS_SEGMENT - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- KEY_AS_SEGMENT - Enum constant in enum org.apache.olingo.commons.api.format.PreferenceName
- keyAsSegment() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
-
Gets the value of the non-standard preference that the URL should follow the convention that keys are formatted as separate segments.
- KeyClass - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Specifies a composite primary key class that is mapped to multiple fields or properties of an EntityType.
- keyPath(String) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
-
Set the key path.
- KeyRef - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Identifies a compound key.
- Kind - Enum in org.apache.olingo.server.api.serializer
-
The different types of edm kinds that form the metadata
L
- LabeledElement - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- LabeledElement - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- LabeledElementReference - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- lambdaAll - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceLambdaAll
URI: http://... - lambdaAny - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceLambdaAny
URI: http://... - 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
- lambdaVariable - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceLambdaVariable
URI: http://... - LAST_MODIFIED - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.29">HTTP/1.1 documentation}.
- le(String, Object) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- le(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- Le - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Le - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType
-
Type Edm.Le must have two operands which must evaluate to a boolean value
- Le - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- LE - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
Lesser operator or equals ("<=") operator
- LEGACY - Enum constant in enum org.apache.olingo.ext.proxy.api.OperationType
-
Function or action (not specified explicitly).
- length(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- LENGTH - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- LENGTH_REQUIRED - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- LEVELS - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
-
Cyclic navigation properties (whose target type is identical or can be cast to its source type) can be recursively expanded using the special $levels option.
- LEVELS - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- LevelsExpandOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents the system query option $levels when used inside $expand For example: http://...
- LineString - Class in org.apache.olingo.commons.api.edm.geo
-
Represents a line string.
- LineString(Geospatial.Dimension, SRID, List<Point>) - Constructor for class org.apache.olingo.commons.api.edm.geo.LineString
-
Creates a new LineString
- LINESTRING - Enum constant in enum org.apache.olingo.commons.api.edm.geo.Geospatial.Type
-
The OGIS geometry type number for lines.
- Link - Class in org.apache.olingo.commons.api.data
-
Data representation for a link.
- Link() - Constructor for class org.apache.olingo.commons.api.data.Link
- LINK - Static variable in interface org.apache.olingo.commons.api.Constants
- LINK - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://tools.ietf.org/html/rfc5988#page-6">Web Linking (IETF RFC-5988) documentation}.
- linkCache - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- linkChanges - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- Linked - Class in org.apache.olingo.commons.api.data
-
Data representation for a linked object.
- Linked() - Constructor for class org.apache.olingo.commons.api.data.Linked
- LINKED - Enum constant in enum org.apache.olingo.ext.proxy.context.AttachedEntityStatus
-
Attached because explicitely liked to another object.
- LINKS - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- literal(Object) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- literal(String) - Method in interface org.apache.olingo.client.api.uri.SearchFactory
- Literal - Interface in org.apache.olingo.server.api.uri.queryoption.expression
-
Represents a literal expression node in the expression tree Literal is not validated by default
- load() - Method in interface org.apache.olingo.ext.proxy.api.EdmStreamValue
- load() - Method in interface org.apache.olingo.ext.proxy.api.StructuredType
- load() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- load() - Method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
- load() - Method in class org.apache.olingo.ext.proxy.commons.EdmStreamValueHandler
- load() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- loadAsync() - Method in interface org.apache.olingo.ext.proxy.api.StructuredType
- loadStream() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- localEdm - Variable in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
-
Local file from which Edm information can be loaded.
- LOCATION - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30">HTTP/1.1 documentation}.
- LOG - Static variable in class org.apache.olingo.ext.proxy.AbstractService
- LOG - Static variable in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
-
Logger.
- LOG - Static variable in class org.apache.olingo.ext.proxy.commons.NonTransactionalPersistenceManagerImpl
-
Logger.
- lt(String, Object) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- lt(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- Lt - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Lt - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType
-
Type Edm.Lt must have two operands which must evaluate to a boolean value
- Lt - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- LT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
Lesser than operator ("<")
M
- mapping - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
Mapping for server use cases
- match(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- matches(ContentType) - Method in class org.apache.olingo.commons.api.format.AcceptType
-
Determines whether this accept type matches a given content type.
- MAX - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression.StandardMethod
- MAX_FORWARDS - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See RFC 7231.
- MAX_PAGE_SIZE - Enum constant in enum org.apache.olingo.commons.api.format.PreferenceName
- maxdatetime() - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- MAXDATETIME - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- maxLenght() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Parameter
- maxLenght() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Property
- maxLength(Integer) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
-
Sets the maxLength facet.
- maxLength(Integer) - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
-
Sets the maxLength facet.
- maxPageSize(int) - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
-
The odata.maxpagesize preference is used to request that each collection within the response contain no more than the number of items specified as the positive integer value of this preference.
- maxPageSize(Integer) - Method in class org.apache.olingo.server.api.prefer.PreferencesApplied.Builder
-
Sets the value of the applied preference
odata.maxpagesize
. - MEDIA - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
media entity
- MEDIA_EDIT - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
-
Media-edit link.
- MEDIA_EDIT_LINK_TYPE - Static variable in interface org.apache.olingo.commons.api.Constants
- MEDIA_READ - Enum constant in enum org.apache.olingo.client.api.domain.ClientLinkType
-
Media-read link
- MediaEntityCreateStreamManager<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.streamed
-
Media entity payload object.
- MediaEntityProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling Entity Media.
- mediaEntityStreamed(EntityMediaObject) - Method in interface org.apache.olingo.server.api.serializer.FixedFormatSerializer
-
Writes bytes to an Input stream
- MediaEntityUpdateStreamManager<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.streamed
-
Media entity payload object.
- Member - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- Member - Interface in org.apache.olingo.server.api.uri.queryoption.expression
-
Represents a member expression node in the expression tree.
- MERGE - Enum constant in enum org.apache.olingo.commons.api.http.HttpMethod
- metadata - Enum constant in enum org.apache.olingo.server.api.uri.UriInfoKind
-
Class:
UriInfoMetadata
URI: http://... - METADATA - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- METADATA - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
metadata document
- METADATA - Static variable in interface org.apache.olingo.commons.api.Constants
- metadataDocument(ServiceMetadata) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
-
Writes the metadata document into an InputStream.
- metadataETag(String) - Method in class org.apache.olingo.client.api.ODataClientBuilder.ClientBuilder
-
Set the metadataETag to use for edm enabled client
- MetadataProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling the metadata document.
- metadataValidation() - Method in interface org.apache.olingo.client.api.ODataClient
- Method - Interface in org.apache.olingo.server.api.uri.queryoption.expression
-
Represents a method expression in the expression tree
- METHOD_NOT_ALLOWED - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- 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
- mimeType() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Property
- MIN - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression.StandardMethod
- mindatetime() - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- MINDATETIME - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- MINIMAL - Enum constant in enum org.apache.olingo.server.api.prefer.Preferences.Return
- MINUS - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind
-
Minus operator
- minute(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- MINUTE - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- MISSING_BLANK_LINE - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- MISSING_BOUNDARY_DELIMITER - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- MISSING_CLOSE_DELIMITER - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- MISSING_CONTENT_ID - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- MISSING_CONTENT_ID - Enum constant in enum org.apache.olingo.server.api.serializer.BatchSerializerException.MessageKeys
- MISSING_CONTENT_TYPE - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- MISSING_DELTA_PROPERTY - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
-
parameter: Delta property name
- MISSING_HEADER - Enum constant in enum org.apache.olingo.server.api.etag.PreconditionException.MessageKeys
-
no parameter
- MISSING_ID - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
-
parameter: -
- MISSING_MANDATORY_HEADER - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameter: line
- MISSING_PROPERTY - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
-
parameter: property name
- mkdir(String) - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- mkPkgDir(String) - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- mod(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- MOD - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
Modulo operator
- modifySupportedContentTypes(List<ContentType>, RepresentationType) - Method in interface org.apache.olingo.server.api.serializer.CustomContentTypeSupport
-
Returns a list of supported content types.
- month(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- MONTH - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- MOVED_PERMANENTLY - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- mul(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- MUL - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
Multiplication operator
- MultiLineString - Class in org.apache.olingo.commons.api.edm.geo
-
Represents a MuliLineString.
- MultiLineString(Geospatial.Dimension, SRID, List<LineString>) - Constructor for class org.apache.olingo.commons.api.edm.geo.MultiLineString
-
Creates a new MultiLineString
- MULTILINESTRING - Enum constant in enum org.apache.olingo.commons.api.edm.geo.Geospatial.Type
-
The OGIS geometry type number for aggregate lines.
- MULTIPART_FORM_DATA - Static variable in class org.apache.olingo.commons.api.format.ContentType
- MULTIPART_MIXED - Static variable in class org.apache.olingo.commons.api.format.ContentType
- MultiPoint - Class in org.apache.olingo.commons.api.edm.geo
-
Represents a collection of points Either Edm.GeographyMultiPoint or Edm.GeometryMultiPoint
- MultiPoint(Geospatial.Dimension, SRID, List<Point>) - Constructor for class org.apache.olingo.commons.api.edm.geo.MultiPoint
-
Creates a new collection of points
- MULTIPOINT - Enum constant in enum org.apache.olingo.commons.api.edm.geo.Geospatial.Type
-
The OGIS geometry type number for aggregate points.
- MultiPolygon - Class in org.apache.olingo.commons.api.edm.geo
-
Represents a collection of polygons.
- MultiPolygon(Geospatial.Dimension, SRID, List<Polygon>) - Constructor for class org.apache.olingo.commons.api.edm.geo.MultiPolygon
-
Creates a collection of polygons
- MULTIPOLYGON - Enum constant in enum org.apache.olingo.commons.api.edm.geo.Geospatial.Type
-
The OGIS geometry type number for aggregate polygons.
N
- name - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
The Name.
- name - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
The Name.
- name - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlOperationImport
-
The Name.
- name - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
The Name.
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.ComplexType
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.CompoundKeyElement
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.EntityContainer
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.EntitySet
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.EntityType
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.EnumType
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.NavigationProperty
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Operation
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Parameter
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Property
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Singleton
- name() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Term
- namespace - Variable in class org.apache.olingo.ext.pojogen.AbstractUtility
- namespace - Variable in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
- namespace() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.EntityContainer
- Namespace - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Associate Java package with OData namespace.
- namespaces - Variable in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- NAVIGATION - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- NAVIGATION - Enum constant in enum org.apache.olingo.commons.api.edm.constants.EdmTypeKind
-
Navigation property type
- NAVIGATION_PROPERTY_NOT_FOUND - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
-
parameter: navigationPropertyName
- navigationProperties - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
The Navigation properties.
- navigationProperty - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceNavigation
URI: http://... - NavigationProperty - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- NavigationProperty - Enum constant in enum org.apache.olingo.server.api.serializer.Kind
-
Navigation Property
- NavigationProperty - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Bind POJO field to EDM navigation property.
- navigationPropertyBindings - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
The Navigation property bindings.
- NavigationPropertyPath - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- navOrPropertyPath(String) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
-
Set the navigation or property path.
- NavPropertyBindingDetails - Class in org.apache.olingo.ext.pojogen
- NavPropertyBindingDetails() - Constructor for class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
- NavPropertyBindingDetails(Edm, EdmStructuredType) - Constructor for class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
- NavPropertyBindingDetails(Edm, EdmStructuredType, EdmNavigationProperty) - Constructor for class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
- NavPropertyContainsTarget - Class in org.apache.olingo.ext.pojogen
- NavPropertyContainsTarget(Edm, EdmEntityType) - Constructor for class org.apache.olingo.ext.pojogen.NavPropertyContainsTarget
- ne(String, Object) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- ne(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- Ne - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Ne - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType
-
Type Edm.Ne must have two operands which must evaluate to a boolean value
- Ne - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- NE - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
Inequality operator
- NEW - Enum constant in enum org.apache.olingo.ext.proxy.context.AttachedEntityStatus
-
New object.
- newAssociationLink(String, URI) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
- newCollectionProperty(String, ClientCollectionValue<? extends ClientValue>) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new collection property.
- newCollectionValue(String) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
- newComplexCollection(Class<NEC>) - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
- newComplexInstance(Class<NE>) - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
- newComplexProperty(String, ClientComplexValue) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new complex property.
- newComplexValue(String) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
- newContext() - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- newDeepInsertEntity(String, ClientEntity) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new entity (for deep insert).
- newDeepInsertEntitySet(String, ClientEntitySet) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new entity set (for deep insert).
- newDelta() - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new delta property.
- newDelta(URI) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new delta property.
- newEdmStreamValue(String, InputStream) - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
- newEntity(FullQualifiedName) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new entity.
- newEntity(FullQualifiedName, URI) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new entity.
- newEntityCollection(Class<NEC>) - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
- newEntityInstance(Class<NE>) - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
- newEntityNavigationLink(String, URI) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new entity navigation link.
- newEntitySet() - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new entity set.
- newEntitySet(URI) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new entity set.
- newEntitySetNavigationLink(String, URI) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new entity set navigation link.
- newEnumProperty(String, ClientEnumValue) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new enum property.
- newEnumValue(String, String) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
- newInstance() - Static method in class org.apache.olingo.netty.server.api.ODataNetty
-
Use this method to create a new OData instance.
- newInstance() - Static method in class org.apache.olingo.server.api.OData
-
Use this method to create a new OData instance.
- newMediaEditLink(String, URI, String, String) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
- newMediaReadLink(String, URI, String, String) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
- newPreferences() - Method in interface org.apache.olingo.client.api.ODataClient
- newPrimitiveCollection(Class<T>) - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
- newPrimitiveProperty(String, ClientPrimitiveValue) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new primitive property.
- newPrimitiveValueBuilder() - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
- newSingleton(FullQualifiedName) - Method in interface org.apache.olingo.client.api.domain.ClientObjectFactory
-
Instantiates a new singleton entity.
- newURIBuilder() - Method in interface org.apache.olingo.client.api.EdmEnabledODataClient
- newURIBuilder(String) - Method in interface org.apache.olingo.client.api.ODataClient
- newVersionHeaders() - Method in interface org.apache.olingo.client.api.ODataClient
- next() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator
-
Gets next line.
- next() - Method in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
- next() - Method in class org.apache.olingo.commons.api.data.EntityIterator
- NEXT_LINK_REL - Static variable in interface org.apache.olingo.commons.api.Constants
- nextLine() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator
-
Gets next line.
- NEXTLINK - Static variable in interface org.apache.olingo.commons.api.Constants
- nextPage() - Method in interface org.apache.olingo.ext.proxy.api.StructuredCollection
-
Explicit paging result handling.
- nextPage() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- nextPageURI - Variable in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- NO_CONTENT - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- NO_CONTEXT_URL - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
- NoContentException - Exception in org.apache.olingo.client.api.http
-
Exception to be thrown when trying to read content with HTTP status 204.
- NoContentException() - Constructor for exception org.apache.olingo.client.api.http.NoContentException
-
Constructs a new client-side runtime exception, with fixed message.
- None - Enum constant in enum org.apache.olingo.client.api.edm.StoreGeneratedPattern
- None - Enum constant in enum org.apache.olingo.commons.api.edm.constants.EdmOnDelete
-
None, meaning a DELETE request on a source entity with related entities will fail,
- None - Enum constant in enum org.apache.olingo.commons.api.edm.provider.CsdlOnDeleteAction
-
The None.
- NonTransactionalPersistenceManagerImpl - Class in org.apache.olingo.ext.proxy.commons
-
PersistenceManager
implementation not using OData batch requests: any read-write operation will be sent separately to the OData service when calling flush(). - NonTransactionalPersistenceManagerImpl(AbstractService<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.NonTransactionalPersistenceManagerImpl
- normalize() - Method in class org.apache.olingo.ext.proxy.commons.TransactionItems
- not(URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- not(URISearch) - Method in interface org.apache.olingo.client.api.uri.SearchFactory
- Not - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Not - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType
-
Type Edm.Or must have one operand
- Not - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- NOT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind
-
not operator
- NOT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.search.SearchUnaryOperatorKind
- NOT_ACCEPTABLE - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- NOT_FOUND - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- NOT_IMPLEMENTED - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- NOT_IMPLEMENTED - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
- NOT_IMPLEMENTED - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
- NOT_MODIFIED - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- now() - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- NOW - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- NS_ASSOCIATION_LINK_REL - Static variable in interface org.apache.olingo.commons.api.Constants
- NS_ATOM - Static variable in interface org.apache.olingo.commons.api.Constants
- NS_ATOM_TOMBSTONE - Static variable in interface org.apache.olingo.commons.api.Constants
- NS_BASE - Static variable in interface org.apache.olingo.commons.api.Constants
- NS_DATASERVICES - Static variable in interface org.apache.olingo.commons.api.Constants
- NS_DELTA_LINK_REL - Static variable in interface org.apache.olingo.commons.api.Constants
- NS_GEORSS - Static variable in interface org.apache.olingo.commons.api.Constants
- NS_GML - Static variable in interface org.apache.olingo.commons.api.Constants
- NS_MEDIA_EDIT_LINK_REL - Static variable in interface org.apache.olingo.commons.api.Constants
- NS_MEDIA_READ_LINK_REL - Static variable in interface org.apache.olingo.commons.api.Constants
- NS_METADATA - Static variable in interface org.apache.olingo.commons.api.Constants
- NS_NAVIGATION_LINK_REL - Static variable in interface org.apache.olingo.commons.api.Constants
- NS_SCHEME - Static variable in interface org.apache.olingo.commons.api.Constants
- Null - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Null - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- NULL_INPUT - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
- NULL_METADATA_OR_EDM - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
- NULL_PROPERTY - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
- nullable() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Parameter
- nullable() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Property
- nullable(Boolean) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
-
Sets the nullable facet.
- nullable(Boolean) - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
-
Sets the nullable facet.
- nullValue() - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
O
- OData - Class in org.apache.olingo.server.api
-
Root object for serving factory tasks and support loose coupling of implementation (core) from the API.
- OData() - Constructor for class org.apache.olingo.server.api.OData
- ODATA_CLIENT_IMPL_SYS_PROPERTY - Static variable in class org.apache.olingo.client.api.ODataClientBuilder
- ODATA_DEBUG_DOWNLOAD - Static variable in interface org.apache.olingo.server.api.debug.DebugSupport
- ODATA_DEBUG_HTML - Static variable in interface org.apache.olingo.server.api.debug.DebugSupport
- ODATA_DEBUG_JSON - Static variable in interface org.apache.olingo.server.api.debug.DebugSupport
- ODATA_DEBUG_QUERY_PARAMETER - Static variable in interface org.apache.olingo.server.api.debug.DebugSupport
- ODATA_EMD_CLIENT_IMPL_SYS_PROPERTY - Static variable in class org.apache.olingo.client.api.ODataClientBuilder
- ODATA_ENTITY_ID - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
Custom Header defined in the OData standard.
- ODATA_ISOLATION - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
Custom Header defined in the OData standard.
- ODATA_MAX_VERSION - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
Custom Header defined in the OData standard.
- ODATA_VERSION - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
Custom Header defined in the OData standard.
- 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.
- ODataBasicRequest<T extends ODataResponse> - Interface in org.apache.olingo.client.api.communication.request
-
Basic OData request.
- ODataBatchableRequest - Interface in org.apache.olingo.client.api.communication.request
-
Object request that can be sent embedded into a batch request.
- ODataBatchConstants - Interface in org.apache.olingo.client.api
-
Constant values related to the OData protocol.
- ODataBatchLineIterator - Interface in org.apache.olingo.client.api.communication.request.batch
-
Batch line iterator class.
- ODataBatchRequest - Interface in org.apache.olingo.client.api.communication.request.batch
- ODataBatchRequestItem - Interface in org.apache.olingo.client.api.communication.request.batch
-
Abstract representation of a batch request item.
- ODataBatchResponse - Interface in org.apache.olingo.client.api.communication.response
-
This class implements a response to a batch request.
- ODataBatchResponseItem - Interface in org.apache.olingo.client.api.communication.request.batch
-
Abstract representation of a response item about a batch request.
- ODataBinder - Interface in org.apache.olingo.client.api.serialization
- ODataChangeset - Interface in org.apache.olingo.client.api.communication.request.batch
-
Changeset wrapper for the corresponding batch item.
- odataClient - Variable in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
- ODataClient - Interface in org.apache.olingo.client.api
- ODataClientBuilder - Class in org.apache.olingo.client.api
-
Builder to create an ODataClient for the API client library.
- ODataClientBuilder.ClientBuilder - Class in org.apache.olingo.client.api
-
Builder class
- ODataClientErrorException - Exception in org.apache.olingo.client.api.communication
-
Represents a client error in OData.
- ODataClientErrorException(StatusLine) - Constructor for exception org.apache.olingo.client.api.communication.ODataClientErrorException
-
Constructor.
- ODataClientErrorException(StatusLine, InputStream) - Constructor for exception org.apache.olingo.client.api.communication.ODataClientErrorException
-
Constructor
- ODataClientErrorException(StatusLine, ODataError) - Constructor for exception org.apache.olingo.client.api.communication.ODataClientErrorException
-
Constructor
- ODataClientErrorException(StatusLine, ODataError, InputStream) - Constructor for exception org.apache.olingo.client.api.communication.ODataClientErrorException
-
Constructor.
- ODataContent - Interface in org.apache.olingo.server.api
-
Contains the response content for the OData request.
- ODataContentWriteErrorCallback - Interface in org.apache.olingo.server.api
-
The ODataContentWriteErrorCallback is called when during the
ODataContent.write(OutputStream)
or theODataContent.write(WritableByteChannel)
an error occurs. - ODataContentWriteErrorContext - Interface in org.apache.olingo.server.api
-
The WriteContentErrorErrorContext is the parameter for the WriteContentErrorCallback.
- ODataDeleteRequest - Interface in org.apache.olingo.client.api.communication.request.cud
-
This class implements an OData delete request.
- ODataDeleteResponse - Interface in org.apache.olingo.client.api.communication.response
-
This class implements the response to an OData delete request.
- ODataDeltaRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
-
Describes an OData retrieve request returning a delta object.
- ODataDeserializer - Interface in org.apache.olingo.client.api.serialization
-
Interface for de-serialization.
- ODataDeserializer - Interface in org.apache.olingo.server.api.deserializer
-
Deserializer on OData server side.
- ODataDeserializerException - Exception in org.apache.olingo.client.api.serialization
- ODataDeserializerException(String) - Constructor for exception org.apache.olingo.client.api.serialization.ODataDeserializerException
- ODataDeserializerException(String, Throwable) - Constructor for exception org.apache.olingo.client.api.serialization.ODataDeserializerException
- ODataDeserializerException(Throwable) - Constructor for exception org.apache.olingo.client.api.serialization.ODataDeserializerException
- ODataEntityCreateRequest<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.cud
-
This interface describes an OData create request.
- ODataEntityCreateResponse<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.response
-
This interface describes the response to an OData entity create request.
- ODataEntityRequest<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.retrieve
-
Describes an OData retrieve query request returning a single entity.
- ODataEntitySetIteratorRequest<ES extends ClientEntitySet,
E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.retrieve -
This class implements an OData EntitySet query request.
- ODataEntitySetRequest<ES extends ClientEntitySet> - Interface in org.apache.olingo.client.api.communication.request.retrieve
-
This interface describes an OData EntitySet query request.
- ODataEntityUpdateRequest<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.cud
-
This class implements an OData update request.
- ODataEntityUpdateResponse<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.response
-
This class implements the response to an OData update request.
- ODataError - Class in org.apache.olingo.commons.api.ex
-
OData error.
- ODataError() - Constructor for class org.apache.olingo.commons.api.ex.ODataError
- ODataErrorDetail - Class in org.apache.olingo.commons.api.ex
-
OData details, for example { "error": {..., "details":[ {"code": "301","target": "$search" ,"message": "$search query option not supported"} ],...}}.
- ODataErrorDetail() - Constructor for class org.apache.olingo.commons.api.ex.ODataErrorDetail
- ODataErrorMessage(String, Locale) - Constructor for class org.apache.olingo.server.api.ODataLibraryException.ODataErrorMessage
- ODataException - Exception in org.apache.olingo.commons.api.ex
- ODataException(String) - Constructor for exception org.apache.olingo.commons.api.ex.ODataException
-
Creates exception with
message
. - ODataException(String, Throwable) - Constructor for exception org.apache.olingo.commons.api.ex.ODataException
-
Creates exception with
message
andcause
of exception. - ODataException(Throwable) - Constructor for exception org.apache.olingo.commons.api.ex.ODataException
-
Creates exception with
cause
of exception. - ODataFlushException - Exception in org.apache.olingo.ext.proxy.api
- ODataFlushException(int, List<ODataResponseError>) - Constructor for exception org.apache.olingo.ext.proxy.api.ODataFlushException
- ODataHandler - Interface in org.apache.olingo.server.api
-
Handles requests as OData requests.
- ODataHeaders - Interface in org.apache.olingo.client.api.communication.header
-
ODataHeaders wraps OData request/response headers.
- ODataHttpHandler - Interface in org.apache.olingo.server.api
-
Handles HTTP requests as OData requests.
- ODataInvokeRequest<T extends ClientInvokeResult> - Interface in org.apache.olingo.client.api.communication.request.invoke
-
This class implements an OData invoke operation request.
- ODataInvokeResponse<T extends ClientInvokeResult> - Interface in org.apache.olingo.client.api.communication.response
-
This class implements a response to a specific invoke request.
- ODataLibraryException - Exception in org.apache.olingo.server.api
-
Abstract superclass of all translatable server exceptions.
- ODataLibraryException(String, Throwable, ODataLibraryException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.ODataLibraryException
- ODataLibraryException(String, ODataLibraryException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.ODataLibraryException
- ODataLibraryException.MessageKey - Interface in org.apache.olingo.server.api
-
Key for the exception text in the resource bundle.
- ODataLibraryException.ODataErrorMessage - Class in org.apache.olingo.server.api
-
Error message text and
Locale
used for it. - ODataMediaEntityCreateRequest<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.streamed
-
This class implements an OData Media Entity create request.
- ODataMediaEntityCreateResponse<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.response
-
This class implements the response to an OData media entity create request.
- ODataMediaEntityUpdateRequest<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.request.streamed
-
This class implements an OData Media Entity create request.
- ODataMediaEntityUpdateResponse<E extends ClientEntity> - Interface in org.apache.olingo.client.api.communication.response
-
This class implements the response to an Odata media entity update request.
- ODataMediaRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
-
This class implements an OData media query request.
- ODataMetadataValidation - Interface in org.apache.olingo.client.api.serialization
- ODataNetty - Class in org.apache.olingo.netty.server.api
- ODataNetty() - Constructor for class org.apache.olingo.netty.server.api.ODataNetty
- ODataNettyHandler - Interface in org.apache.olingo.netty.server.api
- ODataNettyHandlerImpl - Class in org.apache.olingo.netty.server.core
- ODataNettyHandlerImpl(OData, ServiceMetadata) - Constructor for class org.apache.olingo.netty.server.core.ODataNettyHandlerImpl
- ODataNettyImpl - Class in org.apache.olingo.netty.server.core
- ODataNettyImpl() - Constructor for class org.apache.olingo.netty.server.core.ODataNettyImpl
- ODataNotSupportedException - Exception in org.apache.olingo.commons.api.ex
-
Core runtime exception for OData.
- ODataNotSupportedException(Exception) - Constructor for exception org.apache.olingo.commons.api.ex.ODataNotSupportedException
-
Create with
cause
of exception. - ODataNotSupportedException(String) - Constructor for exception org.apache.olingo.commons.api.ex.ODataNotSupportedException
-
Create with
message
. - ODataNotSupportedException(String, Exception) - Constructor for exception org.apache.olingo.commons.api.ex.ODataNotSupportedException
-
Create with
message
for andcause
of exception. - ODataOutsideUpdate - Interface in org.apache.olingo.client.api.communication.request.batch
-
Retrieve request wrapper for the corresponding batch item.
- oDataPath(String) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
-
Set the OData path.
- ODataPayloadManager<T extends ODataResponse> - Interface in org.apache.olingo.client.api.communication.request
-
OData request payload management abstract class.
- ODataPreferences - Class in org.apache.olingo.client.api.communication.header
-
Values of the Prefer header.
- ODataPreferences() - Constructor for class org.apache.olingo.client.api.communication.header.ODataPreferences
- ODataPropertyRequest<T extends ClientProperty> - Interface in org.apache.olingo.client.api.communication.request.retrieve
-
This class implements an OData entity property query request.
- ODataPropertyUpdateRequest - Interface in org.apache.olingo.client.api.communication.request.cud
-
This class implements an OData update entity property request.
- ODataPropertyUpdateResponse - Interface in org.apache.olingo.client.api.communication.response
-
This class implements the response to an OData update entity property request.
- ODataRawRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
-
This interface represents a generic OData request.
- ODataRawResponse - Interface in org.apache.olingo.client.api.communication.response
-
This interface represents a generic OData response.
- ODataReader - Interface in org.apache.olingo.client.api.serialization
-
OData reader.
- ODataReferenceAddingRequest - Interface in org.apache.olingo.client.api.communication.request.cud
-
This class implements an OData reference adding request.
- ODataReferenceAddingResponse - Interface in org.apache.olingo.client.api.communication.response
-
This class implements the response to an OData Reference Adding request.
- ODataRequest - Class in org.apache.olingo.server.api
-
Request object to carry HTTP information optimized for and required to handle OData requests only.
- ODataRequest - Interface in org.apache.olingo.client.api.communication.request
-
Abstract representation of an OData request.
- 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 - Interface in org.apache.olingo.client.api.communication.response
-
Abstract representation of an OData response.
- ODataResponse() - Constructor for class org.apache.olingo.server.api.ODataResponse
- ODataResponseError - Class in org.apache.olingo.ext.proxy.api
- ODataResponseError(ODataRuntimeException, int, ODataRequest) - Constructor for class org.apache.olingo.ext.proxy.api.ODataResponseError
- ODataResponsePart - Class in org.apache.olingo.server.api.deserializer.batch
-
An ODataResponsePart represents a collection 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.
- ODataRetrieveRequest<T> - Interface in org.apache.olingo.client.api.communication.request.retrieve
-
This is an abstract representation of an OData retrieve query request returning one or more result item.
- ODataRetrieveResponse<T> - Interface in org.apache.olingo.client.api.communication.response
-
This class implements a response to a specific query request.
- ODataRuntimeException - Exception in org.apache.olingo.commons.api.ex
-
Core runtime exception for OData.
- ODataRuntimeException(Exception) - Constructor for exception org.apache.olingo.commons.api.ex.ODataRuntimeException
-
Create with
cause
of exception. - ODataRuntimeException(String) - Constructor for exception org.apache.olingo.commons.api.ex.ODataRuntimeException
-
Create with
message
. - ODataRuntimeException(String, Exception) - Constructor for exception org.apache.olingo.commons.api.ex.ODataRuntimeException
-
Create with
message
for andcause
of exception. - ODataSerializer - Interface in org.apache.olingo.client.api.serialization
-
Interface for serialization.
- ODataSerializer - Interface in org.apache.olingo.server.api.serializer
-
OData serializer
- ODataSerializerException - Exception in org.apache.olingo.client.api.serialization
- ODataSerializerException(String) - Constructor for exception org.apache.olingo.client.api.serialization.ODataSerializerException
- ODataSerializerException(String, Throwable) - Constructor for exception org.apache.olingo.client.api.serialization.ODataSerializerException
- ODataSerializerException(Throwable) - Constructor for exception org.apache.olingo.client.api.serialization.ODataSerializerException
- ODataServerError - Class in org.apache.olingo.server.api
-
Class to hold all server relevant error information.
- ODataServerError() - Constructor for class org.apache.olingo.server.api.ODataServerError
- ODataServerErrorException - Exception in org.apache.olingo.client.api.communication
-
Represents a server error in OData.
- ODataServerErrorException(StatusLine) - Constructor for exception org.apache.olingo.client.api.communication.ODataServerErrorException
-
Constructor.
- ODataServerErrorException(StatusLine, InputStream) - Constructor for exception org.apache.olingo.client.api.communication.ODataServerErrorException
-
Constructor.
- ODataServiceDocumentRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
-
This class implements an OData service document request.
- ODataServiceVersion - Enum in org.apache.olingo.commons.api.edm.constants
-
This class is a container for the supported ODataServiceVersions.
- ODataSingleRequest - Interface in org.apache.olingo.client.api.communication.request.batch
-
Retrieve request wrapper for the corresponding batch item.
- ODataStreamedEntityRequest<V extends ODataResponse,
T extends ODataPayloadManager<V>> - Interface in org.apache.olingo.client.api.communication.request.streamed -
Abstract class representing a request concerning a streamed entity.
- ODataStreamedRequest<V extends ODataResponse,
T extends ODataPayloadManager<V>> - Interface in org.apache.olingo.client.api.communication.request -
Streamed OData request interface.
- ODataStreamer - Interface in org.apache.olingo.client.api.communication.request
-
Streamer utility object.
- ODataStreamUpdateRequest - Interface in org.apache.olingo.client.api.communication.request.streamed
-
This class implements an OData stream create/update request.
- ODataStreamUpdateResponse - Interface in org.apache.olingo.client.api.communication.response
-
This class implements the response to an Odata stream create/update request.
- ODataValueRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
-
This class implements an OData entity property value query request.
- ODataValueUpdateRequest - Interface in org.apache.olingo.client.api.communication.request.cud
-
This class implements an OData update entity property value request.
- ODataValueUpdateResponse - Interface in org.apache.olingo.client.api.communication.response
-
This class implements the response to an OData update entity property request.
- ODataWriter - Interface in org.apache.olingo.client.api.serialization
-
OData writer.
- OK - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- OlingoExtension - Interface in org.apache.olingo.server.api
-
Marker interface for all possible Olingo extensions.
- OnDelete - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- openType() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.EntityType
- Operation - Class in org.apache.olingo.commons.api.data
-
Data representation for an operation.
- Operation - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Mark method as EDM function import.
- Operation() - Constructor for class org.apache.olingo.commons.api.data.Operation
- Operation.Type - Enum in org.apache.olingo.commons.api.data
- operations() - Method in interface org.apache.olingo.ext.proxy.api.ComposableInvoker
- Operations - Interface in org.apache.olingo.ext.proxy.api
- OperationType - Enum in org.apache.olingo.ext.proxy.api
- or(URIFilter, URIFilter) - Method in interface org.apache.olingo.client.api.uri.FilterFactory
- or(URISearch, URISearch) - Method in interface org.apache.olingo.client.api.uri.SearchFactory
- Or - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Or - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType
-
Type Edm.Or must have two operands which must evaluate to a boolean value
- Or - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- OR - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
Or operator
- OR - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.search.SearchBinaryOperatorKind
- orderBy(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds orderby query option.
- orderBy(String) - Method in interface org.apache.olingo.ext.proxy.api.StructuredCollectionQuery
-
Sets the $orderBy expression.
- orderBy(String) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- orderBy(String) - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- orderBy(Sort...) - Method in interface org.apache.olingo.ext.proxy.api.StructuredCollectionQuery
-
Sets the $orderBy expression.
- orderBy(Sort...) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- orderBy(Sort...) - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- OrderBy - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents the orderby transformation.
- ORDERBY - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
-
This option specifies the sort properties and sort direction (ascending or descending) that the data service MUST use to order the entities in the EntitySet, identified by the resource path section of the URI.
- ORDERBY - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
- ORDERBY - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- OrderByItem - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents a single orderby information For example: http://...
- OrderByOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents the system query option $orderby For example: http://...
- org.apache.olingo.client.api - package org.apache.olingo.client.api
- org.apache.olingo.client.api.communication - package org.apache.olingo.client.api.communication
- org.apache.olingo.client.api.communication.header - package org.apache.olingo.client.api.communication.header
- org.apache.olingo.client.api.communication.request - package org.apache.olingo.client.api.communication.request
- org.apache.olingo.client.api.communication.request.batch - package org.apache.olingo.client.api.communication.request.batch
- org.apache.olingo.client.api.communication.request.cud - package org.apache.olingo.client.api.communication.request.cud
- org.apache.olingo.client.api.communication.request.invoke - package org.apache.olingo.client.api.communication.request.invoke
- org.apache.olingo.client.api.communication.request.retrieve - package org.apache.olingo.client.api.communication.request.retrieve
- org.apache.olingo.client.api.communication.request.streamed - package org.apache.olingo.client.api.communication.request.streamed
- org.apache.olingo.client.api.communication.response - package org.apache.olingo.client.api.communication.response
- org.apache.olingo.client.api.data - package org.apache.olingo.client.api.data
- org.apache.olingo.client.api.domain - package org.apache.olingo.client.api.domain
- org.apache.olingo.client.api.edm - package org.apache.olingo.client.api.edm
- org.apache.olingo.client.api.edm.xml - package org.apache.olingo.client.api.edm.xml
- org.apache.olingo.client.api.http - package org.apache.olingo.client.api.http
- org.apache.olingo.client.api.serialization - package org.apache.olingo.client.api.serialization
- org.apache.olingo.client.api.uri - package org.apache.olingo.client.api.uri
- org.apache.olingo.commons.api - package org.apache.olingo.commons.api
-
Contains all OData commons classes which are not more specific (e.g.
- org.apache.olingo.commons.api.constants - package org.apache.olingo.commons.api.constants
- org.apache.olingo.commons.api.data - package org.apache.olingo.commons.api.data
-
Contains all the data objects of OData responses and OData requests
- org.apache.olingo.commons.api.edm - package org.apache.olingo.commons.api.edm
-
Contains representations for EDM objects created during the URI parsing
- org.apache.olingo.commons.api.edm.annotation - package org.apache.olingo.commons.api.edm.annotation
-
Contains representations for all annotation related EDM objects created during the URI parsing
- org.apache.olingo.commons.api.edm.constants - package org.apache.olingo.commons.api.edm.constants
-
Contains representations for constants related to EDM objects.
- org.apache.olingo.commons.api.edm.geo - package org.apache.olingo.commons.api.edm.geo
-
Contains representations for all geographical related EDM objects created during the URI parsing
- org.apache.olingo.commons.api.edm.provider - package org.apache.olingo.commons.api.edm.provider
-
Contains representations for objects created during CSDL document parsing
- org.apache.olingo.commons.api.edm.provider.annotation - package org.apache.olingo.commons.api.edm.provider.annotation
-
Contains representations for objects created during CSDL document parsing related to the CSDL annotations.
- org.apache.olingo.commons.api.edmx - package org.apache.olingo.commons.api.edmx
-
Olingo Server API - Edmx
- org.apache.olingo.commons.api.ex - package org.apache.olingo.commons.api.ex
-
Contains all OData errors and exception-related classes.
- org.apache.olingo.commons.api.format - package org.apache.olingo.commons.api.format
-
Contains all the format-related objects used for the handling of OData responses and OData requests.
- org.apache.olingo.commons.api.http - package org.apache.olingo.commons.api.http
-
Contains all the HTTP related objects which are used for handling of OData responses and OData requests.
- org.apache.olingo.ext.pojogen - package org.apache.olingo.ext.pojogen
- org.apache.olingo.ext.proxy - package org.apache.olingo.ext.proxy
- org.apache.olingo.ext.proxy.api - package org.apache.olingo.ext.proxy.api
- org.apache.olingo.ext.proxy.api.annotations - package org.apache.olingo.ext.proxy.api.annotations
- org.apache.olingo.ext.proxy.commons - package org.apache.olingo.ext.proxy.commons
- org.apache.olingo.ext.proxy.context - package org.apache.olingo.ext.proxy.context
- org.apache.olingo.ext.proxy.utils - package org.apache.olingo.ext.proxy.utils
- org.apache.olingo.netty.server.api - package org.apache.olingo.netty.server.api
-
Netty handler for Olingo Server API
- org.apache.olingo.netty.server.core - package org.apache.olingo.netty.server.core
- org.apache.olingo.server.api - package org.apache.olingo.server.api
-
Olingo Server API
- org.apache.olingo.server.api.batch - package org.apache.olingo.server.api.batch
-
Olingo Server API - Batch
- org.apache.olingo.server.api.debug - package org.apache.olingo.server.api.debug
-
Olingo Server API - Debug
- org.apache.olingo.server.api.deserializer - package org.apache.olingo.server.api.deserializer
-
Olingo Server API - Deserializer
- org.apache.olingo.server.api.deserializer.batch - package org.apache.olingo.server.api.deserializer.batch
-
Olingo Server API - Deserializer - Batch
- org.apache.olingo.server.api.etag - package org.apache.olingo.server.api.etag
-
Olingo Server API - ETag
- org.apache.olingo.server.api.prefer - package org.apache.olingo.server.api.prefer
-
Olingo Server API - Prefer
- org.apache.olingo.server.api.processor - package org.apache.olingo.server.api.processor
-
Olingo Processors
- org.apache.olingo.server.api.serializer - package org.apache.olingo.server.api.serializer
-
Olingo Server API - Serializer
- org.apache.olingo.server.api.uri - package org.apache.olingo.server.api.uri
-
Olingo URI
- org.apache.olingo.server.api.uri.queryoption - package org.apache.olingo.server.api.uri.queryoption
-
Olingo Server API - URI - QueryOptions
- org.apache.olingo.server.api.uri.queryoption.apply - package org.apache.olingo.server.api.uri.queryoption.apply
- org.apache.olingo.server.api.uri.queryoption.expression - package org.apache.olingo.server.api.uri.queryoption.expression
-
Olingo Server API - URI - QueryOptions - Expressions
- org.apache.olingo.server.api.uri.queryoption.search - package org.apache.olingo.server.api.uri.queryoption.search
-
Olingo Server API - URI - QueryOptions - Search
- outputDirectory - Variable in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
-
Generated files base root.
P
- parameter(String, EdmParameter) - Method in interface org.apache.olingo.server.api.deserializer.FixedFormatDeserializer
-
Reads parameter data (in URI syntax) from a String.
- Parameter - Class in org.apache.olingo.commons.api.data
-
Data representation for a parameter.
- Parameter - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- Parameter - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Function import parameter information.
- Parameter() - Constructor for class org.apache.olingo.commons.api.data.Parameter
- PARAMETER_CHARSET - Static variable in class org.apache.olingo.commons.api.format.ContentType
- PARAMETER_IEEE754_COMPATIBLE - Static variable in class org.apache.olingo.commons.api.format.ContentType
- PARAMETER_ODATA_METADATA - Static variable in class org.apache.olingo.commons.api.format.ContentType
- parameters - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
The Parameters.
- parse(String) - Static method in class org.apache.olingo.commons.api.format.ContentType
-
Parses the given input string (
format
) and returns createdContentType
if input was valid or returnNULL
if input was not parseable. - parseBatchRequest(InputStream, String, BatchOptions) - Method in interface org.apache.olingo.server.api.deserializer.FixedFormatDeserializer
-
Reads batch data from an InputStream.
- parseEntityId(Edm, String, String) - Method in interface org.apache.olingo.server.api.uri.UriHelper
-
Parses a given entity-id.
- parseObj(File, boolean, String, String, String, Map<String, Object>) - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- parseObj(File, String, String, String) - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- parseObj(File, String, String, String, Map<String, Object>) - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- PARTIAL_CONTENT - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- PATCH - Enum constant in enum org.apache.olingo.client.api.communication.request.cud.UpdateType
-
Differential update with only specified input property values to be replaced.
- PATCH - Enum constant in enum org.apache.olingo.commons.api.http.HttpMethod
- Path - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- PAYLOAD_TOO_LARGE - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- payloadManager() - Method in interface org.apache.olingo.client.api.communication.request.ODataStreamedRequest
-
Streamed payload manager.
- PAYMENT_REQUIRED - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- PersistenceChanges - Class in org.apache.olingo.ext.proxy.commons
- PersistenceChanges() - Constructor for class org.apache.olingo.ext.proxy.commons.PersistenceChanges
- PersistenceManager - Interface in org.apache.olingo.ext.proxy.api
-
Interface for container operations.
- Point - Class in org.apache.olingo.commons.api.edm.geo
-
Represents a point, either Edm.GeographyPoint or Edm.GeometryPoint.
- Point(Geospatial.Dimension, SRID) - Constructor for class org.apache.olingo.commons.api.edm.geo.Point
-
Creates a new point.
- POINT - Enum constant in enum org.apache.olingo.commons.api.edm.geo.Geospatial.Type
-
The OGIS geometry type number for points.
- Polygon - Class in org.apache.olingo.commons.api.edm.geo
-
Polygon.
- Polygon(Geospatial.Dimension, SRID, List<LineString>, LineString) - Constructor for class org.apache.olingo.commons.api.edm.geo.Polygon
-
Creates a new polygon.
- Polygon(Geospatial.Dimension, SRID, List<Point>, List<Point>) - Constructor for class org.apache.olingo.commons.api.edm.geo.Polygon
-
Deprecated.
- POLYGON - Enum constant in enum org.apache.olingo.commons.api.edm.geo.Geospatial.Type
-
The OGIS geometry type number for polygons.
- position() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.CompoundKeyElement
- POST - Enum constant in enum org.apache.olingo.commons.api.http.HttpMethod
- precision() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Parameter
- precision() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Property
- 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.
- PRECONDITION_FAILED - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- PRECONDITION_REQUIRED - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- PreconditionException - Exception in org.apache.olingo.server.api.etag
-
This exception is thrown for invalid precondition error cases.
- PreconditionException(String, Throwable, ODataLibraryException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.etag.PreconditionException
- PreconditionException(String, ODataLibraryException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.etag.PreconditionException
- PreconditionException.MessageKeys - Enum in org.apache.olingo.server.api.etag
- PREFER - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
OData Prefer Header.
- preference(String, String) - Method in class org.apache.olingo.server.api.prefer.PreferencesApplied.Builder
-
Sets an arbitrary preference as applied.
- Preference(String, Map<String, String>) - Constructor for class org.apache.olingo.server.api.prefer.Preferences.Preference
- PREFERENCE_APPLIED - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
OData Preference-Applied Header.
- PreferenceName - Enum in org.apache.olingo.commons.api.format
-
Names of preferences defined in the OData standard.
- Preferences - Interface in org.apache.olingo.server.api.prefer
-
Provides access methods to the preferences set in Prefer HTTP request headers as described in RFC 7240.
- Preferences.Preference - Class in org.apache.olingo.server.api.prefer
-
Generic preference object.
- Preferences.Return - Enum in org.apache.olingo.server.api.prefer
- PreferencesApplied - Class in org.apache.olingo.server.api.prefer
-
Provides methods to set values suitable for the Preference-Applied HTTP response header as described in RFC 7240.
- PreferencesApplied.Builder - Class in org.apache.olingo.server.api.prefer
-
Builder of OData serializer options.
- PREFIX_DATASERVICES - Static variable in interface org.apache.olingo.commons.api.Constants
- PREFIX_GEORSS - Static variable in interface org.apache.olingo.commons.api.Constants
- PREFIX_GML - Static variable in interface org.apache.olingo.commons.api.Constants
- PREFIX_METADATA - Static variable in interface org.apache.olingo.commons.api.Constants
- primitive(ServiceMetadata, EdmPrimitiveType, Property, PrimitiveSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
-
Writes primitive-type instance data into an InputStream.
- PRIMITIVE - Enum constant in enum org.apache.olingo.commons.api.data.PropertyType
-
Primitive (including geospatial).
- PRIMITIVE - Enum constant in enum org.apache.olingo.commons.api.data.ValueType
-
Primitive value
- PRIMITIVE - Enum constant in enum org.apache.olingo.commons.api.edm.constants.EdmTypeKind
-
Primitive type
- PRIMITIVE - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
single primitive-type instance
- primitiveCollection(ServiceMetadata, 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.
- PrimitiveCollection<T extends Serializable> - Interface in org.apache.olingo.ext.proxy.api
- PrimitiveCollectionInvocationHandler<T extends Serializable> - Class in org.apache.olingo.ext.proxy.commons
- PrimitiveCollectionInvocationHandler(AbstractService<?>, Class<T>) - Constructor for class org.apache.olingo.ext.proxy.commons.PrimitiveCollectionInvocationHandler
- PrimitiveCollectionInvocationHandler(AbstractService<?>, Class<T>, URIBuilder) - Constructor for class org.apache.olingo.ext.proxy.commons.PrimitiveCollectionInvocationHandler
- PrimitiveCollectionInvocationHandler(AbstractService<?>, Collection<T>, Class<T>, URIBuilder) - Constructor for class org.apache.olingo.ext.proxy.commons.PrimitiveCollectionInvocationHandler
- PrimitiveCollectionInvoker<T extends CollectionQuery<?>> - Interface in org.apache.olingo.ext.proxy.api
- 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.
- primitiveProperty - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceProperty
URI: http://... - 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(InputStream, EdmProperty) - Method in interface org.apache.olingo.server.api.deserializer.FixedFormatDeserializer
-
Reads primitive-type data from an InputStream.
- 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.
- principalPropertyRefs() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.ReferentialConstraint
- principalRole() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.ReferentialConstraint
- process(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.olingo.server.api.ODataHttpHandler
-
Processes a HttpServletRequest as an OData request.
- process(ODataRequest) - Method in class org.apache.olingo.netty.server.core.ODataNettyHandlerImpl
- process(ODataRequest) - Method in interface org.apache.olingo.server.api.ODataHandler
-
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.
- processActionVoid(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.ActionVoidProcessor
-
Process an action which has no return type.
- 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.
- processDelayedUpdates(List<EntityLinkDesc>, int, TransactionItems, PersistenceChanges) - Method in class org.apache.olingo.ext.proxy.commons.NonTransactionalPersistenceManagerImpl
- processEntityContext(EntityInvocationHandler, int, TransactionItems, List<EntityLinkDesc>, PersistenceChanges) - Method in class org.apache.olingo.ext.proxy.commons.NonTransactionalPersistenceManagerImpl
- 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.
- processNettyRequest(HttpRequest, HttpResponse, Map<String, String>) - Method in interface org.apache.olingo.netty.server.api.ODataNettyHandler
-
Processes a NettyRequest as an OData request.
- processNettyRequest(HttpRequest, HttpResponse, Map<String, String>) - Method in class org.apache.olingo.netty.server.core.ODataNettyHandlerImpl
- Processor - Interface in org.apache.olingo.server.api.processor
-
Base interface for all processor types.
- properties - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
The Properties.
- PROPERTIES - Static variable in interface org.apache.olingo.commons.api.Constants
- property(InputStream, EdmProperty) - Method in interface org.apache.olingo.server.api.deserializer.ODataDeserializer
-
Deserializes the Property or collections of properties (primitive & complex).
- property(String) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- Property - Class in org.apache.olingo.commons.api.data
-
Data representation for a property.
- Property - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- Property - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Bind POJO field to EDM property.
- Property() - Constructor for class org.apache.olingo.commons.api.data.Property
-
Creates a new property
- Property(String, String) - Constructor for class org.apache.olingo.commons.api.data.Property
-
Creates a new property
- Property(String, String, ValueType, Object) - Constructor for class org.apache.olingo.commons.api.data.Property
-
Creates a new property
- PROPERTY - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- propertyCache - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- propertyChanges - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- PropertyPath - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- PropertyType - Enum in org.apache.olingo.commons.api.data
-
Enumeration for all OData property types.
- PropertyValue - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- ProxyUtils - Class in org.apache.olingo.ext.proxy.utils
- ProxyUtils() - Constructor for class org.apache.olingo.ext.proxy.utils.ProxyUtils
- put(EntityInvocationHandler, Integer) - Method in class org.apache.olingo.ext.proxy.commons.TransactionItems
- PUT - Enum constant in enum org.apache.olingo.commons.api.http.HttpMethod
- putNavPropAnnotatableHandler(String, AnnotatableInvocationHandler) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- putPropAnnotatableHandler(String, AnnotatableInvocationHandler) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
Q
- QNAME_ATOM_ATTR_ID - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_ATOM_ELEM_CATEGORY - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_ATOM_ELEM_CONTENT - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_ATOM_ELEM_ENTRY - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_ATOM_ELEM_FEED - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_ATOM_ELEM_ID - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_ATOM_ELEM_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_ATOM_ELEM_SUMMARY - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_ATOM_ELEM_TITLE - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_ATOM_ELEM_UPDATED - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_ATTR_SRSNAME - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_ATTR_XML_BASE - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_GEOMEMBERS - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_LINESTRING - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_POINTMEMBERS - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_POLYGON - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_POLYGON_EXTERIOR - Static variable in interface org.apache.olingo.commons.api.Constants
- QNAME_POLYGON_INTERIOR - Static variable in interface org.apache.olingo.commons.api.Constants
- QueryOption - Enum in org.apache.olingo.client.api.uri
-
Query options.
- QueryOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Super interface used for any query option
R
- RANGE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See RFC 7233.
- RANGE_NOT_SATISFIABLE - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- rawAppend(byte[]) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequest
-
Appends the given byte array to the payload.
- rawAppend(byte[], int, int) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequest
-
Appends the given byte array to the payload.
- rawBaseUri(String) - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions.Builder
- rawExecute() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Request raw execute.
- rawServiceResolutionUri(String) - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions.Builder
- read(InputStream, String, Class<T>) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
-
Parses a stream into the object type specified by the given reference.
- readAdditionalProperty(String) - Method in interface org.apache.olingo.ext.proxy.api.AbstractOpenType
- readAdditionalProperty(String) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- readAdditionalPropertyNames() - Method in interface org.apache.olingo.ext.proxy.api.AbstractOpenType
- readAdditionalPropertyNames() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- readAnnotation(Class<? extends AbstractTerm>) - Method in interface org.apache.olingo.ext.proxy.api.Annotatable
- readAnnotation(Class<? extends AbstractTerm>) - Method in class org.apache.olingo.ext.proxy.commons.AnnotatableInvocationHandler
- readAnnotation(Class<? extends AbstractTerm>) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- readAnnotationTerms() - Method in interface org.apache.olingo.ext.proxy.api.Annotatable
- readAnnotationTerms() - Method in class org.apache.olingo.ext.proxy.commons.AnnotatableInvocationHandler
- readAnnotationTerms() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- 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(InputStream, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
-
Parses a stream taking care to de-serializes the first OData entity found.
- 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.
- readEntityReferenceID() - Method in interface org.apache.olingo.ext.proxy.api.EntityType
-
Gets entity reference ID.
- readEntityReferenceID() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- readEntitySet(InputStream, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
-
De-Serializes a stream into an OData entity set.
- readError(InputStream, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
-
Parses a stream into an OData error.
- 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(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
-
Parses a stream into metadata representation.
- readMetadata(InputStream, List<InputStream>) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
-
Parses a stream into metadata representation.
- readMetadata(Map<String, CsdlSchema>) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
-
Parses a stream into metadata representation, including referenced metadata documents.
- readMetadata(Map<String, CsdlSchema>, List<CsdlSchema>) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
-
Parses metadata document along with the document which includes term definitions
- readMetadata(XMLMetadata, List<InputStream>) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
-
Fetches schema from metadata document and parses the document which includes term definitions
- 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.
- readProperty(InputStream, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
-
Parses a stream taking care to de-serialize the first OData entity property found.
- 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(InputStream, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataReader
-
Parses an OData service document.
- 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.
- REASON - Static variable in interface org.apache.olingo.commons.api.Constants
- Record - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- Record - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- ref - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceRef
URI: http://... - REF - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- reference(ServiceMetadata, EdmEntitySet, Entity, ReferenceSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
-
Writes a single entity reference into an InputStream.
- Reference - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- Reference - Interface in org.apache.olingo.client.api.edm.xml
- REFERENCE - Enum constant in enum org.apache.olingo.commons.api.data.ContextURL.Suffix
-
Suffix for References
- REFERENCE - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
single reference
- referenceCollection(ServiceMetadata, EdmEntitySet, AbstractEntityCollection, ReferenceCollectionSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
-
Writes entity-collection references into an InputStream.
- ReferenceCollectionProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling a collection an Entity References.
- ReferenceCollectionSerializerOptions - Class in org.apache.olingo.server.api.serializer
-
Options to pass as additional information to the reference-collection serializer.
- ReferenceCollectionSerializerOptions.Builder - Class in org.apache.olingo.server.api.serializer
-
Builder of OData serializer options.
- referenceItems - Variable in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- ReferenceProcessor - Interface in org.apache.olingo.server.api.processor
-
Processor interface for handling a single instance of an Entity Reference.
- ReferenceSerializerOptions - Class in org.apache.olingo.server.api.serializer
-
Options to pass as additional information to the reference serializer.
- ReferenceSerializerOptions.Builder - Class in org.apache.olingo.server.api.serializer
-
Builder of OData serializer options.
- referenceType() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Operation
- ReferentialConstraint - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- ReferentialConstraint - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Annotate navigation property with information about referential constraint.
- refs() - Method in interface org.apache.olingo.ext.proxy.api.EntityCollection
-
Appends ref segment to the URI.
- refs() - Method in interface org.apache.olingo.ext.proxy.api.EntityType
-
Appends ref segment to the URI.
- refs() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- refs() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- register(DebugSupport) - Method in interface org.apache.olingo.server.api.ODataHttpHandler
-
Registers the debug support handler.
- register(CustomETagSupport) - Method in interface org.apache.olingo.server.api.ODataHttpHandler
-
Registers support for concurrency control for certain entity sets.
- register(OlingoExtension) - Method in interface org.apache.olingo.server.api.ODataHandler
-
Registers additional extensions for handling OData requests.
- register(Processor) - Method in interface org.apache.olingo.netty.server.api.ODataNettyHandler
-
Registers additional custom processor implementations for handling OData requests.
- register(Processor) - Method in class org.apache.olingo.netty.server.core.ODataNettyHandlerImpl
- register(Processor) - Method in interface org.apache.olingo.server.api.ODataHandler
-
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.
- remove() - Method in class org.apache.olingo.client.api.domain.ClientEntitySetIterator
-
Unsupported operation.
- remove() - Method in class org.apache.olingo.commons.api.data.EntityIterator
- remove(Object) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- remove(EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.commons.TransactionItems
- removeAdditionalProperty(String) - Method in interface org.apache.olingo.ext.proxy.api.AbstractOpenType
- removeAdditionalProperty(String) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- removeAll(Collection<?>) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- removeAnnotation(Class<? extends AbstractTerm>) - Method in interface org.apache.olingo.ext.proxy.api.Annotatable
- removeAnnotation(Class<? extends AbstractTerm>) - Method in class org.apache.olingo.ext.proxy.commons.AnnotatableInvocationHandler
- removeAnnotation(Class<? extends AbstractTerm>) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- REMOVED - Static variable in interface org.apache.olingo.commons.api.Constants
- removeHeader(String) - Method in interface org.apache.olingo.client.api.communication.header.ODataHeaders
-
Removes the header identified by the given name.
- removeLink(ClientLink) - Method in interface org.apache.olingo.client.api.domain.ClientLinked
-
Removes the given link from any list (association, navigation, edit-media).
- replace(FilterArg, FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- REPLACE - Enum constant in enum org.apache.olingo.client.api.communication.request.cud.UpdateType
-
Replace all and remove missing attributes.
- replaceQueryOption(QueryOption, String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds/replaces the specified query option to the URI.
- REPRESENTATION - Enum constant in enum org.apache.olingo.server.api.prefer.Preferences.Return
- 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.
- REQUEST_TIMEOUT - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- RESET_CONTENT - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- resource - Enum constant in enum org.apache.olingo.server.api.uri.UriInfoKind
-
Class:
UriInfoResource
URI: http://... - RESPOND_ASYNC - Enum constant in enum org.apache.olingo.commons.api.format.PreferenceName
- respondAsync() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
-
The respond-async preference, as defined in [HTTP-Prefer], allows clients to request that the service process the request asynchronously.
- respondAsync() - Method in class org.apache.olingo.server.api.prefer.PreferencesApplied.Builder
-
Sets
odata.respond-async
. - ResWrap<T> - Class in org.apache.olingo.client.api.data
-
Outermost response payload wrapper.
- ResWrap(URI, String, T) - Constructor for class org.apache.olingo.client.api.data.ResWrap
-
Creates a new response payload wrapper
- retainAll(Collection<?>) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- retrieveNavigationProperty(NavigationProperty, Method) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- RetrieveRequestFactory - Interface in org.apache.olingo.client.api.communication.request.retrieve
- RETRY_AFTER - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.37">HTTP/1.1 documentation}.
- RETURN - Enum constant in enum org.apache.olingo.commons.api.format.PreferenceName
- RETURN_CONTENT - Enum constant in enum org.apache.olingo.commons.api.format.PreferenceName
- RETURN_NO_CONTENT - Enum constant in enum org.apache.olingo.commons.api.format.PreferenceName
- returnContent() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
-
Prefer
header, return content. - returnMinimal() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
-
The return=representation and return=minimal preferences are defined in [HTTP-Prefer],
In OData, return=representation or return=minimal is defined for use with a POST, PUT, or PATCH Data Modification Request other than to a stream property, or to an Action Request. - returnNoContent() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
-
Prefer
header, return no content. - returnRepresentation() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
-
The return=representation and return=minimal preferences are defined in [HTTP-Prefer],
In OData, return=representation or return=minimal is defined for use with a POST, PUT, or PATCH Data Modification Request other than to a stream property, or to an Action Request. - returnRepresentation(Preferences.Return) - Method in class org.apache.olingo.server.api.prefer.PreferencesApplied.Builder
-
Sets the value of the applied preference
return
. - returnType - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
The Return type.
- returnType() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Operation
-
The action/function MAY/MUST specify a return type using the edm:ReturnType element.
- ReturnType - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- returnVoid() - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
- root - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceRoot
URI: http://... - ROOT_QUERY_OPTION - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
-
For query options like $count that need to stay in their own segment, right after service root.
- round(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- ROUND - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- RowType - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Mark inner class as EDM row type.
- RuntimeMeasurement - Class in org.apache.olingo.server.api.debug
-
Runtime measurements.
- RuntimeMeasurement() - Constructor for class org.apache.olingo.server.api.debug.RuntimeMeasurement
S
- SByte - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- scale() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Parameter
- scale() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Property
- 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 - Variable in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
- Schema - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- schemaName - Variable in class org.apache.olingo.ext.pojogen.AbstractUtility
- search(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends search query option.
- search(URISearch) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Appends search query option.
- Search<T extends EntityType<?>,
EC extends Collection<T>> - Interface in org.apache.olingo.ext.proxy.api -
Interface used to control search execution.
- Search - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents the search transformation.
- SEARCH - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
-
Search expressions are used within the $search system query option to request entities matching the specified expression.
- SEARCH - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
- SEARCH - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- 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
- SearchFactory - Interface in org.apache.olingo.client.api.uri
- SearchImpl<T extends EntityType<?>,
EC extends EntityCollection<T, ?, ?>> - Class in org.apache.olingo.ext.proxy.commons - SearchOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents the system query option $search For example: http://...
- 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
- second(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- SECOND - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- SEE_OTHER - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- SegmentType - Enum in org.apache.olingo.client.api.uri
-
URI Segment types.
- select(String...) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds select query option.
- select(String...) - Method in interface org.apache.olingo.ext.proxy.api.StructuredQuery
-
Sets $select expression.
- select(String...) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- select(String...) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- select(String...) - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- 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.
- SELECT - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
-
This option is used to specify that a subset of the properties of the entities identified by the path of the request URI and $expand query option SHOULD be returned in the response from the data service.
- SELECT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- SelectItem - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents a single select item information For example: http://...
- selectList(String) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
-
Set the select list.
- SelectOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents the system query option $select For example: http://...
- SELF_LINK_REL - Static variable in interface org.apache.olingo.commons.api.Constants
- SerializerException - Exception in org.apache.olingo.server.api.serializer
-
Exception thrown by the
ODataSerializer
. - SerializerException(String, Throwable, ODataLibraryException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.serializer.SerializerException
-
Creates serializer exception.
- SerializerException(String, ODataLibraryException.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.
- SerializerResult - Interface in org.apache.olingo.server.api.serializer
-
Result type for
ODataSerializer
methods - SerializerStreamResult - Interface in org.apache.olingo.server.api.serializer
-
Result type for
ODataSerializer
methods which supports streaming (write in the future). - service - Enum constant in enum org.apache.olingo.server.api.uri.UriInfoKind
-
Class:
UriInfoService
URI: http://... - service - Variable in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- service - Variable in class org.apache.olingo.ext.proxy.commons.NonTransactionalPersistenceManagerImpl
- SERVICE - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
service document
- SERVICE_UNAVAILABLE - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- serviceDocument(ServiceMetadata, String) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
-
Writes the service document into an InputStream.
- ServiceDocument - Interface in org.apache.olingo.client.api.data
-
REST resource for an ODataServiceDocument.
- ServiceDocumentItem - Interface in org.apache.olingo.client.api.data
- 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.
- ServiceMetadataETagSupport - Interface in org.apache.olingo.server.api.etag
-
Register implementations for this interface in oder to support etags for the metadata document and service document.
- serviceRoot(URI) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
-
Set the service root.
- SERVICEROOT - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- serviceRootURL - Variable in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
-
OData service root URL.
- SET_COOKIE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.ietf.org/rfc/rfc2109.txt">IETF RFC 2109}.
- setAbstract(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlComplexType
- setAbstract(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
- setAbstract(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Sets abstract.
- setAccept(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Adds Accept OData request header.
- setAction(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlActionImport
-
Sets the full qualified name of the action as string
- setAction(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlActionImport
-
Sets the full qualified name of the action
- setAction(CsdlOnDeleteAction) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOnDelete
-
Sets action.
- setActionImports(List<CsdlActionImport>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Sets action imports.
- setActions(List<CsdlAction>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Sets actions.
- setAdditionalProperties(Map<String, Object>) - Method in class org.apache.olingo.commons.api.ex.ODataError
-
Sets server defined additional properties
- setAdditionalProperties(Map<String, Object>) - Method in class org.apache.olingo.commons.api.ex.ODataErrorDetail
-
Sets server defined additional properties
- setAdditionalProperties(Map<String, Object>) - Method in class org.apache.olingo.server.api.ODataServerError
-
Sets server defined key-value pairs.
- setAddressingDerivedTypes(boolean) - Method in interface org.apache.olingo.client.api.Configuration
-
Sets whether query URIs in request should contain fully qualified type name. - OData Intermediate Conformance Level: MUST support casting to a derived type according to [OData-URL] if derived types are present in the model.
- setAlias(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAliasInfo
-
Sets the alias of the item
- setAlias(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlPropertyRef
-
Sets alias.
- setAlias(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Sets alias.
- setAnnotations(List<ClientAnnotation>) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlApply
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIf
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElement
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlNull
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyValue
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlRecord
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlUrlRef
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAction
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlActionImport
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotation
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotations
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlComplexType
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntitySet
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumMember
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunction
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunctionImport
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOnDelete
-
Sets annotations.
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperationImport
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReferentialConstraint
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Sets annotations.
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSingleton
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Sets annotations.
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Sets a list of annotations
- setAnnotations(List<CsdlAnnotation>) - Method in class org.apache.olingo.commons.api.edmx.EdmxReference
-
Sets annotations.
- setAnnotationsGroup(List<CsdlAnnotations>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Sets a list of annotations
- setApplicationResponse(ODataResponse) - Method in class org.apache.olingo.server.api.debug.DebugInformation
- setAppliesTo(List<String>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Sets applies to.
- setBaseTerm(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Sets base term.
- setBaseType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlComplexType
- setBaseType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
- setBaseType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Sets base type.
- setBaseType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlComplexType
- setBaseType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
- setBaseType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Sets base type.
- setBaseURI(URI) - Method in class org.apache.olingo.commons.api.data.AbstractODataObject
-
Sets base URI.
- setBindingLink(String) - Method in class org.apache.olingo.commons.api.data.Link
-
Sets the binding link.
- setBindingLinks(List<String>) - Method in class org.apache.olingo.commons.api.data.Link
-
Sets the binding links.
- setBindingParameter(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntitySetPath
-
Sets binding parameter.
- 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.commons.api.edm.provider.CsdlAction
- setBound(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunction
- setBound(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
Sets as bound operation.
- setBytes(byte[]) - Method in class org.apache.olingo.commons.api.data.EntityMediaObject
- setClassName(String) - Method in class org.apache.olingo.server.api.debug.RuntimeMeasurement
-
Sets the class name.
- setCode(String) - Method in class org.apache.olingo.commons.api.ex.ODataError
-
The value for the code name/value pair is a language-independent string.
- setCode(String) - Method in class org.apache.olingo.commons.api.ex.ODataErrorDetail
- 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.commons.api.edm.provider.CsdlNavigationProperty
-
Sets collection.
- setCollection(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Sets collection.
- setCollection(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets collection.
- setCollection(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Sets collection.
- setCommonProperty(String, String) - Method in class org.apache.olingo.commons.api.data.AbstractODataObject
-
Sets property with given key to given value.
- setComplexTypes(List<CsdlComplexType>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Sets complex types.
- setComposable(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunction
-
Sets composable.
- setContainerName(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainerInfo
-
Sets container name.
- setContainsTarget(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Sets contains target.
- setContent(InputStream) - Method in class org.apache.olingo.server.api.ODataResponse
-
Sets the content (body).
- setContentType(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Adds contentType OData request header.
- setContextURL(URI) - Method in class org.apache.olingo.client.api.domain.AbstractClientPayload
- setContinueOnError(boolean) - Method in interface org.apache.olingo.client.api.Configuration
-
When processing a set of requests (in batch requests, for example), sets if the execution will be aborted after first error encountered or not.
- setCount(int) - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
-
Sets in-line count.
- setCount(Integer) - Method in class org.apache.olingo.commons.api.data.EntityCollection
-
Sets number of entries.
- setCount(Integer) - Method in class org.apache.olingo.commons.api.data.EntityIterator
-
Sets count.
- SetDefault - Enum constant in enum org.apache.olingo.commons.api.edm.constants.EdmOnDelete
-
SetDefault, meaning all properties of related entities that are tied to properties of the source entity via a referential constraint and that do not participate in other referential constraints will be set to their default value.
- SetDefault - Enum constant in enum org.apache.olingo.commons.api.edm.provider.CsdlOnDeleteAction
-
The SetDefault.
- setDefaultBatchAcceptFormat(ContentType) - Method in interface org.apache.olingo.client.api.Configuration
-
Set the default Accept header value format for a batch request.
- setDefaultMediaFormat(ContentType) - Method in interface org.apache.olingo.client.api.Configuration
-
Sets the default OData media format.
- setDefaultPubFormat(ContentType) - Method in interface org.apache.olingo.client.api.Configuration
-
Sets the default OData format for AtomPub exchanges.
- setDefaultValue(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets default value.
- setDefaultValue(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Sets default value.
- setDefaultValueFormat(ContentType) - Method in interface org.apache.olingo.client.api.Configuration
-
Sets the default OData value format.
- setDeltaLink(URI) - Method in interface org.apache.olingo.client.api.domain.ClientEntitySet
-
Sets delta link.
- setDeltaLink(URI) - Method in class org.apache.olingo.commons.api.data.EntityCollection
-
Sets delta link.
- setDetails(List<ODataErrorDetail>) - Method in class org.apache.olingo.commons.api.ex.ODataError
-
Sets error details.
- setDetails(List<ODataErrorDetail>) - Method in class org.apache.olingo.server.api.ODataServerError
-
Sets error details.
- setDimension(Geospatial.Dimension) - Method in class org.apache.olingo.commons.api.edm.geo.SRID
-
Sets the dimension of the SRID instance.
- setEditLink(URI) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Sets OData entity edit link.
- setEditLink(Link) - Method in class org.apache.olingo.commons.api.data.Entity
-
Sets entity edit link.
- setElse(CsdlExpression) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIf
- setEntity(ClientEntity) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- setEntityContainer(CsdlEntityContainer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Sets entity container.
- setEntityHandler(EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- setEntitySet(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlActionImport
- setEntitySet(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunctionImport
- setEntitySet(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperationImport
-
Sets entity set.
- setEntitySetPath(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAction
- setEntitySetPath(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunction
- setEntitySetPath(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
Sets entity set path.
- setEntitySets(List<CsdlEntitySet>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Sets entity sets.
- setEntityTypes(List<CsdlEntityType>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Sets entity types.
- setEnumTypes(List<CsdlEnumType>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Sets enum types.
- setEtag(String) - Method in class org.apache.olingo.client.api.domain.ClientLink.Builder
- setETag(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Sets ETag.
- setETag(String) - Method in class org.apache.olingo.commons.api.data.Entity
-
Sets ETag
- setETag(String) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
-
Overrides ETag value defined into the wrapped entity.
- setException(Exception) - Method in class org.apache.olingo.server.api.debug.DebugInformation
- setException(Exception) - Method in class org.apache.olingo.server.api.ODataServerError
-
Sets the exception.
- setExecutor(ExecutorService) - Method in interface org.apache.olingo.client.api.Configuration
-
Sets request executor service.
- setExpression(CsdlExpression) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotation
-
Sets the annotated expression
- setExtendsContainer(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Sets extends container.
- setExtendsContainer(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainerInfo
-
Sets extends container.
- setFlags(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
-
Sets flags.
- setFormat(String) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.ODataRawRequest
-
Sets accepted format.
- setFormat(ContentType) - Method in interface org.apache.olingo.client.api.communication.request.ODataBasicRequest
-
Override configured request Content-Type.
- setFormat(ContentType) - Method in interface org.apache.olingo.client.api.communication.request.streamed.ODataStreamedEntityRequest
-
Override configured request format.
- setFunction(String) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlApply
- setFunction(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunctionImport
-
Sets function.
- setFunction(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunctionImport
-
Sets function.
- setFunctionImports(List<CsdlFunctionImport>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Sets function imports.
- setFunctions(List<CsdlFunction>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Sets functions.
- setGuard(CsdlExpression) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIf
- setGzipCompression(boolean) - Method in interface org.apache.olingo.client.api.Configuration
-
Sets Gzip compression (e.g. support for Accept-Encoding: gzip and Content-Encoding: gzip HTTP headers) enabled or disabled.
- setHasStream(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
-
Sets has stream.
- setHeader(String, String) - Method in interface org.apache.olingo.client.api.communication.header.ODataHeaders
-
Add the specified (custom) header (header name is case-insensitive).
- setHeader(String, String) - Method in class org.apache.olingo.server.api.ODataRequest
-
Sets a header in the request.
- setHeader(String, String) - Method in class org.apache.olingo.server.api.ODataResponse
-
Set a header to the response.
- setHeaderInfo(Header[]) - Method in exception org.apache.olingo.client.api.communication.ODataClientErrorException
-
Sets headers
- setHref(String) - Method in class org.apache.olingo.commons.api.data.Link
-
Sets href.
- setHttpClientFactory(HttpClientFactory) - Method in interface org.apache.olingo.client.api.Configuration
-
Sets the HttpClient factory to be used for executing requests.
- setHttpUriRequestFactory(HttpUriRequestFactory) - Method in interface org.apache.olingo.client.api.Configuration
-
Sets the HttpUriRequest factory generating requests to be executed.
- setId(URI) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Set id for this OData entity.
- setId(URI) - Method in class org.apache.olingo.commons.api.data.AbstractODataObject
-
Sets ID.
- setId(URI) - Method in class org.apache.olingo.commons.api.data.DeletedEntity
-
Set id.
- setIfMatch(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Adds If-Match OData request header.
- setIfNoneMatch(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Adds If-None-Match OData request header.
- setIncludeInServiceDocument(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntitySet
-
Sets include in service document.
- setIncludeInServiceDocument(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunctionImport
-
Sets include in service document.
- setInlineEntity(Entity) - Method in class org.apache.olingo.commons.api.data.Link
-
Sets in-line entity.
- setInlineEntitySet(EntityCollection) - Method in class org.apache.olingo.commons.api.data.Link
-
Sets in-line entity set.
- setInnerError(Map<String, String>) - Method in class org.apache.olingo.commons.api.ex.ODataError
-
Sets server defined key-value pairs for debug environment only.
- 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.commons.api.edm.provider.CsdlMapping
-
Sets the internal name for this mapped object.
- setItems(List<CsdlExpression>) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCollection
-
Returns a list of child expression
- setKey(List<CsdlPropertyRef>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
-
Sets key.
- setKeyAsSegment(boolean) - Method in interface org.apache.olingo.client.api.Configuration
-
Sets whether URIs shall be built with entity key between parentheses (standard) or instead as additional segment (non-standard).
- setLeft(CsdlExpression) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression
- setLink(URI) - Method in class org.apache.olingo.client.api.domain.ClientItem
-
Sets ODataItem link (it's edit link for
ClientEntity
). - setLocale(Locale) - Method in class org.apache.olingo.server.api.ODataServerError
-
Sets the locale.
- setMappedJavaClass(Class<?>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlMapping
-
Sets the class to be used during deserialization to transform an EDM primitive type into this java class.
- setMapping(CsdlMapping) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
Sets the mapping object for this binding target.
- setMapping(CsdlMapping) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntitySet
- setMapping(CsdlMapping) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Sets mapping.
- setMapping(CsdlMapping) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets mapping.
- setMapping(CsdlMapping) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSingleton
- setMaxLength(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
- setMaxLength(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
- setMaxLength(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Sets max length.
- setMaxLength(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets max length.
- setMaxLength(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Sets max length.
- setMaxLength(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Sets max length.
- setMaxLength(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Sets max length.
- setMediaContentSource(URI) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Sets media content source.
- setMediaContentSource(URI) - Method in class org.apache.olingo.commons.api.data.Entity
-
Set media content source.
- setMediaContentType(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Sets media content type.
- setMediaContentType(String) - Method in class org.apache.olingo.commons.api.data.Entity
-
Set media content type.
- setMediaEntity(boolean) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Sets media entity flag.
- setMediaETag(String) - Method in interface org.apache.olingo.client.api.domain.ClientEntity
-
Set media ETag.
- setMediaETag(String) - Method in class org.apache.olingo.commons.api.data.Entity
-
Set media ETag.
- setMediaETag(String) - Method in class org.apache.olingo.commons.api.data.Link
-
Sets Media ETag.
- setMembers(List<CsdlEnumMember>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
-
Sets members.
- setMessage(String) - Method in class org.apache.olingo.commons.api.ex.ODataError
-
The value for the message name/value pair MUST be a human-readable, language-dependent representation of the error.
- setMessage(String) - Method in class org.apache.olingo.commons.api.ex.ODataErrorDetail
- 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.
- setMetadataAnchor(String) - Method in class org.apache.olingo.client.api.domain.ClientOperation
-
Sets metadata anchor.
- setMetadataAnchor(String) - Method in class org.apache.olingo.commons.api.data.Operation
-
Sets metadata anchor.
- setMethod(HttpMethod) - Method in class org.apache.olingo.server.api.ODataRequest
-
Sets the HTTP method.
- setMethodName(String) - Method in class org.apache.olingo.server.api.debug.RuntimeMeasurement
-
Sets the method name.
- setMimeType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets mime type.
- setName(String) - Method in class org.apache.olingo.commons.api.data.Parameter
-
Sets the name of the parameter.
- setName(String) - Method in class org.apache.olingo.commons.api.data.Property
-
Set name of property.
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElement
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAction
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlActionImport
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
Sets name.
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlComplexType
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Sets name.
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntitySet
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumMember
-
Sets name.
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
-
Sets name.
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunction
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunctionImport
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Sets name.
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
Sets name.
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperationImport
-
Sets name.
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Sets name.
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets name.
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlPropertyRef
-
Sets name.
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSingleton
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Sets name.
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Sets name.
- setName(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Sets name.
- setNamespace(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAliasInfo
-
Sets the namespace of the alias
- setNamespace(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Sets namespace.
- setNavigationProperties(List<CsdlNavigationProperty>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlComplexType
- setNavigationProperties(List<CsdlNavigationProperty>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
- setNavigationProperties(List<CsdlNavigationProperty>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Sets navigation properties.
- setNavigationPropertyBindings(List<CsdlNavigationPropertyBinding>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
Sets navigation property bindings.
- setNavigationPropertyBindings(List<CsdlNavigationPropertyBinding>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntitySet
- setNavigationPropertyBindings(List<CsdlNavigationPropertyBinding>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSingleton
- setNext(URI) - Method in class org.apache.olingo.commons.api.data.EntityCollection
-
Sets next link.
- setNext(URI) - Method in class org.apache.olingo.commons.api.data.EntityIterator
-
Sets next link.
- SetNull - Enum constant in enum org.apache.olingo.commons.api.edm.constants.EdmOnDelete
-
SetNull, meaning all properties of related entities that are tied to properties of the source entity via a referential constraint and that do not participate in other referential constraints will be set to null,
- SetNull - Enum constant in enum org.apache.olingo.commons.api.edm.provider.CsdlOnDeleteAction
-
The SetNull.
- setNullable(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Sets nullable.
- setNullable(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets nullable.
- setNullable(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Sets nullable.
- setNullable(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Sets nullable.
- setNullable(Boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Sets nullable.
- setODataContent(ODataContent) - Method in class org.apache.olingo.server.api.ODataResponse
- setOnDelete(CsdlOnDelete) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Sets on delete.
- setOpenType(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlComplexType
- setOpenType(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
- setOpenType(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Sets open type.
- setParameters(List<CsdlExpression>) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlApply
- setParameters(List<CsdlParameter>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAction
- setParameters(List<CsdlParameter>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunction
- setParameters(List<CsdlParameter>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
Sets parameters.
- setParameters(Map<String, ClientValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.ODataInvokeRequest
-
Sets operation parameters.
- setPartner(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Sets partner.
- setPath(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntitySetPath
-
Sets path.
- setPath(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationPropertyBinding
-
Sets path.
- setPrecision(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
- setPrecision(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
- setPrecision(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Sets precision.
- setPrecision(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets precision.
- setPrecision(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Sets precision.
- setPrecision(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Sets precision.
- setPrecision(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Sets precision.
- setPrefer(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Adds Prefer OData request header.
- setProperties(List<CsdlProperty>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlComplexType
- setProperties(List<CsdlProperty>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityType
- setProperties(List<CsdlProperty>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlStructuralType
-
Sets properties.
- setProperty(String) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyValue
- setProperty(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReferentialConstraint
-
Sets property.
- setPropertyValue(Property, Object) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- setPropertyValues(List<CsdlPropertyValue>) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlRecord
- setProtocol(String) - Method in class org.apache.olingo.server.api.ODataRequest
-
Sets the HTTP protocol used
- setQualifier(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotation
-
Sets the annotated qualifier
- setQualifier(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotations
-
Sets qualifier.
- setQualifier(String) - Method in class org.apache.olingo.commons.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.
- setReason(DeletedEntity.Reason) - Method in class org.apache.olingo.commons.api.data.DeletedEntity
-
Set reason for deletion.
- setReferencedProperty(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReferentialConstraint
-
Sets referenced property.
- setReferentialConstraints(List<CsdlReferentialConstraint>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Sets referential constraints.
- setRel(String) - Method in class org.apache.olingo.commons.api.data.Link
-
Sets rel info.
- setRelationship(String) - Method in interface org.apache.olingo.client.api.domain.ClientDeltaLink
- setRelationship(String) - Method in class org.apache.olingo.commons.api.data.DeltaLink
-
Set relationship of this link.
- setRequest(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataOutsideUpdate
-
Serialize and send the given request.
- setRequest(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataSingleRequest
-
Serialize and send the given request.
- setRequest(ODataRequest) - Method in class org.apache.olingo.server.api.debug.DebugInformation
- setReturnType(CsdlReturnType) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAction
- setReturnType(CsdlReturnType) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunction
- setReturnType(CsdlReturnType) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlOperation
-
Sets return type.
- setRight(CsdlExpression) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression
- setRuntimeInformation(List<RuntimeMeasurement>) - Method in class org.apache.olingo.server.api.debug.DebugInformation
- setScale(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
- setScale(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
- setScale(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Sets scale.
- setScale(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets scale.
- setScale(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Sets scale.
- setScale(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Sets scale.
- setScale(Integer) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Sets scale.
- setScaleAsString(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets scaleAsString.
- setSearch(String) - Method in interface org.apache.olingo.ext.proxy.api.Search
-
Sets the $search expression for this search.
- setSearch(String) - Method in class org.apache.olingo.ext.proxy.commons.SearchImpl
- setSearch(URISearch) - Method in interface org.apache.olingo.ext.proxy.api.Search
-
Sets the search generating the $search expression for this search.
- setSearch(URISearch) - Method in class org.apache.olingo.ext.proxy.commons.SearchImpl
- setSelfLink(Link) - Method in class org.apache.olingo.commons.api.data.Entity
-
Sets entity self link.
- setServerEnvironmentVariables(Map<String, String>) - Method in class org.apache.olingo.server.api.debug.DebugInformation
- setSingletons(List<CsdlSingleton>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntityContainer
-
Sets singletons.
- setSource(URI) - Method in interface org.apache.olingo.client.api.domain.ClientDeltaLink
- setSource(URI) - Method in class org.apache.olingo.commons.api.data.DeltaLink
-
Set source of this link.
- setSplit(int) - Method in interface org.apache.olingo.server.api.ODataHttpHandler
-
Sets the split parameter which is used for service resolution.
- setSrid(SRID) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
- setSrid(SRID) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
- setSrid(SRID) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Sets srid.
- setSrid(SRID) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets srid.
- setSrid(SRID) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Sets srid.
- setSrid(SRID) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Sets srid.
- setSrid(SRID) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Sets srid.
- setStatus(EntityInvocationHandler, AttachedEntityStatus) - Method in class org.apache.olingo.ext.proxy.context.EntityContext
-
Changes attached entity status.
- 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(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotations
-
Sets target.
- setTarget(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationPropertyBinding
-
Sets target.
- setTarget(String) - Method in class org.apache.olingo.commons.api.ex.ODataError
-
The value for the target name/value pair is the target of the particular error (for example, the name of the property in error).
- setTarget(String) - Method in class org.apache.olingo.commons.api.ex.ODataErrorDetail
-
Set the error target.
- 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).
- setTarget(URI) - Method in interface org.apache.olingo.client.api.domain.ClientDeltaLink
- setTarget(URI) - Method in class org.apache.olingo.client.api.domain.ClientOperation
-
Sets target.
- setTarget(URI) - Method in class org.apache.olingo.commons.api.data.DeltaLink
-
Set target of this link.
- setTarget(URI) - Method in class org.apache.olingo.commons.api.data.Operation
-
Sets target.
- setTargetNamespace(String) - Method in class org.apache.olingo.commons.api.edmx.EdmxReferenceIncludeAnnotation
-
Set target namespace for this include annotation.
- setTerm(String) - Method in class org.apache.olingo.commons.api.data.Annotation
-
Set term for Annotation.
- setTerm(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlAnnotation
-
Sets the annotated expression
- setTerms(List<CsdlTerm>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Sets terms.
- setThen(CsdlExpression) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIf
- setTimeStarted(long) - Method in class org.apache.olingo.server.api.debug.RuntimeMeasurement
-
Sets the start time.
- setTimeStopped(long) - Method in class org.apache.olingo.server.api.debug.RuntimeMeasurement
-
Sets the stop time.
- setTitle(String) - Method in class org.apache.olingo.client.api.domain.ClientLink.Builder
- setTitle(String) - Method in class org.apache.olingo.client.api.domain.ClientOperation
-
Sets title.
- setTitle(String) - Method in class org.apache.olingo.commons.api.data.Link
-
Sets title.
- setTitle(String) - Method in class org.apache.olingo.commons.api.data.Operation
-
Sets title.
- setTitle(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
A human readable title for this instance
- setTitle(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntitySet
- setTitle(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlFunctionImport
-
A human readable title for this instance
- setTitle(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSingleton
- setType(String) - Method in class org.apache.olingo.commons.api.data.Entity
-
Sets entity type.
- setType(String) - Method in class org.apache.olingo.commons.api.data.Link
-
Sets type.
- setType(String) - Method in class org.apache.olingo.commons.api.data.Valuable
-
Set string representation of type.
- setType(String) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
- setType(String) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
- setType(String) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlRecord
- setType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
Sets type.
- setType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntitySet
- setType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Sets type.
- setType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Sets type.
- setType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets type.
- setType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Sets type.
- setType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSingleton
- setType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTerm
-
Sets type.
- setType(ClientLinkType) - Method in class org.apache.olingo.client.api.domain.ClientLink.Builder
- setType(Operation.Type) - Method in class org.apache.olingo.commons.api.data.Operation
-
Set the Operation type
- setType(EdmPrimitiveTypeKind) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- setType(EdmType) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- setType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
Sets type.
- setType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEntitySet
- setType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
-
Sets type.
- setType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlParameter
-
Sets type.
- setType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets type.
- setType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlReturnType
-
Sets type.
- setType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSingleton
- setTypeDefinitions(List<CsdlTypeDefinition>) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlSchema
-
Sets type definitions.
- setTypeName(String) - Method in class org.apache.olingo.commons.api.data.ComplexValue
-
Set string representation of type.
- setUnderlyingType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
-
Sets underlying type.
- setUnderlyingType(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Sets underlying type.
- setUnderlyingType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumType
-
Sets underlying type.
- setUnderlyingType(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Sets underlying type.
- setUnicode(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlProperty
-
Sets unicode.
- setUnicode(boolean) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlTypeDefinition
-
Sets unicode.
- setURI(URI) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Sets OData request target URI.
- setURI(URI) - Method in class org.apache.olingo.client.api.domain.ClientLink.Builder
- setURI(URI, String) - Method in class org.apache.olingo.client.api.domain.ClientLink.Builder
- setUriInfo(UriInfo) - Method in class org.apache.olingo.server.api.debug.DebugInformation
- setUseChuncked(boolean) - Method in interface org.apache.olingo.client.api.Configuration
-
Sets chunk HTTP encoding enabled or disabled.
- setUseUrlOperationFQN(boolean) - Method in interface org.apache.olingo.client.api.Configuration
-
Sets whether operation name in request URI should be fully qualified name, which is required by OData V4 protocol, but some service may still choose to support shorter name.
- setUseXHTTPMethod(boolean) - Method in interface org.apache.olingo.client.api.Configuration
-
Sets whether PUT, MERGE, PATCH, DELETE HTTP methods need to be translated to POST with additional X-HTTTP-Method header.
- setValue(Object) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue.Builder
- setValue(String) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlAnnotationPath
- setValue(String) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression
-
Sets the value of the constant expression
- setValue(String) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElementReference
- setValue(String) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlNavigationPropertyPath
- setValue(String) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPath
- setValue(String) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyPath
- setValue(String) - Method in class org.apache.olingo.commons.api.edm.provider.CsdlEnumMember
-
Sets value.
- setValue(ValueType, Object) - Method in class org.apache.olingo.commons.api.data.Valuable
-
Set value and value type.
- setValue(CsdlExpression) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlCast
- setValue(CsdlExpression) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlIsOf
- setValue(CsdlExpression) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlLabeledElement
- setValue(CsdlExpression) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlPropertyValue
- setValue(CsdlExpression) - Method in class org.apache.olingo.commons.api.edm.provider.annotation.CsdlUrlRef
- setValue(Sort.Direction) - Method in class org.apache.olingo.ext.proxy.api.Sort
- setX(double) - Method in class org.apache.olingo.commons.api.edm.geo.Point
-
Sets the x coordinate.
- setXHTTPMethod(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Adds X-HTTP-METHOD OData request header.
- setY(double) - Method in class org.apache.olingo.commons.api.edm.geo.Point
-
Sets the y coordinate.
- setZ(double) - Method in class org.apache.olingo.commons.api.edm.geo.Point
-
Sets the z coordinate.
- Single - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- singleton - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceSingleton
URI: http://... - Singleton - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- Singleton - Enum constant in enum org.apache.olingo.server.api.serializer.Kind
-
Singleton
- Singleton - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Give singleton a name.
- SINGLETON - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- size() - Method in interface org.apache.olingo.client.api.domain.ClientCollectionValue
-
Gets collection size.
- size() - Method in interface org.apache.olingo.client.api.domain.ClientComplexValue
-
Gets number of fields.
- size() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- size() - Method in class org.apache.olingo.ext.proxy.commons.TransactionItems
- skip(int) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds skip query option.
- skip(int) - Method in interface org.apache.olingo.ext.proxy.api.CollectionQuery
-
Sets the position of the first result to retrieve ($skip).
- skip(int) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- skip(int) - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- Skip - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents the skip transformation.
- SKIP - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
-
This option specifies a positive integer N that represents the number of entities, counted from the first entity in the EntitySet and ordered as specified by the $orderby option, that the data service should skip when returning the entities in the EntitySet, which is identified by the resource path section of the URI.
- SKIP - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
- SKIP - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- SkipOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents the system query option $skip For example: http://...
- skipToken(String) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds skiptoken query option.
- SKIPTOKEN - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
-
The value of a $skiptoken query option is an opaque token which identifies an index into the collection of entities identified by the URI containing the $skiptoken parameter.
- SKIPTOKEN - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- SkipTokenOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents the system query option $skiptoken For example: http://...
- Sort - Class in org.apache.olingo.ext.proxy.api
-
Sort option for queries.
- Sort(String, Sort.Direction) - Constructor for class org.apache.olingo.ext.proxy.api.Sort
- Sort.Direction - Enum in org.apache.olingo.ext.proxy.api
-
Enumeration for sort directions.
- sortedValues() - Method in class org.apache.olingo.ext.proxy.commons.TransactionItems
- srid - Variable in class org.apache.olingo.commons.api.edm.geo.Geospatial
-
Null value means it is expected to vary per instance.
- srid() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Property
- SRID - Class in org.apache.olingo.commons.api.edm.geo
-
A geometry or geography property MAY define a value for the SRID attribute.
- SRID() - Constructor for class org.apache.olingo.commons.api.edm.geo.SRID
- SRS_URLPREFIX - Static variable in interface org.apache.olingo.commons.api.Constants
- startswith(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- STARTSWITH - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- storeGeneratedPattern() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Property
- StoreGeneratedPattern - Enum in org.apache.olingo.client.api.edm
- Stream - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- streamedPropertyCache - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- streamedPropertyChanges - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- StreamUpdateStreamManager - Interface in org.apache.olingo.client.api.communication.request.streamed
-
Streamed entity payload object.
- String - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- String - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- String - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Type Edm.String
- StructuredCollection<T extends StructuredType<?>,
EC extends Collection<T>, CT extends StructuredCollection<T, EC, ?>> - Interface in org.apache.olingo.ext.proxy.api -
Marker interface for Entity and complex type.
- StructuredCollectionComposableInvoker<CT extends StructuredCollection<?,
?, ?>, O extends Operations> - Interface in org.apache.olingo.ext.proxy.api - StructuredCollectionInvoker<CT extends StructuredCollection<?,
?, ?>> - Interface in org.apache.olingo.ext.proxy.api - StructuredCollectionQuery<CT extends StructuredCollectionQuery<?>> - Interface in org.apache.olingo.ext.proxy.api
- StructuredComposableInvoker<T extends StructuredType<?>,
O extends Operations> - Interface in org.apache.olingo.ext.proxy.api - StructuredComposableInvokerInvocationHandler<T,
O extends Operations> - Class in org.apache.olingo.ext.proxy.commons - StructuredComposableInvokerInvocationHandler(URI, Map<String, ClientValue>, Operation, EdmOperation, Type[], EdmTypeInfo, AbstractService<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.StructuredComposableInvokerInvocationHandler
- StructuredInvoker<T extends StructuredType<?>> - Interface in org.apache.olingo.ext.proxy.api
- StructuredQuery<T extends CommonQuery> - Interface in org.apache.olingo.ext.proxy.api
- StructuredType<T> - Interface in org.apache.olingo.ext.proxy.api
-
Marker interface for Entity and complex type.
- sub(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- SUB - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
-
Subtraction operator
- substring(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- substring(FilterArg, FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- SUBSTRING - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- SUBSTRINGOF - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- suffix(ContextURL.Suffix) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
-
Set the suffix.
- SUM - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.apply.AggregateExpression.StandardMethod
- SWITCHING_PROTOCOLS - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- 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
-
Defines the supported system query options.
T
- targetContainer() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.NavigationProperty
- targetEntitySet() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.NavigationProperty
- targetEntitySetURI - Variable in class org.apache.olingo.ext.proxy.commons.AbstractEntityCollectionInvocationHandler
- targetRef - Variable in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- targetSchema() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.NavigationProperty
- TargetType - Enum in org.apache.olingo.commons.api.edm
- TE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See RFC 7230.
- TEMPORARY_REDIRECT - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- Term - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- Term - Enum constant in enum org.apache.olingo.server.api.serializer.Kind
-
Term
- Term - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
-
Mark POJO as term.
- TEXT_HTML - Static variable in class org.apache.olingo.commons.api.format.ContentType
- TEXT_PLAIN - Static variable in class org.apache.olingo.commons.api.format.ContentType
- TEXT_XML - Static variable in class org.apache.olingo.commons.api.format.ContentType
- time(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- TIME - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- TimeOfDay - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- TimeOfDay - Enum constant in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
- TimeOfDay - Enum constant in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Type Edm.TimeOfDay
- title - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
The human readable title.
- toArray() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- toArray(U[]) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- toByteArray() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
-
Gets byte array representation of the full request header.
- toCastValue(Class<T>) - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue
-
Returns the current value casted to the given type.
- toContentTypeString() - Method in class org.apache.olingo.commons.api.format.ContentType
-
Gets
ContentType
as string as defined in RFC 7231, chapter 3.1.1.1: Media Type. - toDelta(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ClientODataDeserializer
-
Gets a delta object from the given InputStream.
- toEntity(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ODataDeserializer
-
Gets an entity object from the given InputStream.
- toEntitySet(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ODataDeserializer
-
Gets an entity set object from the given InputStream.
- toError(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ODataDeserializer
-
Gets the ODataError object represented by the given InputStream.
- tolower(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- TOLOWER - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- toMetadata(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ClientODataDeserializer
- TOOL_DIR - Static variable in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- top(int) - Method in interface org.apache.olingo.client.api.uri.URIBuilder
-
Adds top query option.
- top(int) - Method in interface org.apache.olingo.ext.proxy.api.CollectionQuery
-
Sets the maximum number of results to retrieve ($top).
- top(int) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- top(int) - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
- Top - Interface in org.apache.olingo.server.api.uri.queryoption.apply
-
Represents the top transformation.
- TOP - Enum constant in enum org.apache.olingo.client.api.uri.QueryOption
-
This option specifies a positive integer N that is the maximum number of entities in the EntitySet, identified by the resource path section of the URI, that the data service MUST return.
- TOP - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
- TOP - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
- TOP_COUNT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.apply.BottomTop.Method
- TOP_PERCENT - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.apply.BottomTop.Method
- TOP_SUM - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.apply.BottomTop.Method
- TopOption - Interface in org.apache.olingo.server.api.uri.queryoption
-
Represents the system query option $top For example: http://...
- toProperty(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ODataDeserializer
-
Gets a property object from the given InputStream.
- toServiceDocument(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ClientODataDeserializer
-
Gets the ServiceDocument object represented by the given InputStream.
- toString() - Method in class org.apache.olingo.client.api.domain.AbstractClientPayload
- toString() - Method in class org.apache.olingo.client.api.domain.AbstractClientValue
- toString() - Method in interface org.apache.olingo.client.api.domain.ClientEnumValue
- toString() - Method in class org.apache.olingo.client.api.domain.ClientInlineEntity
- toString() - Method in class org.apache.olingo.client.api.domain.ClientInlineEntitySet
- toString() - Method in class org.apache.olingo.client.api.domain.ClientItem
- toString() - Method in enum org.apache.olingo.client.api.domain.ClientLinkType
- toString() - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue
-
Serialize the current value as String.
- toString() - Method in enum org.apache.olingo.client.api.uri.QueryOption
- toString() - Method in class org.apache.olingo.commons.api.data.Annotation
- toString() - Method in class org.apache.olingo.commons.api.data.ComplexValue
- toString() - Method in class org.apache.olingo.commons.api.data.Entity
- toString() - Method in class org.apache.olingo.commons.api.data.EntityCollection
- toString() - Method in class org.apache.olingo.commons.api.data.Parameter
- toString() - Method in class org.apache.olingo.commons.api.data.Property
- toString() - Method in class org.apache.olingo.commons.api.data.Valuable
- toString() - Method in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
- toString() - Method in class org.apache.olingo.commons.api.edm.FullQualifiedName
- toString() - Method in class org.apache.olingo.commons.api.edm.geo.ComposedGeospatial
- toString() - Method in class org.apache.olingo.commons.api.edm.geo.Point
- toString() - Method in class org.apache.olingo.commons.api.edm.geo.SRID
- toString() - Method in class org.apache.olingo.commons.api.format.AcceptCharset
- toString() - Method in class org.apache.olingo.commons.api.format.AcceptType
- toString() - Method in class org.apache.olingo.commons.api.format.ContentType
- toString() - Method in enum org.apache.olingo.commons.api.format.PreferenceName
- toString() - Method in enum org.apache.olingo.commons.api.http.HttpStatusCode
-
The status code info is the readable form of the status code.
- toString() - Method in class org.apache.olingo.ext.proxy.api.AbstractEntityKey
- toString() - Method in enum org.apache.olingo.ext.proxy.api.Sort.Direction
- toString() - Method in class org.apache.olingo.ext.proxy.commons.AnnotatationsInvocationHandler
- toString() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- toString() - Method in class org.apache.olingo.ext.proxy.context.EntityLinkDesc
- toString() - Method in class org.apache.olingo.ext.proxy.context.EntityUUID
- toString() - Method in class org.apache.olingo.server.api.debug.RuntimeMeasurement
- toString() - Method in exception org.apache.olingo.server.api.ODataLibraryException
- toString() - Method in class org.apache.olingo.server.api.prefer.PreferencesApplied
- 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.SystemQueryOptionKind
- toString() - Method in interface org.apache.olingo.server.api.uri.UriResource
- toString(boolean) - Method in interface org.apache.olingo.server.api.uri.UriResourcePartTyped
- totaloffsetminutes(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- TOTALOFFSETMINUTES - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- totalseconds(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- TOTALSECONDS - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- toupper(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- TOUPPER - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- toUriLiteral(String) - Method in interface org.apache.olingo.commons.api.edm.EdmPrimitiveType
-
Converts default literal representation to URI literal representation.
- toValue() - Method in interface org.apache.olingo.client.api.domain.ClientPrimitiveValue
-
Returns the current value as generic Object.
- toValueString() - Method in class org.apache.olingo.server.api.prefer.PreferencesApplied
-
Returns a string representation that can be used as value of a Preference-Applied HTTP response header.
- TRACK_CHANGES - Enum constant in enum org.apache.olingo.commons.api.format.PreferenceName
- TRACK_CHANGES_PREF - Enum constant in enum org.apache.olingo.commons.api.format.PreferenceName
- trackChanges() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
-
The odata.track-changes preference is used to request that the service return a delta link that can subsequently be used to obtain changes (deltas) to this result.
- trackChanges() - Method in class org.apache.olingo.server.api.prefer.PreferencesApplied.Builder
-
Sets
odata.track-changes
. - TransactionalPersistenceManagerImpl - Class in org.apache.olingo.ext.proxy.commons
-
PersistenceManager
implementation using OData batch requests to implement high-level user transactions: all read-write operations will be packed in a batch request to the OData service when calling flush(). - TransactionalPersistenceManagerImpl(AbstractService<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.TransactionalPersistenceManagerImpl
- TransactionItems - Class in org.apache.olingo.ext.proxy.commons
- TransactionItems() - Constructor for class org.apache.olingo.ext.proxy.commons.TransactionItems
- trim(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- TRIM - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
- type - Variable in class org.apache.olingo.commons.api.edm.geo.Geospatial
- type - Variable in class org.apache.olingo.commons.api.edm.provider.CsdlBindingTarget
-
The Type.
- type - Variable in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
- type() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty
- type() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty
- type() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.NavigationProperty
- type() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Operation
-
Operation type, function or action.
- type() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Parameter
- type() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Property
- type() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Term
- type(EdmType) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
-
Set the edm entity type.
- TYPE_SUB_PKG - Static variable in class org.apache.olingo.ext.pojogen.AbstractUtility
- TypeDefinition - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- TypeLiteral - Interface in org.apache.olingo.server.api.uri.queryoption.expression
-
Represents a type literal expression in the expression tree
- typeRef - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
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 inUnaryOperatorKind
- 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 - UNAUTHORIZED - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- UNBOUND_ACTION - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- UNBOUND_OPERATION - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- uncapitalize(String) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
- underlyingType() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.EnumType
- UNEXPECTED_CONTENT_TYPE - Enum constant in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.MessageKeys
-
parameters: line, expected content type, actual content type
- unicode() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Property
- 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.
- UNKNOWN_CONTENT - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
-
parameter: keyName
- UNKNOWN_PRIMITIVE_TYPE - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
-
parameters: primitiveTypeName, propertyName
- UNKNOWN_TYPE - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
- UNSUPPORTED_ENCODING - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
-
parameter: encoding-name
- UNSUPPORTED_FORMAT - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
-
parameter: format
- UNSUPPORTED_FORMAT - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
-
parameter: format
- UNSUPPORTED_MEDIA_TYPE - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- UNSUPPORTED_OPERATION_TYPE - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
- UNSUPPORTED_PROPERTY_TYPE - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
-
parameter: property name
- 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.
- updateEntityUUID(URI, Class<?>, ClientEntity) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- 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.
- updatePrimitiveValue(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.PrimitiveValueProcessor
-
Update primitive-type instance with sent raw 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.
- UpdateType - Enum in org.apache.olingo.client.api.communication.request.cud
-
Update type.
- updateUUID(URI, Class<?>, Object) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- uploadStream(EdmStreamValue) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
- uri - Variable in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
- uri - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
- URI_TOO_LONG - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- URIBuilder - Interface in org.apache.olingo.client.api.uri
- URIFilter - Interface in org.apache.olingo.client.api.uri
-
Interface for any available filter; obtain instances via FilterFactory.
- 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://... - UriInfoBatch - Interface in org.apache.olingo.server.api.uri
-
Used for URI info kind
UriInfoKind.batch
to describe URIs like http://... - UriInfoCrossjoin - Interface in org.apache.olingo.server.api.uri
-
Used for URI info kind
UriInfoKind.crossjoin
to describe URIs like http://... - UriInfoEntityId - Interface in org.apache.olingo.server.api.uri
-
Used for URI info kind
UriInfoKind.entityId
to describe URIs like http://... - 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://... - UriInfoResource - Interface in org.apache.olingo.server.api.uri
-
Used for URI info kind
UriInfoKind.resource
to describe URIs like E.g. http://... - UriInfoService - Interface in org.apache.olingo.server.api.uri
-
Used for URI info kind
UriInfoKind.service
to describe URIs like http://... - UriParameter - Interface in org.apache.olingo.server.api.uri
-
Represents a 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://...
- UriResourceComplexProperty - Interface in org.apache.olingo.server.api.uri
-
Used to describe an complex property used within an resource path E.g. http://...
- UriResourceCount - Interface in org.apache.olingo.server.api.uri
-
Used to describe an $count used within an resource path For example: http://...
- UriResourceEntitySet - Interface in org.apache.olingo.server.api.uri
-
Used to describe an entity set used within an resource path For example: http://...
- 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://...
- 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://...
- UriResourceLambdaAny - Interface in org.apache.olingo.server.api.uri
-
Used to describe an any lambda expression used within an resource path For example: http://...
- UriResourceLambdaVariable - Interface in org.apache.olingo.server.api.uri
-
Used to describe an lambda variable used within an resource path For example: http://...
- UriResourceNavigation - Interface in org.apache.olingo.server.api.uri
-
Used to describe an navigation property used within an resource path For example: http://...
- 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://...
- 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://...
- 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://...
- UriResourceValue - Interface in org.apache.olingo.server.api.uri
-
Used to describe an $value used within an resource path For example: http://...
- URISearch - Interface in org.apache.olingo.client.api.uri
-
Interface for $search; obtain instances via SearchFactory.
- UrlRef - Enum constant in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
- URLRef - Enum constant in enum org.apache.olingo.commons.api.edm.TargetType
- USE_PROXY - Enum constant in enum org.apache.olingo.commons.api.http.HttpStatusCode
- USER_AGENT - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.43">HTTP/1.1 documentation}.
- UTF8 - Static variable in interface org.apache.olingo.commons.api.Constants
- utility - Variable in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
V
- V10 - Enum constant in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
-
OData Version 1.0
- V20 - Enum constant in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
-
OData Version 2.0
- V30 - Enum constant in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
-
OData Version 3.0
- V40 - Enum constant in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
-
OData Version 4.0
- V401 - Enum constant in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
-
OData Version 4.01
- V4POJOGenMojo - Class in org.apache.olingo.ext.pojogen
-
POJOs generator.
- V4POJOGenMojo() - Constructor for class org.apache.olingo.ext.pojogen.V4POJOGenMojo
- V4Utility - Class in org.apache.olingo.ext.pojogen
- V4Utility(Edm, EdmSchema, String) - Constructor for class org.apache.olingo.ext.pojogen.V4Utility
- validate(String, Boolean, Integer, Integer, Integer, Boolean) - Method in interface org.apache.olingo.commons.api.edm.EdmPrimitiveType
-
Validates literal value.
- validateDataServiceVersion(String) - Static method in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
-
Validates format and range of a data service version string.
- validateDecimals(String, Boolean, Integer, Integer, String, Boolean) - Method in interface org.apache.olingo.commons.api.edm.EdmPrimitiveType
-
Validates literal value for Decimal values in V4.01
- validateMetadata(XMLMetadata) - Method in interface org.apache.olingo.client.api.serialization.ODataMetadataValidation
-
This method validates the metadata based on the XMLMetadata provided
- validateMetadata(Edm) - Method in interface org.apache.olingo.client.api.serialization.ODataMetadataValidation
-
This method validates the metadata based on the Edm provided
- Valuable - Class in org.apache.olingo.commons.api.data
-
Defines a value with an according type.
- Valuable() - Constructor for class org.apache.olingo.commons.api.data.Valuable
- value - Enum constant in enum org.apache.olingo.server.api.uri.UriResourceKind
-
Class:
UriResourceValue
URI: http://... - value() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.CollectionRef
- value() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.KeyClass
- value() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.KeyRef
- value() - Element in annotation type org.apache.olingo.ext.proxy.api.annotations.Namespace
- VALUE - Enum constant in enum org.apache.olingo.client.api.uri.SegmentType
- VALUE - Enum constant in enum org.apache.olingo.server.api.serializer.RepresentationType
-
textual raw value of a primitive-type instance (except binary)
- VALUE - Static variable in interface org.apache.olingo.commons.api.Constants
- VALUE_ARRAY_NOT_PRESENT - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
- VALUE_ODATA_METADATA_FULL - Static variable in class org.apache.olingo.commons.api.format.ContentType
- VALUE_ODATA_METADATA_MINIMAL - Static variable in class org.apache.olingo.commons.api.format.ContentType
- VALUE_ODATA_METADATA_NONE - Static variable in class org.apache.olingo.commons.api.format.ContentType
- VALUE_TAG_MUST_BE_AN_ARRAY - Enum constant in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
- valueOf(String) - Static method in enum org.apache.olingo.client.api.communication.request.cud.UpdateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.client.api.domain.ClientDeletedEntity.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.client.api.domain.ClientLinkType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.client.api.edm.StoreGeneratedPattern
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.client.api.uri.QueryOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.client.api.uri.SegmentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.data.ContextURL.Suffix
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.data.DeletedEntity.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.data.Operation.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.data.PropertyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.data.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.edm.constants.EdmOnDelete
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.edm.constants.EdmTypeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.edm.geo.Geospatial.Dimension
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.edm.geo.Geospatial.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.apache.olingo.commons.api.edm.geo.SRID
-
Creates a new SRID instance from a given value.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.edm.provider.CsdlOnDeleteAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.edm.TargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.format.PreferenceName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.http.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.commons.api.http.HttpStatusCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.ext.proxy.api.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.ext.proxy.api.Sort.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.ext.proxy.context.AttachedEntityStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException.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.etag.PreconditionException.MessageKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.server.api.prefer.Preferences.Return
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.server.api.serializer.BatchSerializerException.MessageKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.server.api.serializer.Kind
-
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.apply.AggregateExpression.StandardMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.apply.BottomTop.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.ApplyItem.Kind
-
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.
- valueOfFQN(String) - Static method in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
-
Gets the
EdmPrimitiveTypeKind
from a full type expression (likeEdm.Int32
). - valueOfFQN(FullQualifiedName) - Static method in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
-
Gets the
EdmPrimitiveTypeKind
from a full-qualified type name. - valueOfString(String, Boolean, Integer, Integer, Integer, Boolean, Class<T>) - Method in interface org.apache.olingo.commons.api.edm.EdmPrimitiveType
-
Converts literal representation of value to system data type.
- values() - Static method in enum org.apache.olingo.client.api.communication.request.cud.UpdateType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.client.api.domain.ClientDeletedEntity.Reason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.client.api.domain.ClientLinkType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.client.api.edm.StoreGeneratedPattern
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.client.api.uri.QueryOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.client.api.uri.SegmentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.data.ContextURL.Suffix
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.data.DeletedEntity.Reason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.data.Operation.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.commons.api.data.PropertyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.data.ValueType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.edm.annotation.EdmExpression.EdmExpressionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.edm.constants.EdmOnDelete
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.edm.constants.EdmTypeKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.edm.geo.Geospatial.Dimension
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.edm.geo.Geospatial.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.commons.api.edm.provider.annotation.CsdlConstantExpression.ConstantExpressionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.edm.provider.annotation.CsdlLogicalOrComparisonExpression.LogicalOrComparisonExpressionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.edm.provider.CsdlOnDeleteAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.edm.TargetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.format.PreferenceName
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.commons.api.http.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.commons.api.http.HttpStatusCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.ext.proxy.api.OperationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.ext.proxy.api.Sort.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.olingo.ext.proxy.context.AttachedEntityStatus
-
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.batch.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.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.etag.PreconditionException.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.prefer.Preferences.Return
-
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.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.serializer.Kind
-
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.apply.AggregateExpression.StandardMethod
-
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.apply.BottomTop.Method
-
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.ApplyItem.Kind
-
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.
- valueToString(Object, Boolean, Integer, Integer, Integer, Boolean) - Method in interface org.apache.olingo.commons.api.edm.EdmPrimitiveType
-
Converts system data type to literal representation of value.
- ValueType - Enum in org.apache.olingo.commons.api.data
-
Defines the type of a value (see Valuable).
- VARY - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.44">HTTP/1.1 documentation}.
- 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, List<T>) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
-
Called for each traversed
Binary
expression - visitBinaryOperator(BinaryOperatorKind, T, T) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
-
Called for each traversed
Binary
expression - visitComputeAggregate(AggregateExpression) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
-
Called for each traversed
AggregateExpression
- 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(Literal) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
-
Called for each traversed
Literal
expression - visitMember(Member) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
-
Called for each traversed
Member
expression - visitMethodCall(MethodKind, List<T>) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
-
Called for each traversed
Method
expression - visitTypeLiteral(EdmType) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
-
Called for each traversed
TypeLiteral
expression - visitUnaryOperator(UnaryOperatorKind, T) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
-
Called for each traversed
Unary
expression
W
- wait(int) - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
-
The wait preference, as defined in [HTTP-Prefer], is used to establish an upper bound on the length of time, in seconds, the client is prepared to wait for the service to process the request synchronously once it has been received.
- wait(int) - Method in interface org.apache.olingo.client.api.communication.request.AsyncRequestWrapper
-
Add wait http header.
- WAIT - Enum constant in enum org.apache.olingo.commons.api.format.PreferenceName
- waitPreference(Integer) - Method in class org.apache.olingo.server.api.prefer.PreferencesApplied.Builder
-
Sets the value of the applied preference
wait
. - with() - Static method in class org.apache.olingo.commons.api.data.ContextURL
-
Start building a ContextURL instance.
- with() - Static method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions
-
Creates a new BatchOptions builder.
- with() - Static method in class org.apache.olingo.server.api.prefer.PreferencesApplied
-
Initializes the builder.
- with() - Static method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions
-
Initializes the options builder.
- with() - Static method in class org.apache.olingo.server.api.serializer.EdmAssistedSerializerOptions
-
Initializes the options builder.
- with() - Static method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
-
Initializes the options builder.
- with() - Static method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions
-
Initializes the options builder.
- with() - Static method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
-
Initializes the options builder.
- with() - Static method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
-
Initializes the options builder.
- with() - Static method in class org.apache.olingo.server.api.serializer.ReferenceCollectionSerializerOptions
-
Initializes the options builder.
- with() - Static method in class org.apache.olingo.server.api.serializer.ReferenceSerializerOptions
-
Initializes the options builder.
- with(String) - Static method in class org.apache.olingo.client.api.ODataClientBuilder
-
Initiate the builder for an EdmEnabledODataClient.
- WrappingHttpClientFactory - Interface in org.apache.olingo.client.api.http
- write(OutputStream) - Method in interface org.apache.olingo.server.api.ODataContent
-
Write the available content into the given
OutputStream
. - write(Writer, ResWrap<T>) - Method in interface org.apache.olingo.client.api.serialization.ODataSerializer
- write(Writer, T) - Method in interface org.apache.olingo.client.api.serialization.ODataSerializer
- write(WritableByteChannel) - Method in interface org.apache.olingo.server.api.ODataContent
-
Write the available content into the given
WritableByteChannel
. - writeContentErrorCallback(ODataContentWriteErrorCallback) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
-
Set the callback which is used in case of an exception during write of the content.
- writeEntities(Collection<ClientEntity>, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
-
Writes a collection of OData entities.
- writeEntity(ClientEntity, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
-
Serializes a single OData entity.
- writeFile(String, File, VelocityContext, Template, boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
- writeLink(ClientLink, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
-
Writes an OData link.
- writeOnlyReferences(boolean) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
-
Sets to serialize only references
- writeOnlyReferences(boolean) - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions.Builder
-
Sets to serialize only references
- writeProperty(ClientProperty, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
-
Writes a single OData entity property.
- writeReference(ResWrap<URI>, ContentType) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
-
Writes a entity reference
- WRONG_BASE_TYPE - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
- WRONG_PRIMITIVE_VALUE - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
-
parameters: primitive-type name, value
- WRONG_PROPERTY_VALUE - Enum constant in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
-
parameters: property name, property value
- WWW_AUTHENTICATE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.47">HTTP/1.1 documentation}.
X
- X_HTTP_METHOD - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
Non standard header.
- X_HTTP_METHOD_OVERRIDE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
-
Non standard header.
- xml10InvalidCharReplacement() - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions
-
Gets the replacement string for unicode characters, that is not allowed in XML 1.0
- xml10InvalidCharReplacement() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
-
Gets the replacement string for unicode characters, that is not allowed in XML 1.0
- xml10InvalidCharReplacement() - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions
-
Gets the replacement string for unicode characters, that is not allowed in XML 1.0
- xml10InvalidCharReplacement() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
-
Gets the replacement string for unicode characters, that is not allowed in XML 1.0
- xml10InvalidCharReplacement() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
-
Gets the replacement string for unicode characters, that is not allowed in XML 1.0
- xml10InvalidCharReplacement(String) - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions.Builder
-
set the replacement string for xml 1.0 unicode controlled characters that are not allowed
- xml10InvalidCharReplacement(String) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
-
set the replacement String for xml 1.0 unicode controlled characters that are not allowed
- xml10InvalidCharReplacement(String) - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions.Builder
-
set the replacement string for xml 1.0 unicode controlled characters that are not allowed
- xml10InvalidCharReplacement(String) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
-
set the replacement string for xml 1.0 unicode controlled characters that are not allowed
- xml10InvalidCharReplacement(String) - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
-
set the replacement string for xml 1.0 unicode controlled characters that are not allowed
- XMLMetadata - Interface in org.apache.olingo.client.api.edm.xml
-
Entry point for access information about EDM metadata.
- XMLMetadataRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve
-
This class implements an XML metadata request.
Y
- year(FilterArg) - Method in interface org.apache.olingo.client.api.uri.FilterArgFactory
- YEAR - Enum constant in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form