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

A

AbstractCollectionInvocationHandler<T extends Serializable,EC extends Collection<T>> - Class in org.apache.olingo.ext.proxy.commons
 
AbstractCollectionInvocationHandler(AbstractService<?>, Collection<T>, Class<T>, CommonURIBuilder<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
 
AbstractEntityCollectionInvocationHandler<T extends EntityType<?>,EC extends EntityCollection<T,?,?>> - Class in org.apache.olingo.ext.proxy.commons
 
AbstractEntityCollectionInvocationHandler(Class<?>, AbstractService<?>, CommonURIBuilder<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.AbstractEntityCollectionInvocationHandler
 
AbstractEntityCollectionInvocationHandler(Class<? extends EntityCollection<T, ?, ?>>, AbstractService<?>, URI, CommonURIBuilder<?>) - 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.
AbstractODataPayload - Class in org.apache.olingo.commons.api.domain
OData entity.
AbstractODataPayload(String) - Constructor for class org.apache.olingo.commons.api.domain.AbstractODataPayload
 
AbstractODataValue - Class in org.apache.olingo.commons.api.domain
Abstract representation of an OData entity property value.
AbstractODataValue(String) - Constructor for class org.apache.olingo.commons.api.domain.AbstractODataValue
 
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 CommonEdmEnabledODataClient<?>> - 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<?>, AbstractService<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
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
 
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 - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
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_CHARSET - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
ACCEPT_ENCODING - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
ACCEPT_LANGUAGE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
AcceptType - Class in org.apache.olingo.commons.api.format
Internally used AcceptType for OData library.
Action - Interface in org.apache.olingo.client.api.edm.xml.v4
 
Action - Class in org.apache.olingo.server.api.edm.provider
 
Action() - Constructor for class org.apache.olingo.server.api.edm.provider.Action
 
ActionComplexCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an action import request which has a return type of ComplexCollection.
ActionComplexProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an action import request which has a return type of Complex.
ActionEntityCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an action import request which has a return type of Entity Collection.
ActionEntityProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an action import request which has a return type of Entity.
ActionImport - Interface in org.apache.olingo.client.api.edm.xml.v4
 
ActionImport - Class in org.apache.olingo.server.api.edm.provider
 
ActionImport() - Constructor for class org.apache.olingo.server.api.edm.provider.ActionImport
 
ActionPrimitiveCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an action import request which has a return type of Primitive Collection.
ActionPrimitiveProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an action import request which has a return type of Primitive.
ActionProvider - Class in org.apache.olingo.server.tecsvc.provider
 
ActionProvider() - Constructor for class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
add(CommonODataEntity, CommonODataProperty) - Method in interface org.apache.olingo.client.api.serialization.CommonODataBinder
Adds the given property to the given entity.
add(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
add(ODataValue) - Method in interface org.apache.olingo.commons.api.domain.ODataCollectionValue
Adds a value to the collection.
add(OP) - Method in interface org.apache.olingo.commons.api.domain.ODataComplexValue
Adds field to the complex type.
add(T) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
 
add(T) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
 
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(CommonEdmEnabledODataClient<?>, Map<Class<? extends AbstractTerm>, Object>, ODataAnnotatable) - 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.batch.BatchManager
Gets a changeset batch item instance.
addChangeset() - Method in interface org.apache.olingo.client.api.communication.request.v4.AsyncBatchRequestWrapper
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.
addCustomHeader(HeaderName, String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Adds a custom OData request header.
addFurtherDeletes(URI) - Method in class org.apache.olingo.ext.proxy.context.EntityContext
 
addHeader(String, List<String>) - Method in class org.apache.olingo.server.api.ODataRequest
Adds a header to the request.
addInclude(EdmxReferenceInclude) - Method in class org.apache.olingo.server.api.edmx.EdmxReference
Add include element to current list.
addIncludeAnnotation(EdmxReferenceIncludeAnnotation) - Method in class org.apache.olingo.server.api.edmx.EdmxReference
Add include annotation element to current list.
addLink(URI) - Method in class org.apache.olingo.client.api.domain.v3.ODataLinkCollection
Adds link to the collection.
addLink(ODataLink) - Method in interface org.apache.olingo.commons.api.domain.ODataLinked
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.v4.AsyncBatchRequestWrapper
Adds an outside change batch item instance.
addParameterAlias(String, String) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Adds the specified (custom) parameter alias to the URI.
addProperties(CommonEdmEnabledODataClient<?>, Map<String, Object>, CommonODataEntity) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
 
addProperties(CommonEdmEnabledODataClient<?>, Map<String, Object>, ODataComplexValue<CommonODataProperty>) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
 
addProperty(Property) - Method in interface 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(QueryOption, String) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Adds the specified query option to the URI.
addQueryOption(String, String, boolean) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Adds/Replaces the specified (custom) 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.v4.AsyncBatchRequestWrapper
Adds a retrieve batch item instance.
AIRT_COLL_CT_TWO_PRIM_PARAM - Static variable in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
AIRT_COLL_ES_ALL_PRIM_PARAM - Static variable in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
AIRT_COLL_ET_KEY_NAV_PARAM - Static variable in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
AIRT_COLL_STRING_TWO_PARAM - Static variable in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
AIRT_STRING - Static variable in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
AIRTCT_TWO_PRIM_PARAM - Static variable in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
AIRTES_ALL_PRIM_PARAM - Static variable in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
AIRTET_TWO_KEY_TWO_PRIM_PARAM - Static variable in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
Alias - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents an alias expression node in the expression tree
A alias expression node is inserted in the expression tree for any valid alias
E.g.
AliasInfo - Class in org.apache.olingo.server.api.edm.provider
 
AliasInfo() - Constructor for class org.apache.olingo.server.api.edm.provider.AliasInfo
 
AliasQueryOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents an alias value defined as query option For example: http://.../?filter=@value eq name&@value='test'
all(FilterArg, URIFilter) - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
allEntityTypes - Variable in class org.apache.olingo.ext.pojogen.AbstractUtility
 
ALLOW - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
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).
and(URIFilter, URIFilter) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
and(URISearch, URISearch) - Method in interface org.apache.olingo.client.api.uri.v4.SearchFactory
 
Annotatable - Interface in org.apache.olingo.client.api.edm.xml.v4
 
Annotatable - Interface in org.apache.olingo.commons.api.data
An element with instance annotations.
Annotatable - Interface in org.apache.olingo.ext.proxy.api
 
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 - Interface in org.apache.olingo.client.api.edm.xml.v4
 
ANNOTATION - Static variable in interface org.apache.olingo.commons.api.Constants
 
Annotation - Interface in org.apache.olingo.commons.api.data
Represents an instance annotation.
Annotation - Class in org.apache.olingo.server.api.edm.provider
 
Annotation() - Constructor for class org.apache.olingo.server.api.edm.provider.Annotation
 
AnnotationExpression - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
AnnotationPath - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
Annotations - Interface in org.apache.olingo.client.api.edm.xml.v3
 
Annotations - Interface in org.apache.olingo.client.api.edm.xml.v4
 
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, URIFilter) - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
appendAllSegment() - Method in interface org.apache.olingo.client.api.uri.v4.URIBuilder
Appends all segment to the URI.
appendBatchSegment() - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Appends batch segment to the URI.
appendCrossjoinSegment(String...) - Method in interface org.apache.olingo.client.api.uri.v4.URIBuilder
Appends cross join segment to the URI.
appendDerivedEntityTypeSegment(String) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Appends derived entity type segment to the URI.
appendEntityIdSegment(String) - Method in interface org.apache.olingo.client.api.uri.v4.URIBuilder
Appends entity-id segment to the URI.
appendEntitySetSegment(String) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Appends EntitySet segment to the URI.
appendKeySegment(Object) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Appends key segment to the URI.
appendKeySegment(Map<String, Object>) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Appends key segment to the URI, for multiple keys.
appendKeySegment(EdmEnumType, String) - Method in interface org.apache.olingo.client.api.uri.v4.URIBuilder
Appends enum key segment to the URI.
appendKeySegment(Map<String, Pair<EdmEnumType, String>>, Map<String, Object>) - Method in interface org.apache.olingo.client.api.uri.v4.URIBuilder
Appends key segment to the URI, for multiple keys.
appendLinksSegment(String) - Method in interface org.apache.olingo.client.api.uri.v3.URIBuilder
Appends links segment to the URI.
appendMetadataSegment() - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Appends metadata segment to the URI.
appendNavigationSegment(String) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Appends navigation segment to the URI.
appendOperationCallSegment(String) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Appends operation (action or function) segment to the URI.
appendPropertySegment(String) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Appends property segment to the URI.
appendRefSegment() - Method in interface org.apache.olingo.client.api.uri.v4.URIBuilder
Appends ref segment to the URI.
appendSingletonSegment(String) - Method in interface org.apache.olingo.client.api.uri.v4.URIBuilder
Appends Singleton segment to the URI.
appendValueSegment() - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Appends value segment to the URI.
APPLICATION_ATOM_SVC - Static variable in class org.apache.olingo.commons.api.format.ContentType
 
APPLICATION_ATOM_SVC - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_ATOM_SVC_UTF8 - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_ATOM_XML - Static variable in class org.apache.olingo.commons.api.format.ContentType
 
APPLICATION_ATOM_XML - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_ATOM_XML_ENTRY - Static variable in class org.apache.olingo.commons.api.format.ContentType
 
APPLICATION_ATOM_XML_ENTRY - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_ATOM_XML_ENTRY_UTF8 - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_ATOM_XML_FEED - Static variable in class org.apache.olingo.commons.api.format.ContentType
 
APPLICATION_ATOM_XML_FEED - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_ATOM_XML_FEED_UTF8 - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_ATOM_XML_UTF8 - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_FORM_URLENCODED - Static variable in class org.apache.olingo.commons.api.format.ContentType
 
APPLICATION_HTTP - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_JSON - Static variable in class org.apache.olingo.commons.api.format.ContentType
 
APPLICATION_JSON - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_JSON_UTF8 - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_JSON_UTF8_VERBOSE - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_JSON_VERBOSE - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_OCTET_STREAM - Static variable in class org.apache.olingo.commons.api.format.ContentType
 
APPLICATION_OCTET_STREAM - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
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
 
APPLICATION_XML - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
APPLICATION_XML_UTF8 - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
Apply - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
asAnd() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asAnnotationPath() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asAnnotationPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asApply() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asApply() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asCast() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asCast() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asCollection() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asCollection() - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
 
asCollection() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
asCollection() - Method in class org.apache.olingo.commons.api.domain.AbstractODataValue
Casts to collection value.
asCollection() - Method in interface org.apache.olingo.commons.api.domain.ODataValue
Casts to collection value.
asCollection() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asComplex() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
asComplex() - Method in class org.apache.olingo.commons.api.domain.AbstractODataValue
Casts to complex value.
asComplex() - Method in interface org.apache.olingo.commons.api.domain.ODataValue
Casts to complex value.
asConstant() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.AnnotationExpression
 
asConstant() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmAnnotationExpression
 
asDynamic() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.AnnotationExpression
 
asDynamic() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmAnnotationExpression
 
asEnum() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
asEnum() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValue
Casts to enum value.
asEq() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asGe() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asGeospatial() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
asGt() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asIf() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asIf() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asInlineEntity() - Method in class org.apache.olingo.commons.api.domain.ODataLink
 
asInlineEntitySet() - Method in class org.apache.olingo.commons.api.domain.ODataLink
 
asIsOf() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asIsOf() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asJavaCollection() - Method in interface org.apache.olingo.commons.api.domain.ODataCollectionValue
Converts this instance as POJO collection.
asJavaMap() - Method in interface org.apache.olingo.commons.api.domain.ODataComplexValue
Converts this instance as POJO collection.
asLabeledElement() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asLabeledElement() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asLabeledElementReference() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asLabeledElementReference() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asLe() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asLinkedComplex() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
asLinkedComplex() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValue
Casts to complex value with link information (if available).
asLt() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asNavigationPropertyPath() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asNavigationPropertyPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asNe() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asNot() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asNot() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asNull() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asNull() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asOr() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asPath() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asPrimitive() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
asPrimitive() - Method in class org.apache.olingo.commons.api.domain.AbstractODataValue
Casts to primitive value.
asPrimitive() - Method in interface org.apache.olingo.commons.api.domain.ODataValue
Casts to primitive value.
asPropertyPath() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asPropertyPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asPropertyValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asPropertyValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
asRecord() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asRecord() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
Association - Interface in org.apache.olingo.client.api.edm.xml.v3
 
AssociationEnd - Interface in org.apache.olingo.client.api.edm.xml.v3
 
AssociationSet - Interface in org.apache.olingo.client.api.edm.xml.v3
 
AssociationSetEnd - Interface in org.apache.olingo.client.api.edm.xml.v3
 
asTwoParamsOp() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asUriInfoAll() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoBatch() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoCrossjoin() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoEntityId() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoMetadata() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoResource() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUriInfoService() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
asUrlRef() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
asUrlRef() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
AsyncBatchRequestWrapper - Interface in org.apache.olingo.client.api.communication.request.v4
 
asyncDelete() - Method in interface org.apache.olingo.client.api.communication.response.v4.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.v4
 
AsyncRequestWrapper<R extends ODataResponse> - Interface in org.apache.olingo.client.api.communication.request.v4
 
AsyncResponse - Interface in org.apache.olingo.client.api.communication.response.v4
 
AsyncResponseWrapper<R extends ODataResponse> - Interface in org.apache.olingo.client.api.communication.response.v4
 
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_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(AttachedEntityStatus) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
attach(AttachedEntityStatus, boolean) - 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.
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_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

B

basePackage - Variable in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
Base package.
basePackage - Variable in class org.apache.olingo.ext.pojogen.AbstractUtility
 
baseType - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
baseURI - Variable in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
 
baseURI - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
batch(CommonODataBatchRequest) - Method in interface org.apache.olingo.client.api.communication.request.ODataBatchableRequest
Writes (and consume) the request onto the given batch stream.
batch(CommonODataBatchRequest, String) - Method in interface org.apache.olingo.client.api.communication.request.ODataBatchableRequest
Writes (and consume) the request onto the given batch stream.
BatchDeserializerException - Exception in org.apache.olingo.server.api.batch.exception
 
BatchDeserializerException(String, ODataTranslatedException.MessageKey, int) - Constructor for exception org.apache.olingo.server.api.batch.exception.BatchDeserializerException
 
BatchDeserializerException(String, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.batch.exception.BatchDeserializerException
 
BatchDeserializerException.MessageKeys - Enum in org.apache.olingo.server.api.batch.exception
 
BatchFacade - Interface in org.apache.olingo.server.api.batch
Provides methods to process ODataRequest and BatchRequestPart.
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
BatchOptions.Builder() - Constructor for class org.apache.olingo.server.api.deserializer.batch.BatchOptions.Builder
Initializes the options builder.
BatchProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling a single instance of an Entity Type.
BatchRequestFactory - Interface in org.apache.olingo.client.api.communication.request.batch.v3
 
BatchRequestFactory - Interface in org.apache.olingo.client.api.communication.request.batch.v4
 
BatchRequestPart - Class in org.apache.olingo.server.api.deserializer.batch
A BatchPart
BatchRequestPart(boolean, List<ODataRequest>) - Constructor for class org.apache.olingo.server.api.deserializer.batch.BatchRequestPart
Creates a new instance of BachRequestPart
BatchRequestPart(boolean, ODataRequest) - Constructor for class org.apache.olingo.server.api.deserializer.batch.BatchRequestPart
Creates a new instance of BachRequestPart
batchResponse(List<ODataResponsePart>, String) - Method in interface org.apache.olingo.server.api.serializer.FixedFormatSerializer
 
BatchSerializerException - Exception in org.apache.olingo.server.api.batch.exception
 
BatchSerializerException(String, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.batch.exception.BatchSerializerException
 
BatchSerializerException.MessageKeys - Enum in org.apache.olingo.server.api.batch.exception
 
binary(InputStream) - Method in interface org.apache.olingo.server.api.deserializer.FixedFormatDeserializer
Reads binary data from an InputStream.
binary(byte[]) - Method in interface org.apache.olingo.server.api.serializer.FixedFormatSerializer
Writes binary output into an InputStream.
Binary - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a binary expression node in the expression tree
A binary expression node is inserted in the expression tree for any valid ODATA binary operator in BinaryOperatorKind.
BinaryOperatorKind - Enum in org.apache.olingo.server.api.uri.queryoption.expression
Enumeration of supported binary operators
For the semantic of these operators please see the ODATA specification for URL conventions
BindingTarget - Interface in org.apache.olingo.client.api.edm.xml.v4
 
BindingTarget - Class in org.apache.olingo.server.api.edm.provider
 
BindingTarget() - Constructor for class org.apache.olingo.server.api.edm.provider.BindingTarget
 
BOUNDARY - Static variable in class org.apache.olingo.client.api.ODataBatchConstants
Boundary key.
build() - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Build OData URI.
build() - Method in interface org.apache.olingo.client.api.uri.FilterArg
 
build() - Method in interface org.apache.olingo.client.api.uri.URIFilter
 
build() - Method in interface org.apache.olingo.client.api.uri.v4.URISearch
 
build() - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
 
build() - Method in class org.apache.olingo.commons.api.domain.ODataLink.Builder
 
build() - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue.Builder
 
build() - Method in class org.apache.olingo.commons.api.domain.v4.ODataLink.Builder
 
build() - Method in class org.apache.olingo.commons.api.edm.Target.Builder
 
build() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions.Builder
Creates a new BatchOptions instance
build() - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions.Builder
Builds the OData serializer options.
build() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
Builds the OData serializer options.
build() - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions.Builder
Builds the OData serializer options.
build() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
Builds the OData serializer options.
build() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
Builds the OData serializer options.
buildBinary(byte[]) - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue.Builder
 
buildBoolean(Boolean) - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue.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.
buildDouble(Double) - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue.Builder
 
buildEditLink(CommonEdmEnabledODataClient<?>, String, CommonODataEntity, Object) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
 
buildGuid(UUID) - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue.Builder
 
buildInt16(Short) - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue.Builder
 
buildInt32(Integer) - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue.Builder
 
buildInt64(Long) - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue.Builder
 
buildSingle(Float) - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue.Builder
 
buildString(String) - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue.Builder
 

C

CACHE_CONTROL - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
cached - Variable in class org.apache.olingo.client.api.domain.ODataEntitySetIterator
 
cacheLink(NavigationProperty, Object) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
 
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.v4.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.
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
 
CarsEdmProvider - Class in org.apache.olingo.server.sample.edmprovider
 
CarsEdmProvider() - Constructor for class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
CarsProcessor - Class in org.apache.olingo.server.sample.processor
This processor will deliver entity collections, single entities as well as properties of an entity.
CarsProcessor(DataProvider) - Constructor for class org.apache.olingo.server.sample.processor.CarsProcessor
 
CarsServlet - Class in org.apache.olingo.server.sample
 
CarsServlet() - Constructor for class org.apache.olingo.server.sample.CarsServlet
 
Cast - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
cast(FilterArg) - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
cast(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
ceiling(FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
CHANGESET_CONTENT_ID_NAME - Static variable in class org.apache.olingo.client.api.ODataBatchConstants
Content id header name.
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
 
ClientODataDeserializer - Interface in org.apache.olingo.client.api.serialization
 
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.ODataEntitySetIterator
Closes the current iterator.
close(HttpClient) - Method in interface org.apache.olingo.client.api.http.HttpClientFactory
 
close() - Method in interface org.apache.olingo.ext.proxy.api.EdmStreamValue
 
close() - Method in class org.apache.olingo.ext.proxy.commons.EdmStreamValueHandler
 
Collection - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
collectionNavPropertyETAllPrimMany_ETAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collectionNavPropertyETKeyNavMany_ETKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collectionNavPropertyETMediaMany_ETMedia - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collectionNavPropertyETTwoKeyNavMany_ETTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collectionNavPropertyETTwoKeyNavOne_ETTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collectionNavPropertyETTwoPrimMany_ETTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
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
 
collPropertyBinary - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyBinary_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyBinary_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyBoolean - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyBoolean_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyBoolean_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyByte - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyByte_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyByte_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyComp_CTPrimComp - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyComp_CTTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDate - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDate_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDate_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDateTimeOffset - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDateTimeOffset_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDateTimeOffset_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDecimal - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDecimal_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDecimal_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDouble - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDouble_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDouble_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDuration - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDuration_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyDuration_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyEnumString_ENString - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyGuid - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyGuid_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyGuid_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyInt16 - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyInt16_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyInt16_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyInt32 - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyInt32_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyInt32_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyInt64 - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyInt64_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyInt64_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertySByte - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertySByte_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertySByte_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertySingle - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertySingle_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertySingle_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyString - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyString_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyString_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyTimeOfDay - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyTimeOfDay_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyTimeOfDay_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
collPropertyTypeDefinition_TDString - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
CommonAnnotations - Interface in org.apache.olingo.client.api.edm.xml
 
CommonBatchRequestFactory - Interface in org.apache.olingo.client.api.communication.request.batch
OData batch request factory class.
CommonCUDRequestFactory<UT extends CommonUpdateType> - Interface in org.apache.olingo.client.api.communication.request.cud
OData request factory class.
CommonEdmEnabledODataClient<UT extends CommonUpdateType> - Interface in org.apache.olingo.client.api
Client interface that caches the Edm metadata information for a given service root.
CommonFilterArgFactory - Interface in org.apache.olingo.client.api.uri
 
CommonFilterFactory - Interface in org.apache.olingo.client.api.uri
OData filter factory.
CommonFunctionImport - Interface in org.apache.olingo.client.api.edm.xml
 
CommonNavigationProperty - Interface in org.apache.olingo.client.api.edm.xml
 
CommonODataBatchRequest - Interface in org.apache.olingo.client.api.communication.request.batch
This class implements a batch request.
CommonODataBinder - Interface in org.apache.olingo.client.api.serialization
 
CommonODataClient<UT extends CommonUpdateType> - Interface in org.apache.olingo.client.api
Generic client interface (common to all supported OData protocol versions).
CommonODataEntity - Interface in org.apache.olingo.commons.api.domain
OData entity.
CommonODataEntitySet - Interface in org.apache.olingo.commons.api.domain
OData entity collection.
CommonODataObjectFactory - Interface in org.apache.olingo.commons.api.domain
Entry point for generating OData domain objects.
CommonODataProperty - Interface in org.apache.olingo.commons.api.domain
OData entity property.
CommonODataReader - Interface in org.apache.olingo.client.api.serialization
OData reader.
CommonParameter - Interface in org.apache.olingo.client.api.edm.xml
 
CommonProperty - Interface in org.apache.olingo.client.api.edm.xml
 
CommonQuery - Interface in org.apache.olingo.ext.proxy.api
 
CommonRetrieveRequestFactory - Interface in org.apache.olingo.client.api.communication.request.retrieve
OData request factory class.
CommonUpdateType - Interface in org.apache.olingo.client.api.communication.request.cud
 
CommonURIBuilder<UB extends CommonURIBuilder<?>> - Interface in org.apache.olingo.client.api.uri
OData URI builder.
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(EdmComplexType, Property, ComplexSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes complex-type instance data into an InputStream.
ComplexCollection<T extends StructuredType<?>,EC extends Collection<T>,CT extends StructuredCollection<T,EC,?>> - Interface in org.apache.olingo.ext.proxy.api
 
complexCollection(EdmComplexType, Property, ComplexSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes data of a collection of complex-type instances into an InputStream.
ComplexCollectionInvocationHandler<T extends ComplexType<?>> - Class in org.apache.olingo.ext.proxy.commons
 
ComplexCollectionInvocationHandler(AbstractService<?>, Class<T>) - Constructor for class org.apache.olingo.ext.proxy.commons.ComplexCollectionInvocationHandler
 
ComplexCollectionInvocationHandler(Class<T>, AbstractService<?>, CommonURIBuilder<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.ComplexCollectionInvocationHandler
 
ComplexCollectionInvocationHandler(AbstractService<?>, Collection<T>, Class<T>, CommonURIBuilder<?>) - 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.
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 - Interface in org.apache.olingo.client.api.edm.xml
 
ComplexType - Interface in org.apache.olingo.client.api.edm.xml.v4
 
ComplexType - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Mark POJO as EDM complex type.
ComplexType<T extends StructuredType<?>> - Interface in org.apache.olingo.ext.proxy.api
 
ComplexType - Class in org.apache.olingo.server.api.edm.provider
 
ComplexType() - Constructor for class org.apache.olingo.server.api.edm.provider.ComplexType
 
ComplexTypeProvider - Class in org.apache.olingo.server.tecsvc.provider
 
ComplexTypeProvider() - Constructor for class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
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
 
concat(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
ConcurrencyMode - Enum in org.apache.olingo.client.api.edm
 
Configuration - Interface in org.apache.olingo.client.api
Configuration wrapper.
ConstantAnnotationExpression - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
ConstantAnnotationExpression.Type - Enum in org.apache.olingo.client.api.edm.xml.v4.annotation
 
Constants - Interface in org.apache.olingo.commons.api
Constant values related to the OData protocol.
container - Variable in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
 
CONTAINER_FQN - Static variable in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
CONTAINER_NAME - Static variable in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
ContainerProvider - Class in org.apache.olingo.server.tecsvc.provider
 
ContainerProvider(EdmTechProvider) - Constructor for class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
contains(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
contains(Object) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
 
contains(EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.commons.TransactionItems
 
containsAll(Collection<?>) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
 
containsTarget() - Method in interface org.apache.olingo.commons.api.edm.EdmNavigationProperty
 
CONTENT_ENCODING - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
CONTENT_LANGUAGE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
CONTENT_LENGTH - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
CONTENT_LOCATION - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
CONTENT_TYPE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
ContentType - Class in org.apache.olingo.commons.api.format
Internally used ContentType for OData library.
CONTEXT - Static variable in interface org.apache.olingo.commons.api.Constants
 
Context - Class in org.apache.olingo.ext.proxy.context
 
Context() - Constructor for class org.apache.olingo.ext.proxy.context.Context
 
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(ContextURL) - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions.Builder
Sets the ContextURL.
contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
Sets the ContextURL.
contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions.Builder
Sets the ContextURL.
contextURL(ContextURL) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
Sets the ContextURL.
ContextURL.Builder - Class in org.apache.olingo.commons.api.data
 
ContextURL.Builder() - Constructor for class org.apache.olingo.commons.api.data.ContextURL.Builder
 
ContextURL.Suffix - Enum in org.apache.olingo.commons.api.data
 
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.
COOKIE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
CoreUtils - Class in org.apache.olingo.ext.proxy.utils
 
count() - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Adds count query option.
count(boolean) - Method in interface org.apache.olingo.client.api.uri.v4.URIBuilder
Appends 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(CountOption) - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions.Builder
Sets the $count system query option.
count(Integer) - Method in interface org.apache.olingo.server.api.serializer.FixedFormatSerializer
Writes a count into an InputStream as plain text.
countComplexCollection(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.CountComplexCollectionProcessor
Counts complex properties from persistence and puts serialized content and status into the response.
CountComplexCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling counting a collection of complex properties, e.g.
countEntityCollection(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.CountEntityCollectionProcessor
Counts entities from persistence and puts serialized content and status into the response.
countEntityCollection(ODataRequest, ODataResponse, UriInfo) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalEntityProcessor
 
CountEntityCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling counting a collection of entities, e.g.
CountOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $count For example: http://.../entitySet?$count=true
countPrimitiveCollection(ODataRequest, ODataResponse, UriInfo) - Method in interface org.apache.olingo.server.api.processor.CountPrimitiveCollectionProcessor
Counts primitive properties from persistence and puts serialized content and status into the response.
CountPrimitiveCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling counting a collection of primitive properties, e.g.
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
 
create(String) - Static method in class org.apache.olingo.commons.api.format.AcceptType
Creates a list of AcceptType objects based on given input string (format).
create(String, String...) - Static method in class org.apache.olingo.commons.api.format.ContentType
Creates a content type from format and key-value pairs for parameters.
create(ContentType, String...) - Static method in class org.apache.olingo.commons.api.format.ContentType
Creates a content type from an existing content type and additional key-value pairs for parameters.
create(String) - Static method in class org.apache.olingo.commons.api.format.ContentType
Creates a ContentType based on given input string (format).
create(EdmEntitySet) - Method in class org.apache.olingo.server.tecsvc.data.DataProvider
 
createDeserializer(ODataFormat) - Method in class org.apache.olingo.server.api.OData
 
createEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.EntityProcessor
Creates an entity with send data in the persistence and puts content, status, and Location into the response.
createEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.sample.processor.CarsProcessor
 
createEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalEntityProcessor
 
createFixedFormatDeserializer() - Method in class org.apache.olingo.server.api.OData
Creates a new deserializer object for reading content in a fixed format, e.g., for binary input.
createFixedFormatSerializer() - Method in class org.apache.olingo.server.api.OData
Creates a new serializer object for rendering content in a fixed format, e.g., for binary output.
createHandler(ServiceMetadata) - Method in class org.apache.olingo.server.api.OData
Creates a new ODataHttpHandler for handling OData requests in an HTTP context.
createMediaEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.MediaEntityProcessor
Creates an entity with send media data in the persistence and puts content, status and Location into the response.
createMediaEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalEntityProcessor
 
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(Class<SEC>) - 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(Class<SEC>) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
 
createSerializer(ODataFormat) - Method in class org.apache.olingo.server.api.OData
Creates a new serializer object for rendering content in the specified format.
createServiceMetadata(EdmProvider, List<EdmxReference>) - Method in class org.apache.olingo.server.api.OData
Creates a metadata object for this service.
createUriHelper() - Method in class org.apache.olingo.server.api.OData
Creates a new URI helper object for performing URI-related tasks.
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.V3POJOGenMojo
 
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.
CT_ADDRESS - Static variable in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
CUDRequestFactory - Interface in org.apache.olingo.client.api.communication.request.cud.v3
 
CUDRequestFactory - Interface in org.apache.olingo.client.api.communication.request.cud.v4
 
CustomContentTypeSupport - Interface in org.apache.olingo.server.api.serializer
Processors that supports custom content types can implement this interface.
CustomQueryOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents a custom query option For example: http://.../entitySet?myOption=true

D

DataProvider - Class in org.apache.olingo.server.sample.data
 
DataProvider() - Constructor for class org.apache.olingo.server.sample.data.DataProvider
 
DataProvider - Class in org.apache.olingo.server.tecsvc.data
 
DataProvider() - Constructor for class org.apache.olingo.server.tecsvc.data.DataProvider
 
dataProvider - Variable in class org.apache.olingo.server.tecsvc.processor.TechnicalProcessor
 
DataProvider.DataProviderException - Exception in org.apache.olingo.server.sample.data
 
DataProvider.DataProviderException(String, Throwable) - Constructor for exception org.apache.olingo.server.sample.data.DataProvider.DataProviderException
 
DataProvider.DataProviderException(String) - Constructor for exception org.apache.olingo.server.sample.data.DataProvider.DataProviderException
 
DataProvider.DataProviderException - Exception in org.apache.olingo.server.tecsvc.data
 
DataProvider.DataProviderException(String, Throwable) - Constructor for exception org.apache.olingo.server.tecsvc.data.DataProvider.DataProviderException
 
DataProvider.DataProviderException(String) - Constructor for exception org.apache.olingo.server.tecsvc.data.DataProvider.DataProviderException
 
DataServices - Interface in org.apache.olingo.client.api.edm.xml
 
date(FilterArg) - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
DATE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
day(FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
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.ODataTranslatedException
 
DefaultProcessor - Class in org.apache.olingo.server.api.processor
Processor implementation for handling default cases: request for the metadata document request for the service document error handling
DefaultProcessor() - Constructor for class org.apache.olingo.server.api.processor.DefaultProcessor
 
delete() - Method in interface org.apache.olingo.client.api.communication.response.v4.AsyncResponseWrapper
DeleteA DELETE request sent to the status monitor resource requests that the asynchronous processing be canceled.
delete(KEY) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
Deletes the entity with the given key.
delete(S) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
Deletes the given entity in a batch.
delete(Iterable<S>) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
Deletes the given entities in a batch.
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(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() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
delete(KEY) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
 
delete(S) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
 
delete(Iterable<S>) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
 
delete() - Method in class org.apache.olingo.ext.proxy.commons.PrimitiveCollectionInvocationHandler
 
delete(EdmEntitySet, Entity) - Method in class org.apache.olingo.server.tecsvc.data.DataProvider
 
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.
deleteComplex(ODataRequest, ODataResponse, UriInfo) - Method in class org.apache.olingo.server.sample.processor.CarsProcessor
 
deleteComplex(ODataRequest, ODataResponse, UriInfo) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
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.
deleteComplexCollection(ODataRequest, ODataResponse, UriInfo) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
DeletedEntity - Interface in org.apache.olingo.commons.api.data
 
DeletedEntity.Reason - Enum in org.apache.olingo.commons.api.data
 
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.
deleteEntity(ODataRequest, ODataResponse, UriInfo) - Method in class org.apache.olingo.server.sample.processor.CarsProcessor
 
deleteEntity(ODataRequest, ODataResponse, UriInfo) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalEntityProcessor
 
deleteLinksTo(Entity) - Method in class org.apache.olingo.server.tecsvc.data.DataProvider
 
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.
deletePrimitive(ODataRequest, ODataResponse, UriInfo) - Method in class org.apache.olingo.server.sample.processor.CarsProcessor
 
deletePrimitive(ODataRequest, ODataResponse, UriInfo) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
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.
deletePrimitiveCollection(ODataRequest, ODataResponse, UriInfo) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
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 - Interface in org.apache.olingo.commons.api.data
 
DeltaLink - Interface in org.apache.olingo.commons.api.data
 
DeltaProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling a single instance of an Delta Response.
derived(EdmEntityType) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
 
derivedEntity(String) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
 
DeserializerException - Exception in org.apache.olingo.server.api.deserializer
Exception thrown by deserializers.
DeserializerException(String, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.deserializer.DeserializerException
Creates deserializer exception.
DeserializerException(String, Throwable, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.deserializer.DeserializerException
Creates deserializer exception.
DeserializerException.MessageKeys - Enum in org.apache.olingo.server.api.deserializer
Keys for exception texts in the resource bundle.
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.
dimension - Variable in class org.apache.olingo.commons.api.edm.geo.Geospatial
 
div(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
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.
DynamicAnnotationExpression - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 

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 - 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 - Variable in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
 
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
 
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
 
EdmAnnotationExpression - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmAnnotationPath - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmAnnotations - Interface in org.apache.olingo.commons.api.edm
This is used to apply a group of annotations to a single model element.
EdmAnnotationsTarget - Interface in org.apache.olingo.commons.api.edm
Interface for CSDL elements thar can be evaluated as target for edm:Annotations.
EdmAnnotationsTarget.TargetType - Enum in org.apache.olingo.commons.api.edm
 
EdmApply - Interface in org.apache.olingo.commons.api.edm.annotation
 
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 an EdmEntitySet or an EdmSingleton.
EdmCast - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmCollection - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmComplexType - Interface in org.apache.olingo.commons.api.edm
A CSDL ComplexType element.
EdmConstantAnnotationExpression - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmContentKind - Enum in org.apache.olingo.commons.api.edm.constants
Specifies the content type of the value of the property being mapped via a customizable feed mapping.
EdmDynamicAnnotationExpression - Interface in org.apache.olingo.commons.api.edm.annotation
 
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.v3
 
EdmEnabledODataClient - Interface in org.apache.olingo.client.api.v4
 
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.
EdmEntitySetInfo - Interface in org.apache.olingo.commons.api.edm
Objects of this class contain information about one entity set inside the EntityDataModel.
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
 
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
 
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
EdmFunctionImportInfo - Interface in org.apache.olingo.commons.api.edm
Objects of this class contain information about one function import inside the EntityDataModel.
EdmGe - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmGt - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmIf - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmIsOf - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmKeyPropertyRef - Interface in org.apache.olingo.commons.api.edm
A key property reference element.
EdmLabeledElement - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmLabeledElementReference - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmLe - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmLt - Interface in org.apache.olingo.commons.api.edm.annotation
 
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
 
EdmNe - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmNot - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmNull - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmOnDelete - Enum in org.apache.olingo.commons.api.edm.constants
 
EdmOperation - Interface in org.apache.olingo.commons.api.edm
A EdmOperation can either be an EdmAction or an EdmFunction.
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
 
EdmParameter - Interface in org.apache.olingo.commons.api.edm
A CSDL parameter element
EdmPath - Interface in org.apache.olingo.commons.api.edm.annotation
 
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
 
EdmProperty - Interface in org.apache.olingo.commons.api.edm
A CSDL Property element.
EdmPropertyPath - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmPropertyValue - Interface in org.apache.olingo.commons.api.edm.annotation
 
EdmProvider - Class in org.apache.olingo.server.api.edm.provider
 
EdmProvider() - Constructor for class org.apache.olingo.server.api.edm.provider.EdmProvider
 
EdmRecord - Interface in org.apache.olingo.commons.api.edm.annotation
 
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
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.
EdmSingletonInfo - Interface in org.apache.olingo.commons.api.edm
Objects of this class contain information about one singleton inside the EntityDataModel.
EdmStreamValue - Interface in org.apache.olingo.ext.proxy.api
 
EdmStreamValueHandler - Class in org.apache.olingo.ext.proxy.commons
 
EdmStreamValueHandler(URI, AbstractService<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.EdmStreamValueHandler
 
EdmStreamValueHandler(String, InputStream, 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.
EdmTechProvider - Class in org.apache.olingo.server.tecsvc.provider
 
EdmTechProvider() - Constructor for class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
EdmTechProvider(List<EdmxReference>) - Constructor for class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
EdmTerm - Interface in org.apache.olingo.commons.api.edm
An EdmTerm defines a term in a vocabulary.
EdmTwoParamsOpDynamicAnnotationExpression - Interface in org.apache.olingo.commons.api.edm.annotation
 
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
 
Edmx - Interface in org.apache.olingo.client.api.edm.xml
 
Edmx - Interface in org.apache.olingo.client.api.edm.xml.v4
 
EdmxReference - Class in org.apache.olingo.server.api.edmx
POJO for Edmx Reference.
EdmxReference(URI) - Constructor for class org.apache.olingo.server.api.edmx.EdmxReference
Create reference with given uri
EdmxReferenceInclude - Class in org.apache.olingo.server.api.edmx
edmx:Include elements that specify the schemas to include from the target document.
EdmxReferenceInclude(String, String) - Constructor for class org.apache.olingo.server.api.edmx.EdmxReferenceInclude
Create include with given namespace and alias.
EdmxReferenceInclude(String) - Constructor for class org.apache.olingo.server.api.edmx.EdmxReferenceInclude
Create include with given namespace and empty (NULL) alias.
EdmxReferenceIncludeAnnotation - Class in org.apache.olingo.server.api.edmx
POJO for Edmx Reference Include Annotation.
EdmxReferenceIncludeAnnotation(String) - Constructor for class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
Create include annotation with given termNamespace and empty qualifier and targetNamespace.
EdmxReferenceIncludeAnnotation(String, String, String) - Constructor for class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
Create include annotation with given termNamespace, qualifier and targetNamespace.
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
 
endswith(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
Entity - Interface in org.apache.olingo.commons.api.data
 
entity(InputStream, EdmEntityType) - Method in interface org.apache.olingo.server.api.deserializer.ODataDeserializer
Deserializes an entity stream into an Entity object.
entity(EdmEntityType, Entity, EntitySerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes entity data into an InputStream.
EntityCollection<T extends StructuredType<?>,EC extends Collection<T>,CT extends StructuredCollection<T,EC,?>> - Interface in org.apache.olingo.ext.proxy.api
 
entityCollection(InputStream, EdmEntityType) - Method in interface org.apache.olingo.server.api.deserializer.ODataDeserializer
Deserializes an entity collection stream into an EntitySet object.
entityCollection(EdmEntityType, EntitySet, EntityCollectionSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes entity-collection data into an InputStream.
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, CommonURIBuilder<?>) - 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.
EntityContainer - Interface in org.apache.olingo.client.api.edm.xml
 
EntityContainer - Interface in org.apache.olingo.client.api.edm.xml.v4
 
EntityContainer - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Mark POJO as EDM entity container.
EntityContainer - Class in org.apache.olingo.server.api.edm.provider
 
EntityContainer() - Constructor for class org.apache.olingo.server.api.edm.provider.EntityContainer
 
EntityContainerInfo - Class in org.apache.olingo.server.api.edm.provider
 
EntityContainerInfo() - Constructor for class org.apache.olingo.server.api.edm.provider.EntityContainerInfo
 
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
 
EntityInvocationHandler - Class in org.apache.olingo.ext.proxy.commons
 
EntityKey - Interface in org.apache.olingo.client.api.edm.xml
 
EntityLinkDesc - Class in org.apache.olingo.ext.proxy.context
 
EntityLinkDesc(String, EntityInvocationHandler, Collection<EntityInvocationHandler>, ODataLinkType) - Constructor for class org.apache.olingo.ext.proxy.context.EntityLinkDesc
 
EntityLinkDesc(String, EntityInvocationHandler, EntityInvocationHandler, ODataLinkType) - Constructor for class org.apache.olingo.ext.proxy.context.EntityLinkDesc
 
EntityLinkDesc(String, EntityInvocationHandler, String) - Constructor for class org.apache.olingo.ext.proxy.context.EntityLinkDesc
 
EntityProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling a single instance of an Entity Type.
EntitySerializerOptions - Class in org.apache.olingo.server.api.serializer
Options for the OData serializer.
EntitySerializerOptions.Builder - Class in org.apache.olingo.server.api.serializer
Builder of OData serializer options.
EntitySet - Interface in org.apache.olingo.client.api.edm.xml
 
EntitySet - Interface in org.apache.olingo.client.api.edm.xml.v4
 
entitySet(EdmEntitySet) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
 
EntitySet - Interface in org.apache.olingo.commons.api.data
 
entitySet - Variable in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
 
EntitySet - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Give entity set a name.
EntitySet<T extends EntityType<?>,EC extends Collection<T>> - Interface in org.apache.olingo.ext.proxy.api
 
EntitySet - Class in org.apache.olingo.server.api.edm.provider
 
EntitySet() - Constructor for class org.apache.olingo.server.api.edm.provider.EntitySet
 
entitySet - Variable in class org.apache.olingo.server.api.edm.provider.OperationImport
 
EntitySetInvocationHandler<T extends EntityType<?>,KEY extends Serializable,EC extends EntityCollection<T,?,?>> - Class in org.apache.olingo.ext.proxy.commons
 
EntitySetInvocationHandler(Class<?>, AbstractService<?>, CommonURIBuilder<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
 
entitySetOrSingletonOrType(String) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
 
EntitySetPath - Class in org.apache.olingo.server.api.edm.provider
 
EntitySetPath() - Constructor for class org.apache.olingo.server.api.edm.provider.EntitySetPath
 
entitySetPath - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
EntityType - Interface in org.apache.olingo.client.api.edm.xml
 
EntityType - Interface in org.apache.olingo.client.api.edm.xml.v4
 
EntityType - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Mark POJO as EDM entity type.
EntityType<T extends StructuredType<?>> - Interface in org.apache.olingo.ext.proxy.api
 
EntityType - Class in org.apache.olingo.server.api.edm.provider
 
EntityType() - Constructor for class org.apache.olingo.server.api.edm.provider.EntityType
 
EntityTypeProvider - Class in org.apache.olingo.server.tecsvc.provider
 
EntityTypeProvider() - Constructor for class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
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
 
Enumeration - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a enumeration expression node in the expression tree
A enumeration expression node is inserted in the expression tree for any valid enumeration.
EnumMember - Class in org.apache.olingo.server.api.edm.provider
 
EnumMember() - Constructor for class org.apache.olingo.server.api.edm.provider.EnumMember
 
EnumType - Interface in org.apache.olingo.client.api.edm.xml
 
EnumType - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Mark Java enum as EDM enum type.
EnumType - Class in org.apache.olingo.server.api.edm.provider
 
EnumType() - Constructor for class org.apache.olingo.server.api.edm.provider.EnumType
 
EnumTypeProvider - Class in org.apache.olingo.server.tecsvc.provider
 
EnumTypeProvider() - Constructor for class org.apache.olingo.server.tecsvc.provider.EnumTypeProvider
 
eq(String, Object) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
eq(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
equals(Object) - Method in class org.apache.olingo.commons.api.domain.AbstractODataValue
 
equals(Object) - Method in class org.apache.olingo.commons.api.domain.ODataItem
 
equals(Object) - Method in class org.apache.olingo.commons.api.edm.FullQualifiedName
 
equals(Object) - Method in class org.apache.olingo.commons.api.edm.geo.Geospatial
 
equals(Object) - Method in class org.apache.olingo.commons.api.edm.geo.SRID
 
equals(Object) - Method in class org.apache.olingo.commons.api.format.ContentType
ContentTypes are equal if type, subtype, and all parameters have the same value.
equals(Object) - Method in class org.apache.olingo.ext.proxy.api.AbstractEntityKey
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_CODE - 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.
ES_CARS_NAME - Static variable in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
ES_MANUFACTURER_NAME - Static variable in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
ET_CAR - Static variable in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
ET_MANUFACTURER - Static variable in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
ETAG - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
ExceptionVisitExpand - Exception in org.apache.olingo.server.api.uri.queryoption
 
ExceptionVisitExpand() - Constructor for exception org.apache.olingo.server.api.uri.queryoption.ExceptionVisitExpand
 
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 interface org.apache.olingo.client.api.communication.request.v4.AsyncRequestWrapper
execute the request for the first time.
execute() - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
 
execute(Class<SEC>) - Method in interface org.apache.olingo.ext.proxy.api.EntitySet
Returns all instances of the given subtype.
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(Class<SEC>) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
 
execute() - 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() - 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(Class<SEC>) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
 
executeAsync() - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
 
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
 
expand(String...) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
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.
ExpandItem - Interface in org.apache.olingo.server.api.uri.queryoption
Represents a single resource path which should be expanded with using the system query option $expand For example: http://.../entitySet?$expand=Products($filter=DiscontinuedDate eq null)
ExpandOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $expand For example: http://.../entitySet?$expand=Products,Customers
expandWithOptions(String, Map<QueryOption, Object>) - Method in interface org.apache.olingo.client.api.uri.v4.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.v4.URIBuilder
Properties of related entities can be specified by including the $select query option within the $expand.
EXPIRES - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
Expression - Class in org.apache.olingo.server.api.edm.provider
 
Expression() - Constructor for class org.apache.olingo.server.api.edm.provider.Expression
 
Expression - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Super class of all classes used to build the expression tree
ExpressionVisitException - Exception in org.apache.olingo.server.api.uri.queryoption.expression
Exception class used by the ExpressionVisitor to throw exceptions while traversing the expression tree
ExpressionVisitException() - Constructor for exception org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitException
 
ExpressionVisitor<T> - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Generic interface to define expression visitors with arbitrary return types.
extractBoundaryFromContentType(String) - Method in interface org.apache.olingo.server.api.batch.BatchFacade
Extracts the boundary of a multipart/mixed header.
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.
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
 
fetchWholeEntitySet(CommonURIBuilder<?>, Class<S>, Class<SEC>) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
 
filter(URIFilter) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Adds filter for filter query option.
filter(String) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Adds filter query option.
filter(String) - Method in interface org.apache.olingo.ext.proxy.api.StructuredCollectionQuery
Sets the $filter expression.
filter(URIFilter) - Method in interface org.apache.olingo.ext.proxy.api.StructuredCollectionQuery
Sets the filter generating the $filter expression.
filter(String) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
 
filter(URIFilter) - 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 class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
 
FilterArg - Interface in org.apache.olingo.client.api.uri
Interface for any available filter argument.
FilterArgFactory - Interface in org.apache.olingo.client.api.uri.v3
 
FilterArgFactory - Interface in org.apache.olingo.client.api.uri.v4
 
FilterFactory - Interface in org.apache.olingo.client.api.uri.v3
 
FilterFactory - Interface in org.apache.olingo.client.api.uri.v4
 
FilterOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $filter For example: http://.../entitySet?$filter=name eq 'tester'
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.
floor(FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
flush() - Method in interface org.apache.olingo.ext.proxy.api.PersistenceManager
Flushes all pending changes to the OData service.
flushAsync() - Method in interface org.apache.olingo.ext.proxy.api.PersistenceManager
Asynchronously flushes all pending changes to the OData service.
forceNextMonitorCheck(URI) - Method in interface org.apache.olingo.client.api.communication.response.v4.AsyncResponseWrapper
Specifies the location for the next monitor check.
format(String) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Adds format query option.
FormatOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $format For example: http://.../entitySet?$format=json
fractionalseconds(FilterArg) - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
fromContentType(ContentType) - Static method in class org.apache.olingo.commons.api.format.AcceptType
Creates a list of AcceptType objects based on given content type.
fromContentType(ContentType) - Static method in enum org.apache.olingo.commons.api.format.ODataFormat
Gets OData format from a content type.
fromStatusCode(int) - Static method in enum org.apache.olingo.commons.api.http.HttpStatusCode
Convert a numerical status code into the corresponding status enum object.
fromString(String) - Static method in enum org.apache.olingo.client.api.edm.xml.v4.annotation.ConstantAnnotationExpression.Type
 
fromString(String) - Static method in enum org.apache.olingo.client.api.edm.xml.v4.annotation.TwoParamsOpDynamicAnnotationExpression.Type
 
fromString(ODataServiceVersion, String, String) - Static method in enum org.apache.olingo.commons.api.domain.ODataLinkType
Gets LinkType instance from the given rel and type.
fromString(String) - Static method in enum org.apache.olingo.commons.api.format.ODataFormat
 
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, String) - Constructor for class org.apache.olingo.commons.api.edm.FullQualifiedName
 
FullQualifiedName(String) - Constructor for class org.apache.olingo.commons.api.edm.FullQualifiedName
 
Function - Interface in org.apache.olingo.client.api.edm.xml.v4
 
Function - Class in org.apache.olingo.server.api.edm.provider
 
Function() - Constructor for class org.apache.olingo.server.api.edm.provider.Function
 
FunctionImport - Interface in org.apache.olingo.client.api.edm.xml.v3
 
FunctionImport - Interface in org.apache.olingo.client.api.edm.xml.v4
 
FunctionImport - Class in org.apache.olingo.server.api.edm.provider
 
FunctionImport() - Constructor for class org.apache.olingo.server.api.edm.provider.FunctionImport
 
FunctionProvider - Class in org.apache.olingo.server.tecsvc.provider
 
FunctionProvider() - Constructor for class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 

G

ge(String, Object) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
ge(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
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.v4.FilterArgFactory
 
geoIntersects(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
geoLength(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
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.Dimension - Enum in org.apache.olingo.commons.api.edm.geo
 
Geospatial.Type - Enum in org.apache.olingo.commons.api.edm.geo
 
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
 
geospatials - Variable in class org.apache.olingo.commons.api.edm.geo.ComposedGeospatial
 
GeoUtils - Class in org.apache.olingo.commons.api.data
 
get(String) - Method in interface org.apache.olingo.commons.api.domain.ODataComplexValue
Gets field.
get(Integer) - Method in class org.apache.olingo.ext.proxy.commons.TransactionItems
 
get(EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.commons.TransactionItems
 
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
 
getAccept() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Gets Accept OData request header.
getAction() - Method in interface org.apache.olingo.client.api.edm.xml.OnDelete
 
getAction() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ActionImport
 
getAction() - Method in class org.apache.olingo.server.api.edm.provider.ActionImport
 
getAction() - Method in interface org.apache.olingo.server.api.uri.UriResourceAction
 
getActionByName(FullQualifiedName) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getActionImport(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.EntityContainer
 
getActionImport(String) - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
Get contained ActionImport by name.
getActionImport(FullQualifiedName, String) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an ActionImport or null if nothing is found
getActionImport() - Method in interface org.apache.olingo.server.api.uri.UriResourceAction
Convenience method which returns the EdmActionImport which was used in the resource path to define the EdmAction.
getActionImport(FullQualifiedName, String) - Method in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
getActionImport(FullQualifiedName, String) - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
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, ODataValue>) - 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(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.EntityContainer
 
getActionImports() - Method in interface org.apache.olingo.client.api.edm.xml.v4.EntityContainer
 
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.server.api.edm.provider.EntityContainer
 
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<RES>) - 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<RES>, Map<String, ODataValue>) - 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).
getActions() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getActions(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getActions() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
 
getActions(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a list of all Action for the FullQualifiedname or null if nothing is found
getActions() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getActions(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
getActions(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
getActionsBoundTo(String, boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getAddedLinks() - Method in interface org.apache.olingo.commons.api.data.Delta
 
getAddedLinks() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataDelta
 
getAlias() - Method in interface org.apache.olingo.client.api.edm.xml.PropertyRef
 
getAlias() - Method in interface org.apache.olingo.client.api.edm.xml.Schema
 
getAlias() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Using
 
getAlias() - Method in interface org.apache.olingo.client.api.edm.xml.v4.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.server.api.edm.provider.AliasInfo
 
getAlias() - Method in class org.apache.olingo.server.api.edm.provider.PropertyRef
 
getAlias() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getAlias() - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceInclude
 
getAlias() - Method in interface org.apache.olingo.server.api.uri.UriParameter
 
getAliasInfos() - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a list of all namespaces which have an alias
getAliasInfos() - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
getAllOperationsInSchemaNameSpace() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectItem
 
getAnnotatables() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getAnnotation(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.Annotations
 
getAnnotation(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getAnnotation(FullQualifiedName, EdmTerm) - Method in interface org.apache.olingo.commons.api.edm.Edm
Get EdmAnnotation by element FQN and term.
getAnnotation(EdmTerm) - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotatable
 
getAnnotation(EdmTerm) - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotations
 
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() - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
getAnnotationGroup(String) - Method in interface org.apache.olingo.client.api.edm.xml.Schema
 
getAnnotationGroup(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getAnnotationGroup(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
Get EdmAnnotations by target.
getAnnotationGroups() - Method in interface org.apache.olingo.client.api.edm.xml.Schema
 
getAnnotationGroups() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getAnnotationGroups() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
 
getAnnotations() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Annotatable
 
getAnnotations() - Method in interface org.apache.olingo.client.api.edm.xml.v4.TypeDefinition
 
getAnnotations() - Method in interface org.apache.olingo.commons.api.data.Annotatable
 
getAnnotations() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataAnnotatable
 
getAnnotations() - Method in class org.apache.olingo.commons.api.domain.v4.ODataLink
 
getAnnotations(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
Get all EdmAnnotation by element FQN.
getAnnotations() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotatable
 
getAnnotations() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotations
 
getAnnotations() - Method in class org.apache.olingo.ext.proxy.commons.AnnotatableInvocationHandler
 
getAnnotations() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
 
getAnnotations() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getAnnotationsTargetFQN() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotationsTarget
 
getAnnotationsTargetPath() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotationsTarget
 
getAnnotationsTargetType() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotationsTarget
 
getAnnotationTerms() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
 
getAnnotationTerms(AbstractService<?>, List<ODataAnnotation>) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
 
getAppliesTo() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Term
 
getAppliesTo() - Method in interface org.apache.olingo.commons.api.edm.EdmTerm
 
getAppliesTo() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getArgFactory() - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
getArgFactory() - Method in interface org.apache.olingo.client.api.uri.v3.FilterFactory
 
getArgFactory() - Method in interface org.apache.olingo.client.api.uri.v4.FilterFactory
 
getAssociation() - Method in interface org.apache.olingo.client.api.edm.xml.v3.AssociationSet
 
getAssociationLink(String) - Method in interface org.apache.olingo.commons.api.data.Linked
Gets association link with given name, if available, otherwise null.
getAssociationLink(String) - Method in interface org.apache.olingo.commons.api.domain.ODataLinked
Gets association link with given name, if available, otherwise null.
getAssociationLinks() - Method in interface org.apache.olingo.commons.api.data.Linked
Gets association links.
getAssociationLinks() - Method in interface org.apache.olingo.commons.api.domain.ODataLinked
Returns all entity association links.
getAsyncBatchRequestWrapper(ODataBatchRequest) - Method in interface org.apache.olingo.client.api.communication.request.v4.AsyncRequestFactory
 
getAsyncRequestFactory() - Method in interface org.apache.olingo.client.api.v4.ODataClient
 
getAsyncRequestWrapper(ODataRequest) - Method in interface org.apache.olingo.client.api.communication.request.v4.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.client.api.edm.xml.v4.Term
 
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.server.api.edm.provider.Term
 
getBaseType() - Method in interface org.apache.olingo.client.api.edm.xml.EntityType
 
getBaseType() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ComplexType
 
getBaseType() - Method in enum org.apache.olingo.commons.api.data.ValueType
 
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.server.api.edm.provider.StructuredType
 
getBaseURI() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
Gets base URI.
getBaseURI() - Method in interface org.apache.olingo.commons.api.data.Entity
Gets base URI.
getBaseURI() - Method in interface org.apache.olingo.commons.api.data.EntitySet
Gets base URI.
getBatchRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.batch.CommonBatchRequestFactory
Gets a batch request object instance.
getBatchRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.batch.v3.BatchRequestFactory
Gets a batch request object instance.
getBatchRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.batch.v4.BatchRequestFactory
Gets a batch request object instance.
getBatchRequestFactory() - Method in interface org.apache.olingo.client.api.CommonODataClient
 
getBatchRequestFactory() - Method in interface org.apache.olingo.client.api.v3.ODataClient
 
getBatchRequestFactory() - Method in interface org.apache.olingo.client.api.v4.ODataClient
 
getBinder() - Method in interface org.apache.olingo.client.api.CommonODataClient
 
getBinder() - Method in interface org.apache.olingo.client.api.v3.ODataClient
 
getBinder() - Method in interface org.apache.olingo.client.api.v4.ODataClient
 
getBindingLink() - Method in interface 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 interface 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.server.api.edm.provider.EntitySetPath
 
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.
getBool() - Method in interface org.apache.olingo.client.api.edm.xml.v3.PropertyValue
 
getBool() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ValueAnnotation
 
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, ODataValue>) - 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).
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, ODataValue>) - 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).
getBundleName() - Method in exception org.apache.olingo.server.api.batch.exception.BatchSerializerException
 
getBundleName() - Method in exception org.apache.olingo.server.api.deserializer.DeserializerException
 
getBundleName() - Method in exception org.apache.olingo.server.api.ODataTranslatedException
Gets the name of the ResourceBundle containing the exception texts.
getBundleName() - Method in exception org.apache.olingo.server.api.serializer.SerializerException
 
getByKey(KEY) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
Retrieves an entity by its key.
getByKey(KEY, Class<S>) - Method in interface org.apache.olingo.ext.proxy.api.AbstractEntitySet
Retrieves an entity by its key, considering polymorphism.
getByKey(KEY) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
 
getByKey(KEY, Class<S>) - Method in class org.apache.olingo.ext.proxy.commons.EntitySetInvocationHandler
 
getCachedEdm() - Method in interface org.apache.olingo.client.api.CommonEdmEnabledODataClient
Return the cached Edm matadata information.
getChanges() - Method in class org.apache.olingo.ext.proxy.commons.PersistenceChanges
 
getClient() - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
 
getClient() - Method in class org.apache.olingo.ext.pojogen.V3POJOGenMojo
 
getClient() - Method in class org.apache.olingo.ext.pojogen.V4POJOGenMojo
 
getClient() - Method in class org.apache.olingo.ext.proxy.AbstractService
 
getCode() - Method in class org.apache.olingo.commons.api.domain.ODataError
The value for the code name/value pair is a language-independent string.
getCode() - Method in class org.apache.olingo.commons.api.domain.ODataErrorDetail
Gets error code.
getCollation() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Property
 
getCollectionValue() - Method in interface org.apache.olingo.commons.api.domain.v3.ODataProperty
Gets collection value.
getCollectionValue() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValuable
Gets collection value.
getComplex() - Method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
 
getComplexProxy(AbstractService<?>, String, ODataValue, Class<?>, EntityInvocationHandler, URI, boolean) - Static method in class org.apache.olingo.ext.proxy.utils.ProxyUtils
 
getComplexType(String) - Method in interface org.apache.olingo.client.api.edm.xml.Schema
Gets complex type with the given name.
getComplexType(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
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.server.api.edm.provider.EdmProvider
This method should return a ComplexType or null if nothing is found.
getComplexType() - Method in interface org.apache.olingo.server.api.uri.UriResourceComplexProperty
 
getComplexType(FullQualifiedName) - Method in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
getComplexType(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
getComplexType(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
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.
getComplexTypeRef(AbstractService<?>, ODataValue) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
 
getComplexTypes() - Method in interface org.apache.olingo.client.api.edm.xml.Schema
 
getComplexTypes() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getComplexTypes() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
 
getComplexTypes() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getComplexValue() - Method in interface org.apache.olingo.commons.api.domain.v3.ODataProperty
Gets complex value.
getComplexValue() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValuable
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
 
getConcurrencyMode() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Property
 
getConfiguration() - Method in interface org.apache.olingo.client.api.CommonODataClient
 
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.server.api.edm.provider.EntityContainerInfo
 
getContent() - Method in class org.apache.olingo.server.api.ODataResponse
Gets the content (body).
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(ODataServiceVersion) - Method in enum org.apache.olingo.commons.api.format.ODataFormat
Gets format as ContentType.
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.ext.proxy.AbstractService
 
getContextURL() - Method in class org.apache.olingo.commons.api.data.ResWrap
The context URL describes the content of the payload.
getContextURL() - Method in class org.apache.olingo.commons.api.domain.AbstractODataPayload
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.EntityCollectionSerializerOptions
Gets the ContextURL.
getContextURL() - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions
Gets the ContextURL.
getContextURL() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
Gets the ContextURL.
getCount() - Method in interface org.apache.olingo.commons.api.data.EntitySet
Gets number of entries - if it was required.
getCount() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntitySet
Gets in-line count.
getCount() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
Gets the $count system query option.
getCountOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getCountOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getCUDRequestFactory() - Method in interface org.apache.olingo.client.api.CommonODataClient
 
getCUDRequestFactory() - Method in interface org.apache.olingo.client.api.v3.ODataClient
 
getCUDRequestFactory() - Method in interface org.apache.olingo.client.api.v4.ODataClient
 
getCurrent() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchLineIterator
Gets last cached line (the current one).
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
 
getDateTime() - Method in interface org.apache.olingo.client.api.edm.xml.v3.PropertyValue
 
getDateTime() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ValueAnnotation
 
getDecimal() - Method in interface org.apache.olingo.client.api.edm.xml.v3.PropertyValue
 
getDecimal() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ValueAnnotation
 
getDefaultBatchAcceptFormat() - Method in interface org.apache.olingo.client.api.Configuration
Gets the configured default Accept header value format for a batch request.
getDefaultEntityContainer() - Method in interface org.apache.olingo.client.api.edm.xml.Schema
Gets default entity container.
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.client.api.edm.xml.CommonProperty
 
getDefaultValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Term
 
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.server.api.edm.provider.Property
 
getDefaultValue() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getDefaultValueFormat() - Method in interface org.apache.olingo.client.api.Configuration
Gets the configured OData value format.
getDeletedEntities() - Method in interface org.apache.olingo.commons.api.data.Delta
 
getDeletedEntities() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataDelta
 
getDeletedLinks() - Method in interface org.apache.olingo.commons.api.data.Delta
 
getDeletedLinks() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataDelta
 
getDeleteRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.cud.CommonCUDRequestFactory
Gets a delete request object instance.
getDeltaLink() - Method in interface org.apache.olingo.commons.api.data.EntitySet
Gets delta link if exists.
getDeltaLink() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataEntitySet
Gets delta link if exists.
getDeltaRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.v4.RetrieveRequestFactory
 
getDependent() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ReferentialConstraint
 
getDerivedEntity() - Method in class org.apache.olingo.commons.api.data.ContextURL
 
getDescendantsOrSelf(EdmTypeInfo) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getDeserializer(ODataFormat) - Method in interface org.apache.olingo.client.api.CommonODataClient
 
getDeserializer(ODataFormat) - Method in interface org.apache.olingo.client.api.v3.ODataClient
 
getDeserializer(ODataFormat) - Method in interface org.apache.olingo.client.api.v4.ODataClient
 
getDetails() - Method in class org.apache.olingo.commons.api.domain.ODataError
Gets error details.
getDimension(EdmPrimitiveTypeKind) - Static method in class org.apache.olingo.commons.api.data.GeoUtils
 
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
 
getEditLink() - Method in interface org.apache.olingo.commons.api.data.Entity
Gets entity edit link.
getEditLink() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
Returns OData entity edit link.
getEdm(String) - Method in interface org.apache.olingo.client.api.CommonEdmEnabledODataClient
Checks if the cached Edm matadata information matches the argument and, if not, updates the cache against the configured service root.
getEdm() - Method in interface org.apache.olingo.server.api.ServiceMetadata
 
getEdmClass() - Method in enum org.apache.olingo.commons.api.edm.EdmAnnotationsTarget.TargetType
 
getEdmEntitySet(UriInfoResource) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalProcessor
 
getEdmPrimitiveTypeKind() - Method in class org.apache.olingo.commons.api.edm.geo.Geospatial
 
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
 
getEdmType(EdmSingleton) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getEdmType(EdmNavigationProperty) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getEdmType(EdmEntitySet) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getEdmTypeInfo(EdmType) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getEdmTypeInfo(String) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getElse() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.If
 
getElse() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIf
 
getEnds() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Association
 
getEnds() - Method in interface org.apache.olingo.client.api.edm.xml.v3.AssociationSet
 
getEntities() - Method in interface org.apache.olingo.commons.api.data.EntitySet
Gets entities.
getEntities() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntitySet
Gets contained entities.
getEntities() - Method in interface org.apache.olingo.commons.api.domain.v3.ODataEntitySet
 
getEntities() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataEntitySet
 
getEntity(CommonODataEntity) - Method in interface org.apache.olingo.client.api.serialization.CommonODataBinder
Gets an Entity from the given OData entity.
getEntity() - Method in class org.apache.olingo.commons.api.domain.ODataInlineEntity
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(EntityUUID) - Method in class org.apache.olingo.ext.proxy.context.EntityContext
Searches an entity with the specified key.
getEntityCollectionProxy(AbstractService<?>, Class<?>, Class<?>, URI, CommonODataEntitySet, URI, boolean) - Static method in class org.apache.olingo.ext.proxy.utils.ProxyUtils
 
getEntityContainer(String) - Method in interface org.apache.olingo.client.api.edm.xml.Schema
Gets entity container with the given name.
getEntityContainer() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getEntityContainer(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
Get entity container by full qualified name.
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(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
Returns the entity container for the given name, or null if not found.
getEntityContainer() - Method in class org.apache.olingo.commons.api.edm.Target
 
getEntityContainer(Class<T>) - Method in class org.apache.olingo.ext.proxy.AbstractService
Return an initialized concrete implementation of the passed EntityContainer interface.
getEntityContainer() - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
Returns the entity container of this edm
getEntityContainer() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getEntityContainer() - Method in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
getEntityContainer() - Method in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
getEntityContainer() - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
getEntityContainerInfo(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an EntityContainerInfo or null if nothing is found
getEntityContainerInfo(FullQualifiedName) - Method in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
getEntityContainerInfo(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
getEntityContainerInfo(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
getEntityContainerName() - Method in interface org.apache.olingo.commons.api.edm.EdmEntitySetInfo
 
getEntityContainerName() - Method in interface org.apache.olingo.commons.api.edm.EdmOperationImportInfo
 
getEntityContainerName() - Method in interface org.apache.olingo.commons.api.edm.EdmSingletonInfo
 
getEntityContainerName() - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
 
getEntityContainers() - Method in interface org.apache.olingo.client.api.edm.xml.Schema
 
getEntityContainers() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getEntityContainers() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
Returns the list of entity containers for this schema.
getEntityCreateRequest(URI, E) - Method in interface org.apache.olingo.client.api.communication.request.cud.CommonCUDRequestFactory
Gets a create request object instance.
getEntityHandler() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
getEntityKeyType(EdmSingleton) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getEntityKeyType(EdmNavigationProperty) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getEntityKeyType(EdmEntitySet) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getEntityKeyType(EdmEntityType) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getEntityProxy(AbstractService<?>, CommonODataEntity, URI, Class<?>, String, boolean) - Static method in class org.apache.olingo.ext.proxy.utils.ProxyUtils
 
getEntityRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.CommonRetrieveRequestFactory
Gets a uri request returning a single OData entity.
getEntityRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.v3.RetrieveRequestFactory
 
getEntityRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.v4.RetrieveRequestFactory
 
getEntitySet(String) - Method in interface org.apache.olingo.client.api.edm.xml.EntityContainer
 
getEntitySet() - Method in interface org.apache.olingo.client.api.edm.xml.v3.AssociationSetEnd
 
getEntitySet() - Method in interface org.apache.olingo.client.api.edm.xml.v3.FunctionImport
 
getEntitySet(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.EntityContainer
 
getEntitySet() - Method in interface org.apache.olingo.client.api.edm.xml.v4.OperationImport
 
getEntitySet(CommonODataEntitySet) - Method in interface org.apache.olingo.client.api.serialization.CommonODataBinder
Gets a EntitySet from the given OData entity set.
getEntitySet() - Method in class org.apache.olingo.commons.api.domain.ODataInlineEntitySet
Gets wrapped entity set.
getEntitySet(String) - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
Get contained EntitySet by name.
getEntitySet() - Method in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
 
getEntitySet(FullQualifiedName, String) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an EntitySet or null if nothing is found
getEntitySet() - Method in class org.apache.olingo.server.api.edm.provider.OperationImport
 
getEntitySet() - Method in interface org.apache.olingo.server.api.uri.UriResourceEntitySet
 
getEntitySet(FullQualifiedName, String) - Method in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
getEntitySet(FullQualifiedName, String) - Method in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
getEntitySet(FullQualifiedName, String) - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
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.CommonRetrieveRequestFactory
Gets a uri request returning a set of one or more OData entities.
getEntitySetIteratorRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.v3.RetrieveRequestFactory
 
getEntitySetIteratorRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.v4.RetrieveRequestFactory
 
getEntitySetName() - Method in interface org.apache.olingo.commons.api.edm.EdmEntitySetInfo
 
getEntitySetNames() - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
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
 
getEntitySetPath() - Method in interface org.apache.olingo.client.api.edm.xml.v3.FunctionImport
 
getEntitySetPath() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Action
 
getEntitySetPath() - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
getEntitySetProxy(AbstractService<?>, Class<?>, URI) - Static method in class org.apache.olingo.ext.proxy.utils.ProxyUtils
 
getEntitySetRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.CommonRetrieveRequestFactory
Gets a uri request returning a set of one or more OData entities.
getEntitySetRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.v3.RetrieveRequestFactory
 
getEntitySetRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.v4.RetrieveRequestFactory
 
getEntitySets() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
Gets top level entity sets.
getEntitySets() - Method in interface org.apache.olingo.client.api.edm.xml.EntityContainer
 
getEntitySets() - Method in interface org.apache.olingo.client.api.edm.xml.v4.EntityContainer
 
getEntitySets() - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
 
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.server.api.edm.provider.EntityContainer
 
getEntitySetURI(String) - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
Gets URI about the given entity set.
getEntitySetUri() - Method in interface org.apache.olingo.commons.api.edm.EdmEntitySetInfo
We use a URI object here to ensure the right encoding.
getEntitySetUri() - Method in interface org.apache.olingo.commons.api.edm.EdmSingletonInfo
We use a URI object here to ensure the right encoding.
getEntitySetURI() - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
 
getEntitySetURI() - Method in class org.apache.olingo.ext.proxy.context.EntityUUID
 
getEntitySetURIs() - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
Gets entity set URIs.
getEntityType() - Method in interface org.apache.olingo.client.api.edm.xml.EntitySet
 
getEntityType(String) - Method in interface org.apache.olingo.client.api.edm.xml.Schema
Gets entity type with the given name.
getEntityType(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getEntityType(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
Get entity type by full qualified name.
getEntityType() - Method in interface org.apache.olingo.commons.api.edm.EdmBindingTarget
Get the entity type.
getEntityType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an EntityType or null if nothing is found
getEntityType() - Method in interface org.apache.olingo.server.api.uri.UriResourceEntitySet
 
getEntityType() - Method in interface org.apache.olingo.server.api.uri.UriResourceSingleton
 
getEntityType(FullQualifiedName) - Method in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
getEntityType(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
getEntityType(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
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.client.api.edm.xml.Schema
 
getEntityTypes() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getEntityTypes() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
 
getEntityTypes() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getEntityUpdateRequest(URI, UT, E) - Method in interface org.apache.olingo.client.api.communication.request.cud.CommonCUDRequestFactory
Gets an update request object instance.
getEntityUpdateRequest(UT, E) - Method in interface org.apache.olingo.client.api.communication.request.cud.CommonCUDRequestFactory
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 interface org.apache.olingo.client.api.edm.xml.Schema
 
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.server.api.edm.provider.EdmProvider
This method should return an EnumType or null if nothing is found
getEnumType(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
getEnumType(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.EnumTypeProvider
 
getEnumTypeClass(String) - Method in class org.apache.olingo.ext.proxy.AbstractService
 
getEnumTypes() - Method in interface org.apache.olingo.client.api.edm.xml.Schema
 
getEnumTypes() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
 
getEnumTypes() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getEnumValue() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValuable
Gets enum value.
getErrors() - Method in exception org.apache.olingo.ext.proxy.api.ODataFlushException
 
getETag() - Method in interface org.apache.olingo.client.api.communication.response.ODataResponse
Gets 'ETag' header value.
getETag() - Method in interface org.apache.olingo.commons.api.data.Entity
Gets ETag.
getETag() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
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.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.ExpandItem
 
getExpandOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
 
getExpandOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getExpression() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Annotation
 
getExpression() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.Not
 
getExpression() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmNot
 
getExpression() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotation
 
getExpression() - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.queryoption.FilterOption
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.queryoption.OrderByItem
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.UriParameter
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaAll
 
getExpression() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaAny
 
getExtends() - Method in interface org.apache.olingo.client.api.edm.xml.EntityContainer
 
getExtendsContainer() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
getExtendsContainer() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainerInfo
 
getExterior() - Method in class org.apache.olingo.commons.api.edm.geo.Polygon
Gets exterior points.
getFcContentKind() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Property
 
getFcNSPrefix() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Property
 
getFcNSURI() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Property
 
getFcProperties(EdmProperty) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getFcSourcePath() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Property
 
getFcTargetPath() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Property
 
getFilterFactory() - Method in interface org.apache.olingo.client.api.CommonODataClient
 
getFilterFactory() - Method in interface org.apache.olingo.client.api.v3.ODataClient
 
getFilterFactory() - Method in interface org.apache.olingo.client.api.v4.ODataClient
 
getFilterOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getFilterOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getFloat() - Method in interface org.apache.olingo.client.api.edm.xml.v3.PropertyValue
 
getFloat() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ValueAnnotation
 
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.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
 
getFromRole() - Method in interface org.apache.olingo.client.api.edm.xml.v3.NavigationProperty
 
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.client.api.edm.xml.v4.annotation.Apply
 
getFunction() - Method in interface org.apache.olingo.client.api.edm.xml.v4.FunctionImport
 
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.server.api.edm.provider.FunctionImport
 
getFunction() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
 
getFunctionByName(FullQualifiedName) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getFunctionFqn() - Method in interface org.apache.olingo.commons.api.edm.EdmFunctionImport
 
getFunctionImport(String) - Method in interface org.apache.olingo.client.api.edm.xml.EntityContainer
 
getFunctionImport(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.EntityContainer
 
getFunctionImport(String) - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
Get contained FunctionImport by name.
getFunctionImport(FullQualifiedName, String) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a FunctionImport or null if nothing is found
getFunctionImport() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
Convenience method which returns the EdmFunctionImport which was used in the resource path to define the EdmFunction.
getFunctionImport(FullQualifiedName, String) - Method in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
getFunctionImport(FullQualifiedName, String) - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
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, ODataValue>) - 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.
getFunctionImportName() - Method in interface org.apache.olingo.commons.api.edm.EdmFunctionImportInfo
 
getFunctionImportNames() - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
Gets function import names.
getFunctionImports() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
Gets top level function imports.
getFunctionImports(String) - Method in interface org.apache.olingo.client.api.edm.xml.EntityContainer
 
getFunctionImports() - Method in interface org.apache.olingo.client.api.edm.xml.EntityContainer
 
getFunctionImports(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.EntityContainer
 
getFunctionImports() - Method in interface org.apache.olingo.client.api.edm.xml.v4.EntityContainer
 
getFunctionImports() - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
 
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.server.api.edm.provider.EntityContainer
 
getFunctionImportURI(String) - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
Gets URI of the given function import.
getFunctionImportUri() - Method in interface org.apache.olingo.commons.api.edm.EdmFunctionImportInfo
We use a URI object here to ensure the right encoding.
getFunctionImportURIs() - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
Gets function import URIs.
getFunctionInvokeRequest(URI, Class<RES>) - 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<RES>, Map<String, ODataValue>) - 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.client.api.edm.xml.v4.Schema
 
getFunctions(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getFunctions() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
 
getFunctions(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a list of all Function for the FullQualifiedname or null if nothing is found
getFunctions() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getFunctions(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
getFunctions(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
getFunctionsBoundTo(String, boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getFurtherDeletes() - Method in class org.apache.olingo.ext.proxy.context.EntityContext
 
getGuard() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.If
 
getGuard() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIf
 
getHeader(HeaderName) - 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.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(HeaderName) - 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.
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 value for a given name.
getHeaders() - Method in class org.apache.olingo.server.api.ODataResponse
Gets all headers.
getHref() - Method in interface 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.
getHttpMethod() - Method in interface org.apache.olingo.client.api.edm.xml.v3.FunctionImport
 
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.commons.api.data.DeletedEntity
 
getId() - Method in interface org.apache.olingo.commons.api.data.Entity
Gets entity ID.
getId() - Method in interface org.apache.olingo.commons.api.data.EntitySet
Gest ID.
getId() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataDeletedEntity
 
getId() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataEntity
To request entity references in place of the actual entities, the client issues a GET request with /$ref appended to the resource path.
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.v4.Reference
 
getIncludeAnnotations() - Method in class org.apache.olingo.server.api.edmx.EdmxReference
edmx:IncludeAnnotations elements that specify the annotations to include from the target document.
getIncludes() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Reference
 
getIncludes() - Method in class org.apache.olingo.server.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
Get the status code info.
getInlineEntity() - Method in interface org.apache.olingo.commons.api.data.Link
Gets in-line entity.
getInlineEntitySet() - Method in interface org.apache.olingo.commons.api.data.Link
Gets in-line entity set.
getInnerError() - Method in class org.apache.olingo.commons.api.domain.ODataError
Gets server defined key-value pairs for debug environment only.
getInstance(String, EntityInvocationHandler, Class<?>) - Static method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
 
getInstance(ODataComplexValue<?>, 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.ComplexInvocationHandler
 
getInstance(Class<?>, AbstractService<?>, CommonURIBuilder<?>) - Static method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
 
getInstance(ODataComplexValue<? extends CommonODataProperty>, Class<?>, AbstractService<?>, CommonURIBuilder<?>) - 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(CommonODataEntity, URI, Class<?>, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
 
getInstance(CommonODataEntity, URI, URI, Class<?>, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
 
getInstance(URI, 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.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
 
getInt() - Method in interface org.apache.olingo.client.api.edm.xml.v3.PropertyValue
 
getInt() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ValueAnnotation
 
getInterior() - Method in class org.apache.olingo.commons.api.edm.geo.Polygon
Gest interior points.
getInternal() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
getInternalName() - Method in interface org.apache.olingo.commons.api.edm.EdmMapping
Get the mapping value
getInternalName() - Method in class org.apache.olingo.server.api.edm.provider.Mapping
 
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<RES>, Map<String, ODataValue>) - 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.CommonEdmEnabledODataClient
 
getInvokeRequestFactory() - Method in interface org.apache.olingo.client.api.CommonODataClient
 
getInvokeRequestFactory() - Method in interface org.apache.olingo.client.api.v3.EdmEnabledODataClient
 
getInvokeRequestFactory() - Method in interface org.apache.olingo.client.api.v4.EdmEnabledODataClient
 
getIsUnicode() - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
getItems() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.Collection
 
getItems() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCollection
 
getJavaType(EdmType, Boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getJavaType(EdmType) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getJavaType(EdmEntityType, Boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getJavaType(EdmEntityType) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getJavaType(String) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getJavaType(String, boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getJsonName(ODataServiceVersion.JsonKey) - Method in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
 
getKey() - Method in interface org.apache.olingo.client.api.edm.xml.EntityType
 
getKey() - Method in class org.apache.olingo.ext.proxy.api.Sort
 
getKey() - Method in class org.apache.olingo.ext.proxy.context.EntityUUID
 
getKey(CommonEdmEnabledODataClient<?>, EntityInvocationHandler, Class<?>, CommonODataEntity) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
 
getKey() - Method in enum org.apache.olingo.server.api.batch.exception.BatchDeserializerException.MessageKeys
 
getKey() - Method in enum org.apache.olingo.server.api.batch.exception.BatchSerializerException.MessageKeys
 
getKey() - Method in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
 
getKey() - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
getKey() - Method in interface org.apache.olingo.server.api.ODataTranslatedException.MessageKey
Gets this key.
getKey() - Method in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
 
getKeyPath() - Method in class org.apache.olingo.commons.api.data.ContextURL
 
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
 
getKeyPropertyName() - Method in interface org.apache.olingo.commons.api.edm.EdmKeyPropertyRef
 
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.SystemQueryOption
 
getKind() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
getKind() - Method in interface org.apache.olingo.server.api.uri.UriResource
 
getLambdaVariable() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaAll
 
getLamdaVariable() - Method in interface org.apache.olingo.server.api.uri.UriResourceLambdaAny
 
getLastContentId() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataChangeset
 
getLeftExpression() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.TwoParamsOpDynamicAnnotationExpression
 
getLeftExpression() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmTwoParamsOpDynamicAnnotationExpression
 
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(ODataLink) - Method in interface org.apache.olingo.client.api.serialization.CommonODataBinder
Gets a Link from the given OData link.
getLink() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
 
getLink() - Method in class org.apache.olingo.commons.api.domain.ODataItem
 
getLinkChanges() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
getLinkCollection(LinkCollection) - Method in interface org.apache.olingo.client.api.serialization.v3.ODataBinder
Gets ODataLinkCollection from the given link collection resource.
getLinkCollectionRequest(URI, String) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.v3.RetrieveRequestFactory
Gets a uri request returning a single OData link.
getLinkCreateRequest(URI, ODataLink) - Method in interface org.apache.olingo.client.api.communication.request.cud.v3.CUDRequestFactory
Gets an add link request object instance.
getLinkedComplexValue() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValuable
Gets complex value with link information (if available).
getLinks() - Method in class org.apache.olingo.client.api.domain.v3.ODataLinkCollection
Gets contained links.
getLinks() - Method in interface org.apache.olingo.commons.api.data.v3.LinkCollection
Smart management of different JSON format produced by OData services when $links is a single or a collection property.
getLinkUpdateRequest(URI, UpdateType, ODataLink) - Method in interface org.apache.olingo.client.api.communication.request.cud.v3.CUDRequestFactory
Gets a link update request object instance.
getLocale() - Method in exception org.apache.olingo.server.api.ODataApplicationException
 
getLocale() - Method in class org.apache.olingo.server.api.ODataServerError
Gets the locale.
getLocale() - Method in class org.apache.olingo.server.api.ODataTranslatedException.ODataErrorMessage
Gets the Locale used for this message.
getLocalizedMessage() - Method in exception org.apache.olingo.server.api.ODataTranslatedException
 
getMapping() - Method in interface org.apache.olingo.commons.api.edm.EdmMappable
Get mapping information applied to an EDM element
getMapping() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
getMapping() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getMaxDataServiceVersion() - Method in interface org.apache.olingo.client.api.edm.xml.DataServices
 
getMaxLength() - Method in interface org.apache.olingo.client.api.edm.xml.CommonParameter
 
getMaxLength() - Method in interface org.apache.olingo.client.api.edm.xml.CommonProperty
 
getMaxLength() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.Cast
 
getMaxLength() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.IsOf
 
getMaxLength() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ReturnType
 
getMaxLength() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Term
 
getMaxLength() - Method in interface org.apache.olingo.client.api.edm.xml.v4.TypeDefinition
 
getMaxLength() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCast
 
getMaxLength() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIsOf
 
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.server.api.edm.provider.Parameter
 
getMaxLength() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getMaxLength() - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
getMaxLength() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getMaxLength() - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
getMaxLength() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
Gets the maxLength facet.
getMaxLength() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
Gets the maxLength facet.
getMediaContentSource() - Method in interface org.apache.olingo.commons.api.data.Entity
Gets media content resource.
getMediaContentSource() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
Gets media content source.
getMediaContentType() - Method in interface org.apache.olingo.commons.api.data.Entity
Gets media content type.
getMediaContentType() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
Gets media content type.
getMediaEditLink(String) - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
Gets media-edit link with given name, if available, otherwise null.
getMediaEditLink(String, CommonODataEntity) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
 
getMediaEditLinks() - Method in interface org.apache.olingo.commons.api.data.Entity
Gets media entity links.
getMediaEditLinks() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
Returns entity media edit links.
getMediaEntityCreateRequest(URI, InputStream) - Method in interface org.apache.olingo.client.api.communication.request.cud.CommonCUDRequestFactory
Gets a media entity create request object instance.
getMediaEntityRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.CommonRetrieveRequestFactory
Gets a uri request returning a media entity.
getMediaEntityUpdateRequest(URI, InputStream) - Method in interface org.apache.olingo.client.api.communication.request.cud.CommonCUDRequestFactory
Gets a media entity update request object instance.
getMediaETag() - Method in interface org.apache.olingo.commons.api.data.Entity
ETag of the binary stream represented by this media entity or named stream property.
getMediaETag() - Method in interface org.apache.olingo.commons.api.data.Link
Gets Media ETag.
getMediaETag() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
ETag of the binary stream represented by this media entity or named stream property.
getMediaETag() - Method in class org.apache.olingo.commons.api.domain.ODataLink
Gets Media ETag.
getMediaRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.CommonRetrieveRequestFactory
Gets a uri request returning a media stream.
getMediaResourceMimeTypeKey() - Method in interface org.apache.olingo.commons.api.edm.EdmMapping
Gets the key under which the resource mime type can be found in the data map.
getMediaResourceMimeTypeKey() - Method in class org.apache.olingo.server.api.edm.provider.Mapping
 
getMediaResourceSourceKey() - Method in interface org.apache.olingo.commons.api.edm.EdmMapping
Gets the key under which the resource source value can be found in the data map.
getMediaResourceSourceKey() - Method in class org.apache.olingo.server.api.edm.provider.Mapping
 
getMember(String) - Method in interface org.apache.olingo.client.api.edm.xml.EnumType
 
getMember(Integer) - Method in interface org.apache.olingo.client.api.edm.xml.EnumType
 
getMember(String) - Method in interface org.apache.olingo.commons.api.edm.EdmEnumType
 
getMemberNames() - Method in interface org.apache.olingo.commons.api.edm.EdmEnumType
 
getMembers() - Method in interface org.apache.olingo.client.api.edm.xml.EnumType
 
getMembers() - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
getMessage() - Method in class org.apache.olingo.commons.api.domain.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.domain.ODataErrorDetail
Gets error message.
getMessage() - Method in class org.apache.olingo.server.api.ODataTranslatedException.ODataErrorMessage
Gets the message text.
getMessageKey() - Method in exception org.apache.olingo.server.api.ODataTranslatedException
Gets the message key.
getMetadata() - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getMetadataAnchor() - Method in class org.apache.olingo.commons.api.domain.ODataOperation
Gets metadata anchor.
getMetadataETag() - Method in class org.apache.olingo.commons.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.
getMetadataRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.CommonRetrieveRequestFactory
Gets a metadata request instance.
getMethod() - Method in interface org.apache.olingo.client.api.communication.request.cud.CommonUpdateType
Gets HTTP request method.
getMethod() - Method in enum org.apache.olingo.client.api.communication.request.cud.v3.UpdateType
Gets HTTP request method.
getMethod() - Method in enum org.apache.olingo.client.api.communication.request.cud.v4.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.expression.Method
 
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.server.api.edm.provider.Property
 
getMode() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Parameter
 
getMultiplicity() - Method in interface org.apache.olingo.client.api.edm.xml.v3.AssociationEnd
 
getName() - Method in interface org.apache.olingo.client.api.data.ServiceDocumentItem
 
getName() - Method in interface org.apache.olingo.client.api.edm.xml.Member
 
getName() - Method in interface org.apache.olingo.client.api.edm.xml.Named
 
getName() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.LabeledElement
 
getName() - Method in interface org.apache.olingo.commons.api.data.Property
 
getName() - Method in interface org.apache.olingo.commons.api.domain.CommonODataProperty
Returns property name.
getName() - Method in class org.apache.olingo.commons.api.domain.ODataItem
 
getName() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmLabeledElement
 
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.ext.proxy.utils.CompoundKeyElementWrapper
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.EnumMember
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.OperationImport
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getName() - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
getName() - Method in interface org.apache.olingo.server.api.uri.queryoption.QueryOption
 
getName() - Method in interface org.apache.olingo.server.api.uri.UriParameter
 
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.Schema
 
getNamespace() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Using
 
getNamespace() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Include
 
getNamespace(ODataServiceVersion.NamespaceKey) - Method in enum org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
 
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.ext.pojogen.AbstractUtility
 
getNamespace(Class<?>) - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
 
getNamespace() - Method in class org.apache.olingo.server.api.edm.provider.AliasInfo
 
getNamespace() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getNamespace() - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceInclude
 
getNavigationBinding(String) - Method in interface 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 interface org.apache.olingo.commons.api.data.Linked
Gets binding links.
getNavigationLink(String) - Method in interface org.apache.olingo.commons.api.data.Linked
Gets navigation link with given name, if available, otherwise null.
getNavigationLink(String) - Method in interface org.apache.olingo.commons.api.domain.ODataLinked
Gets navigation link with given name, if available, otherwise null.
getNavigationLinks() - Method in interface org.apache.olingo.commons.api.data.Linked
Gets navigation links.
getNavigationLinks() - Method in interface org.apache.olingo.commons.api.domain.ODataLinked
Returns all entity navigation links (including inline entities / entity sets).
getNavigationProperties() - Method in interface org.apache.olingo.client.api.edm.xml.ComplexType
 
getNavigationProperties() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ComplexType
 
getNavigationProperties() - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
getNavigationProperty(String) - Method in interface org.apache.olingo.client.api.edm.xml.ComplexType
 
getNavigationProperty(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.ComplexType
 
getNavigationProperty(String) - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
Get navigation property by name.
getNavigationPropertyBindings() - Method in interface org.apache.olingo.client.api.edm.xml.v4.BindingTarget
 
getNavigationPropertyBindings() - Method in interface org.apache.olingo.commons.api.edm.EdmBindingTarget
 
getNavigationPropertyBindings() - Method in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
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
 
getNavPropAnnotatableHandlers() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
getNext() - Method in class org.apache.olingo.client.api.domain.ODataEntitySetIterator
Gets the next link if exists.
getNext() - Method in class org.apache.olingo.client.api.domain.v3.ODataLinkCollection
Gets next page link.
getNext() - Method in interface org.apache.olingo.commons.api.data.EntitySet
Gets next link if exists.
getNext() - Method in interface org.apache.olingo.commons.api.data.v3.LinkCollection
Gets next link if exists.
getNext() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntitySet
Gets next page link.
getNullable() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
getNullable() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
getNullable() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getNullable() - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
getNullable() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getObject() - Method in interface org.apache.olingo.commons.api.edm.EdmMapping
Get the set object for this mapping
getObject() - Method in class org.apache.olingo.server.api.edm.provider.Mapping
 
getObjectFactory() - Method in interface org.apache.olingo.client.api.CommonODataClient
 
getObjectFactory() - Method in interface org.apache.olingo.client.api.v3.ODataClient
 
getObjectFactory() - Method in interface org.apache.olingo.client.api.v4.ODataClient
 
getObjectFromODataValue(ODataValue, Type, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
 
getObjectFromODataValue(ODataValue, Class<?>, AbstractService<?>) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
 
getODataAnnotation(CommonEdmEnabledODataClient<?>, String, EdmType, Object) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
 
getODataDelta(ResWrap<Delta>) - Method in interface org.apache.olingo.client.api.serialization.v4.ODataBinder
 
getODataEntity(ResWrap<Entity>) - Method in interface org.apache.olingo.client.api.serialization.CommonODataBinder
Gets ODataEntity from the given entity resource.
getODataEntity(ResWrap<Entity>) - Method in interface org.apache.olingo.client.api.serialization.v3.ODataBinder
 
getODataEntity(ResWrap<Entity>) - Method in interface org.apache.olingo.client.api.serialization.v4.ODataBinder
 
getODataEntitySet(ResWrap<EntitySet>) - Method in interface org.apache.olingo.client.api.serialization.CommonODataBinder
Gets ODataEntitySet from the given entity set resource.
getODataEntitySet(ResWrap<EntitySet>) - Method in interface org.apache.olingo.client.api.serialization.v3.ODataBinder
 
getODataEntitySet(ResWrap<EntitySet>) - Method in interface org.apache.olingo.client.api.serialization.v4.ODataBinder
 
getODataError() - Method in exception org.apache.olingo.client.api.communication.ODataClientErrorException
Gets OData error.
getODataErrorCode() - Method in exception org.apache.olingo.server.api.ODataApplicationException
 
getODataProperty(ResWrap<Property>) - Method in interface org.apache.olingo.client.api.serialization.CommonODataBinder
Gets an ODataProperty from the given property resource.
getODataProperty(ResWrap<Property>) - Method in interface org.apache.olingo.client.api.serialization.v3.ODataBinder
 
getODataProperty(ResWrap<Property>) - Method in interface org.apache.olingo.client.api.serialization.v4.ODataBinder
 
getODataProperty(CommonEdmEnabledODataClient<?>, 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.v4.AsyncResponseWrapper
Gets the real response.
getODataServiceDocument(ServiceDocument) - Method in interface org.apache.olingo.client.api.serialization.CommonODataBinder
Gets ODataServiceDocument from the given service document resource.
getODataValue(CommonEdmEnabledODataClient<?>, EdmTypeInfo, Object) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
 
getOnDelete() - Method in interface org.apache.olingo.client.api.edm.xml.v3.AssociationEnd
 
getOnDelete() - Method in interface org.apache.olingo.client.api.edm.xml.v4.NavigationProperty
 
getOnDelete() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
getOperand() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Unary
 
getOperand() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchUnary
 
getOperation(String) - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
Searches for operation with given title.
getOperations() - Method in interface org.apache.olingo.commons.api.data.Entity
Gets operations.
getOperations() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
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
 
getOrderByOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getOrderByOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getOrders() - Method in interface org.apache.olingo.server.api.uri.queryoption.OrderByOption
 
getOutputStream() - Method in interface org.apache.olingo.client.api.communication.request.batch.CommonODataBatchRequest
Gets piped stream to be used to stream batch items.
getParameter(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.Action
 
getParameter(String) - Method in interface org.apache.olingo.commons.api.edm.EdmOperation
 
getParameterName() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Alias
 
getParameterNames() - Method in interface org.apache.olingo.commons.api.edm.EdmOperation
 
getParameters() - Method in interface org.apache.olingo.client.api.edm.xml.v3.FunctionImport
 
getParameters() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Action
 
getParameters() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.Apply
 
getParameters() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmApply
 
getParameters() - Method in class org.apache.olingo.commons.api.format.AcceptType
 
getParameters() - Method in class org.apache.olingo.commons.api.format.ContentType
 
getParameters() - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
getParameters() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Method
 
getParameters() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
 
getParentContainerName() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
 
getPartner() - Method in interface org.apache.olingo.client.api.edm.xml.v4.NavigationProperty
 
getPartner() - Method in interface org.apache.olingo.commons.api.edm.EdmNavigationProperty
 
getPartner() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
getPath() - Method in interface org.apache.olingo.client.api.edm.xml.v3.PropertyValue
 
getPath() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ValueAnnotation
 
getPath() - Method in interface org.apache.olingo.client.api.edm.xml.v4.NavigationPropertyBinding
 
getPath() - Method in interface org.apache.olingo.commons.api.edm.EdmKeyPropertyRef
 
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.server.api.edm.provider.EntitySetPath
 
getPath() - Method in class org.apache.olingo.server.api.edm.provider.NavigationPropertyBinding
 
getPath() - Method in class org.apache.olingo.server.api.edm.provider.PropertyRef
 
getPayload() - Method in class org.apache.olingo.commons.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.client.api.edm.xml.CommonParameter
 
getPrecision() - Method in interface org.apache.olingo.client.api.edm.xml.CommonProperty
 
getPrecision() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.Cast
 
getPrecision() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.IsOf
 
getPrecision() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ReturnType
 
getPrecision() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Term
 
getPrecision() - Method in interface org.apache.olingo.client.api.edm.xml.v4.TypeDefinition
 
getPrecision() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCast
 
getPrecision() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIsOf
 
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.server.api.edm.provider.Parameter
 
getPrecision() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getPrecision() - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
getPrecision() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getPrecision() - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
getPrecision() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
Gets the precision facet.
getPrecision() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
Gets the precision facet.
getPrefer() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Gets Prefer OData request header.
getPrimitiveValue() - Method in interface org.apache.olingo.commons.api.domain.CommonODataProperty
Gets primitive value.
getPrimitiveValue() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValuable
Gets primitive value.
getPrincipal() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ReferentialConstraint
 
getPropAnnotatableHandlers() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
getProperties() - Method in interface org.apache.olingo.client.api.edm.xml.ComplexType
 
getProperties() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ComplexType
 
getProperties() - Method in interface org.apache.olingo.commons.api.data.Entity
Gets properties.
getProperties() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
Returns OData entity properties.
getProperties() - Method in interface org.apache.olingo.commons.api.domain.v3.ODataEntity
 
getProperties() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataEntity
 
getProperties() - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
getProperty(String) - Method in interface org.apache.olingo.client.api.edm.xml.ComplexType
 
getProperty() - Method in interface org.apache.olingo.client.api.edm.xml.v3.PropertyValue
 
getProperty() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.PropertyValue
 
getProperty(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.ComplexType
 
getProperty() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ReferentialConstraint
 
getProperty(CommonODataProperty) - Method in interface org.apache.olingo.client.api.serialization.CommonODataBinder
Gets a Property from the given OData property.
getProperty(String) - Method in interface org.apache.olingo.commons.api.data.Entity
Gets property with given name.
getProperty(String) - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
Searches for property with given name.
getProperty(String) - Method in interface org.apache.olingo.commons.api.domain.v3.ODataEntity
 
getProperty(String) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataEntity
 
getProperty() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmPropertyValue
 
getProperty() - Method in interface org.apache.olingo.commons.api.edm.EdmKeyPropertyRef
 
getProperty(String) - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
Get property by name
getProperty() - Method in class org.apache.olingo.server.api.edm.provider.ReferentialConstraint
 
getProperty() - Method in interface org.apache.olingo.server.api.uri.UriResourceNavigation
 
getProperty() - Method in interface org.apache.olingo.server.api.uri.UriResourceProperty
 
getPropertyChanges() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
getPropertyCollectionValueUpdateRequest(URI, CommonODataProperty) - Method in interface org.apache.olingo.client.api.communication.request.cud.CommonCUDRequestFactory
Gets an update request object instance.
getPropertyComplexValueUpdateRequest(URI, UT, CommonODataProperty) - Method in interface org.apache.olingo.client.api.communication.request.cud.CommonCUDRequestFactory
Gets an update request object instance.
getPropertyName() - Method in interface org.apache.olingo.commons.api.edm.EdmReferentialConstraint
 
getPropertyName() - Method in class org.apache.olingo.server.api.edm.provider.PropertyRef
 
getPropertyNames() - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
Get all simple and complex property names.
getPropertyPrimitiveValueUpdateRequest(URI, CommonODataProperty) - Method in interface org.apache.olingo.client.api.communication.request.cud.CommonCUDRequestFactory
Gets an update request object instance.
getPropertyRefs() - Method in interface org.apache.olingo.client.api.edm.xml.EntityKey
 
getPropertyRefs() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ReferentialConstraintRole
 
getPropertyRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.CommonRetrieveRequestFactory
Gets a uri request returning a single OData entity property.
getPropertyRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.v3.RetrieveRequestFactory
 
getPropertyRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.v4.RetrieveRequestFactory
 
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.CommonRetrieveRequestFactory
Gets a uri request returning a single OData entity property value.
getPropertyValues() - Method in interface org.apache.olingo.client.api.edm.xml.v3.TypeAnnotation
 
getPropertyValues() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.Record
 
getPropertyValues() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmRecord
 
getQualifier() - Method in interface org.apache.olingo.client.api.edm.xml.CommonAnnotations
 
getQualifier() - Method in interface org.apache.olingo.client.api.edm.xml.v3.TypeAnnotation
 
getQualifier() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ValueAnnotation
 
getQualifier() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Annotation
 
getQualifier() - Method in interface org.apache.olingo.client.api.edm.xml.v4.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.server.api.edm.provider.Annotation
 
getQualifier() - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
 
getQuality() - Method in class org.apache.olingo.commons.api.format.AcceptType
 
getRawBaseUri() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions
getRawBaseUri() - Method in class org.apache.olingo.server.api.ODataRequest
Gets the base URI.
getRawODataPath() - Method in class org.apache.olingo.server.api.ODataRequest
Gets the path segments of the request URI that belong to OData.
getRawQueryPath() - Method in class org.apache.olingo.server.api.ODataRequest
Gets the query part of the request URI.
getRawRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.CommonRetrieveRequestFactory
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 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
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.CommonODataClient
 
getReader() - Method in interface org.apache.olingo.client.api.v3.ODataClient
 
getReader() - Method in interface org.apache.olingo.client.api.v4.ODataClient
 
getReason() - Method in interface org.apache.olingo.commons.api.data.DeletedEntity
 
getReason() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataDeletedEntity
 
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.v4.CUDRequestFactory
A successful POST request to a navigation property's references collection adds a relationship to an existing entity.
getReferencedProperty() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ReferentialConstraint
 
getReferencedProperty() - Method in class org.apache.olingo.server.api.edm.provider.ReferentialConstraint
 
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.v4.Edmx
 
getReferences() - Method in interface org.apache.olingo.client.api.edm.xml.v4.XMLMetadata
 
getReferences() - Method in interface org.apache.olingo.server.api.ServiceMetadata
 
getReferenceSingleChangeRequest(URI, URI, URI) - Method in interface org.apache.olingo.client.api.communication.request.cud.v4.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
 
getReferentialConstraint() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Association
 
getReferentialConstraints() - Method in interface org.apache.olingo.client.api.edm.xml.v4.NavigationProperty
 
getReferentialConstraints() - Method in interface org.apache.olingo.commons.api.edm.EdmNavigationProperty
 
getReferentialConstraints() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
getRel() - Method in interface org.apache.olingo.commons.api.data.Link
Gets rel info.
getRel() - Method in class org.apache.olingo.commons.api.domain.ODataLink
Gets link rel.
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.commons.api.domain.ODataServiceDocument
 
getRelatedServiceDocumentsNames() - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
Gets related service documents names.
getRelatedServiceDocumentsURIs() - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
Gets related service documents URIs.
getRelatedServiceDocumentURI(String) - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
Gets URI of the given related service documents.
getRelationship() - Method in interface org.apache.olingo.client.api.edm.xml.v3.NavigationProperty
 
getRelationship() - Method in interface org.apache.olingo.commons.api.data.DeltaLink
 
getRelationship() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataDeltaLink
 
getRepresentation() - Method in enum org.apache.olingo.commons.api.data.ContextURL.Suffix
 
getRequest() - Method in class org.apache.olingo.ext.proxy.api.ODataResponseError
 
getRequests() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchRequestPart
Get requests.
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 true if the current instance represents a change set.
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.CommonODataClient
 
getRetrieveRequestFactory() - Method in interface org.apache.olingo.client.api.v3.ODataClient
 
getRetrieveRequestFactory() - Method in interface org.apache.olingo.client.api.v4.ODataClient
 
getReturnedEntitySet(EdmEntitySet) - Method in interface org.apache.olingo.commons.api.edm.EdmOperation
 
getReturnedEntitySet() - Method in interface org.apache.olingo.commons.api.edm.EdmOperationImport
 
getReturnType() - Method in interface org.apache.olingo.client.api.edm.xml.v3.FunctionImport
 
getReturnType() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Action
 
getReturnType() - Method in interface org.apache.olingo.commons.api.edm.EdmOperation
 
getReturnType() - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
getRightExpression() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.TwoParamsOpDynamicAnnotationExpression
 
getRightExpression() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmTwoParamsOpDynamicAnnotationExpression
 
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
 
getRole() - Method in interface org.apache.olingo.client.api.edm.xml.v3.AssociationEnd
 
getRole() - Method in interface org.apache.olingo.client.api.edm.xml.v3.AssociationSetEnd
 
getRole() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ReferentialConstraintRole
 
getScale() - Method in interface org.apache.olingo.client.api.edm.xml.CommonParameter
 
getScale() - Method in interface org.apache.olingo.client.api.edm.xml.CommonProperty
 
getScale() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.Cast
 
getScale() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.IsOf
 
getScale() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ReturnType
 
getScale() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Term
 
getScale() - Method in interface org.apache.olingo.client.api.edm.xml.v4.TypeDefinition
 
getScale() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCast
 
getScale() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIsOf
 
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.server.api.edm.provider.Parameter
 
getScale() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getScale() - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
getScale() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getScale() - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
getScale() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
Gets the scale facet.
getScale() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
Gets the scale facet.
getSchema(int) - Method in interface org.apache.olingo.client.api.edm.xml.v4.XMLMetadata
 
getSchema(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.XMLMetadata
 
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.
getSchema() - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
getSchema() - Method in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
 
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
 
getSchemas() - Method in interface org.apache.olingo.client.api.edm.xml.DataServices
 
getSchemas() - Method in interface org.apache.olingo.client.api.edm.xml.v4.XMLMetadata
 
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.server.api.edm.provider.EdmProvider
This method should return a collection of all Schema
getSchemas() - Method in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
getSchemas() - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
getSchemas() - Method in class org.apache.olingo.server.tecsvc.provider.SchemaProvider
 
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.v4.ODataClient
 
getSearchOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getSearchOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getSearchTerm() - Method in interface org.apache.olingo.server.api.uri.queryoption.search.SearchTerm
 
getSelect() - Method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions
Gets the $select system query option.
getSelect() - Method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
Gets the $select system query option.
getSelect() - Method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions
Gets the $select system query option.
getSelectItems() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectOption
 
getSelectList() - Method in class org.apache.olingo.commons.api.data.ContextURL
 
getSelectOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getSelectOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoEntityId
 
getSelectOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getSelfLink() - Method in interface org.apache.olingo.commons.api.data.Entity
Gets entity self link.
getSerializer(ODataFormat) - Method in interface org.apache.olingo.client.api.CommonODataClient
 
getService() - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
 
getServiceDocumentRequest(String) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.CommonRetrieveRequestFactory
Gets a service document request instance.
getServiceRoot() - Method in interface org.apache.olingo.client.api.CommonEdmEnabledODataClient
 
getServiceRoot() - Method in class org.apache.olingo.commons.api.data.ContextURL
 
getServiceVersion() - Method in interface org.apache.olingo.client.api.CommonODataClient
 
getSingleton(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.EntityContainer
 
getSingleton(String) - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
Get contained Singleton by name.
getSingleton(FullQualifiedName, String) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return an Singleton or null if nothing is found
getSingleton() - Method in interface org.apache.olingo.server.api.uri.UriResourceSingleton
 
getSingleton(FullQualifiedName, String) - Method in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
getSingleton(FullQualifiedName, String) - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
getSingletonByName(String) - Method in interface org.apache.olingo.client.api.data.ServiceDocument
Gets top level singleton with given name.
getSingletonName() - Method in interface org.apache.olingo.commons.api.edm.EdmSingletonInfo
 
getSingletonNames() - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
Gets singleton names.
getSingletonRequest(URI) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.v4.RetrieveRequestFactory
 
getSingletons() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
Gets top level singletons.
getSingletons() - Method in interface org.apache.olingo.client.api.edm.xml.v4.EntityContainer
 
getSingletons() - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
 
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.server.api.edm.provider.EntityContainer
 
getSingletonUpdateRequest(URI, UpdateType, ODataSingleton) - Method in interface org.apache.olingo.client.api.communication.request.cud.v4.CUDRequestFactory
 
getSingletonUpdateRequest(UpdateType, ODataSingleton) - Method in interface org.apache.olingo.client.api.communication.request.cud.v4.CUDRequestFactory
 
getSingletonURI(String) - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
Gets URI of the given singleton.
getSingletonURIs() - Method in class org.apache.olingo.commons.api.domain.ODataServiceDocument
Gets singleton URIs.
getSkipOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getSkipOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getSkipTokenOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getSource() - Method in interface org.apache.olingo.commons.api.data.DeltaLink
 
getSource() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataDeltaLink
 
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.client.api.edm.xml.CommonProperty
 
getSrid() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.Cast
 
getSrid() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.IsOf
 
getSrid() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Parameter
 
getSrid() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ReturnType
 
getSrid() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Term
 
getSrid() - Method in interface org.apache.olingo.client.api.edm.xml.v4.TypeDefinition
 
getSrid() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCast
 
getSrid() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIsOf
 
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.
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
Get 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
 
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.
getStoreGeneratedPattern() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Property
 
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.CommonCUDRequestFactory
Gets a stream update request object instance.
getString() - Method in interface org.apache.olingo.client.api.edm.xml.v3.PropertyValue
 
getString() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ValueAnnotation
 
getStructuralProperty(String) - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
Get structural property by name.
getSubtype() - Method in class org.apache.olingo.commons.api.format.AcceptType
 
getSubtype() - Method in class org.apache.olingo.commons.api.format.ContentType
 
getSuffix() - Method in class org.apache.olingo.commons.api.data.ContextURL
 
getSupportedVersions() - Method in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
 
getSystemQueryOptions() - Method in interface org.apache.olingo.server.api.uri.UriInfo
 
getTarget() - Method in interface org.apache.olingo.client.api.edm.xml.CommonAnnotations
 
getTarget() - Method in interface org.apache.olingo.client.api.edm.xml.v4.NavigationPropertyBinding
 
getTarget() - Method in interface org.apache.olingo.commons.api.data.DeltaLink
 
getTarget() - Method in class org.apache.olingo.commons.api.domain.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.domain.ODataErrorDetail
Gets error target.
getTarget() - Method in class org.apache.olingo.commons.api.domain.ODataOperation
Gets target.
getTarget() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataDeltaLink
 
getTarget() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotations
 
getTarget() - Method in interface org.apache.olingo.commons.api.edm.EdmNavigationPropertyBinding
 
getTarget() - Method in class org.apache.olingo.server.api.edm.provider.NavigationPropertyBinding
 
getTargetEntitySetURI(CommonEdmEnabledODataClient<?>, NavigationProperty) - Static method in class org.apache.olingo.ext.proxy.utils.CoreUtils
 
getTargetName() - Method in class org.apache.olingo.commons.api.edm.Target
 
getTargetNamespace() - Method in interface org.apache.olingo.client.api.edm.xml.v4.IncludeAnnotations
 
getTargetNamespace() - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
 
getTargets() - Method in class org.apache.olingo.ext.proxy.context.EntityLinkDesc
 
getTerm() - Method in interface org.apache.olingo.client.api.edm.xml.v3.TypeAnnotation
 
getTerm() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ValueAnnotation
 
getTerm() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Annotation
 
getTerm(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getTerm() - Method in interface org.apache.olingo.commons.api.data.Annotation
 
getTerm() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataAnnotation
Returns annotation name.
getTerm(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
Get Term full by qualified name.
getTerm() - Method in interface org.apache.olingo.commons.api.edm.EdmAnnotation
 
getTerm() - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
getTerm(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EdmProvider
This method should return a Term for the FullQualifiedName or null if nothing is found.
getTerm(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
getTermClass(String) - Method in class org.apache.olingo.ext.proxy.AbstractService
 
getTermNamespace() - Method in interface org.apache.olingo.client.api.edm.xml.v4.IncludeAnnotations
 
getTermNamespace() - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
 
getTerms() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getTerms() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
 
getTerms() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getText() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Literal
 
getText() - Method in interface org.apache.olingo.server.api.uri.queryoption.QueryOption
 
getText() - Method in interface org.apache.olingo.server.api.uri.UriParameter
 
getThen() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.If
 
getThen() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIf
 
getTitle() - Method in interface org.apache.olingo.client.api.data.ServiceDocument
 
getTitle() - Method in interface org.apache.olingo.commons.api.data.Link
Gets title.
getTitle() - Method in class org.apache.olingo.commons.api.domain.ODataOperation
Gets title.
getTopOption() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
getTopOption() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
 
getToRole() - Method in interface org.apache.olingo.client.api.edm.xml.v3.NavigationProperty
 
getTranslatedMessage(Locale) - Method in exception org.apache.olingo.server.api.ODataTranslatedException
Gets the translated message text for a given locale (or the default locale if not available), returning the developer message text if none is found.
getType() - Method in interface org.apache.olingo.client.api.edm.xml.CommonParameter
 
getType() - Method in interface org.apache.olingo.client.api.edm.xml.CommonProperty
 
getType() - Method in interface org.apache.olingo.client.api.edm.xml.v3.AssociationEnd
 
getType() - Method in interface org.apache.olingo.client.api.edm.xml.v3.ValueTerm
 
getType() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.Cast
 
getType() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.ConstantAnnotationExpression
 
getType() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.IsOf
 
getType() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.Record
 
getType() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.TwoParamsOpDynamicAnnotationExpression
 
getType() - Method in interface org.apache.olingo.client.api.edm.xml.v4.NavigationProperty
 
getType() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ReturnType
 
getType() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Term
 
getType() - Method in interface org.apache.olingo.commons.api.data.Entity
Gets entity type.
getType(Geospatial.Dimension, String) - Static method in class org.apache.olingo.commons.api.data.GeoUtils
 
getType() - Method in interface org.apache.olingo.commons.api.data.Link
Gets type.
getType() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
getType() - Method in class org.apache.olingo.commons.api.domain.ODataLink
Gets link type.
getType() - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue
 
getType() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCast
 
getType() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIsOf
 
getType() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmRecord
 
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.geo.Geospatial
Gets type.
getType() - Method in class org.apache.olingo.commons.api.format.AcceptType
 
getType() - Method in class org.apache.olingo.commons.api.format.ContentType
 
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 class org.apache.olingo.server.api.edm.provider.BindingTarget
 
getType() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
getType() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
getType() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
getType() - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
getType() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
getType() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Enumeration
 
getType() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Literal
 
getType() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Member
 
getType() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.TypeLiteral
 
getType() - Method in interface org.apache.olingo.server.api.uri.UriResourcePartTyped
 
getTypeAnnotations() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Annotations
 
getTypeArguments(Type) - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
 
getTypeClass(Type) - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
 
getTypeDefinition(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
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.server.api.edm.provider.EdmProvider
This method should return an TypeDefinition or null if nothing is found
getTypeDefinition(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
getTypeDefinition(FullQualifiedName) - Method in class org.apache.olingo.server.tecsvc.provider.TypeDefinitionProvider
 
getTypeDefinitions() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Schema
 
getTypeDefinitions() - Method in interface org.apache.olingo.commons.api.edm.EdmSchema
 
getTypeDefinitions() - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
getTypeFilterOnCollection() - Method in interface org.apache.olingo.server.api.uri.UriResourceEntitySet
 
getTypeFilterOnCollection() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
 
getTypeFilterOnCollection() - Method in interface org.apache.olingo.server.api.uri.UriResourceIt
 
getTypeFilterOnCollection() - Method in interface org.apache.olingo.server.api.uri.UriResourceNavigation
 
getTypeFilterOnEntry() - Method in interface org.apache.olingo.server.api.uri.UriResourceEntitySet
 
getTypeFilterOnEntry() - Method in interface org.apache.olingo.server.api.uri.UriResourceFunction
 
getTypeFilterOnEntry() - Method in interface org.apache.olingo.server.api.uri.UriResourceIt
 
getTypeFilterOnEntry() - Method in interface org.apache.olingo.server.api.uri.UriResourceNavigation
 
getTypeKind() - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue
 
getTypeName() - Method in class org.apache.olingo.commons.api.domain.AbstractODataValue
 
getTypeName() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
 
getTypeName() - Method in interface org.apache.olingo.commons.api.domain.ODataValue
Gets value type name.
getTypeRef() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
 
getTypeRef() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
getUnboundAction(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.edm.Edm
Get unbound Action by full qualified name.
getUnboundAction() - Method in interface org.apache.olingo.commons.api.edm.EdmActionImport
Gets unbound action.
getUnboundFunction(FullQualifiedName, List<String>) - Method in interface org.apache.olingo.commons.api.edm.Edm
Get Function by full qualified name.
getUnboundFunction(List<String>) - Method in interface org.apache.olingo.commons.api.edm.EdmFunctionImport
Gets unbound function with given parameter names.
getUnboundFunctions(FullQualifiedName) - 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.
getUnderlyingType() - Method in interface org.apache.olingo.client.api.edm.xml.EnumType
 
getUnderlyingType() - Method in interface org.apache.olingo.client.api.edm.xml.v4.TypeDefinition
 
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.server.api.edm.provider.EnumType
 
getUnderlyingType() - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
getURI() - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Returns OData request target URI.
getUri() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Reference
 
getURI() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
 
getUri() - Method in class org.apache.olingo.server.api.edmx.EdmxReference
Get URI for the reference
getUriResourceParts() - Method in interface org.apache.olingo.server.api.uri.UriInfoResource
The path segments behind the service root define which resources are requested by that URI.
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.V3POJOGenMojo
 
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.edm.xml.Member
 
getValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.AnnotationPath
 
getValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.Cast
 
getValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.ConstantAnnotationExpression
 
getValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.IsOf
 
getValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.LabeledElement
 
getValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.LabeledElementReference
 
getValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.NavigationPropertyPath
 
getValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.Path
 
getValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.PropertyPath
 
getValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.PropertyValue
 
getValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.UrlRef
 
getValue() - Method in enum org.apache.olingo.client.api.uri.SegmentType
 
getValue() - Method in interface org.apache.olingo.commons.api.data.LinkedComplexValue
 
getValue() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
getValue() - Method in interface org.apache.olingo.commons.api.domain.CommonODataProperty
Returns property value.
getValue() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataEnumValue
 
getValue() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValuable
Returns annotation value.
getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmAnnotationPath
 
getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmCast
 
getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmConstantAnnotationExpression
 
getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmIsOf
 
getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmLabeledElement
 
getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmLabeledElementReference
 
getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmNavigationPropertyPath
 
getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmPath
 
getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmPropertyPath
 
getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmPropertyValue
 
getValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmUrlRef
 
getValue() - Method in interface org.apache.olingo.commons.api.edm.EdmMember
 
getValue() - Method in class org.apache.olingo.ext.proxy.api.Sort
 
getValue() - Method in class org.apache.olingo.server.api.edm.provider.EnumMember
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.AliasQueryOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.CountOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.IdOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.LevelsExpandOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.SkipOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.SkipTokenOption
 
getValue() - Method in interface org.apache.olingo.server.api.uri.queryoption.TopOption
 
getValueAnnotations() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Annotations
 
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.CommonRetrieveRequestFactory
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 interface org.apache.olingo.commons.api.data.Valuable
 
getValueUpdateRequest(URI, UT, ODataPrimitiveValue) - Method in interface org.apache.olingo.client.api.communication.request.cud.CommonCUDRequestFactory
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.V3POJOGenMojo
 
getVersion() - Method in class org.apache.olingo.ext.pojogen.V4POJOGenMojo
 
getWrappedHttpClientFactory() - Method in interface org.apache.olingo.client.api.http.WrappingHttpClientFactory
 
getWriter() - Method in interface org.apache.olingo.client.api.CommonODataClient
 
getX() - Method in class org.apache.olingo.commons.api.edm.geo.Point
 
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.CommonRetrieveRequestFactory
Gets a metadata request instance.
getY() - Method in class org.apache.olingo.commons.api.edm.geo.Point
 
getZ() - Method in class org.apache.olingo.commons.api.edm.geo.Point
 
gt(String, Object) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
gt(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 

H

handleBatchRequest(BatchRequestPart) - Method in interface org.apache.olingo.server.api.batch.BatchFacade
Handles a BatchRequestPart.
handleODataRequest(ODataRequest) - Method in interface org.apache.olingo.server.api.batch.BatchFacade
Executes a ODataRequest, which must be a part of a change set.
has(String, EdmEnumType, String) - Method in interface org.apache.olingo.client.api.uri.v4.FilterFactory
 
has(FilterArg, EdmEnumType, String) - Method in interface org.apache.olingo.client.api.uri.v4.FilterFactory
 
hasCollectionValue() - Method in interface org.apache.olingo.commons.api.domain.CommonODataProperty
Checks if has collection value.
hasCollectionValue() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValuable
Checks if has collection value.
hasComplexValue() - Method in interface org.apache.olingo.commons.api.domain.CommonODataProperty
Checks if has complex value.
hasComplexValue() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValuable
Checks if has complex value.
hasEnumValue() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValuable
Checks if has enum value.
hashCode() - Method in class org.apache.olingo.commons.api.domain.AbstractODataValue
 
hashCode() - Method in class org.apache.olingo.commons.api.domain.ODataItem
 
hashCode() - Method in class org.apache.olingo.commons.api.edm.FullQualifiedName
 
hashCode() - Method in class org.apache.olingo.commons.api.edm.geo.Geospatial
 
hashCode() - Method in class org.apache.olingo.commons.api.edm.geo.SRID
 
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.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
 
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.ODataEntitySetIterator
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.commons.api.domain.CommonODataProperty
Checks if has null value.
hasNullValue() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValuable
Checks if has null value.
hasPrimitiveValue() - Method in interface org.apache.olingo.commons.api.domain.CommonODataProperty
Checks if has primitive value.
hasPrimitiveValue() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValuable
Checks if has primitive value.
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.server.api.edm.provider.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.
HeaderName - Enum in org.apache.olingo.client.api.communication.header
Major OData request/response header names.
HOST - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
hour(FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
HttpClientException - Exception in org.apache.olingo.client.api.http
A client-side processing runtime exception.
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.toString()) (which typically contains the class and detail message of cause).
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(String) - Constructor for exception org.apache.olingo.client.api.http.HttpClientException
Constructs a new client-side runtime exception with the specified detail message.
HttpClientFactory - Interface in org.apache.olingo.client.api.http
Interface used by ODataRequest implementations to instantiate HttpClient.
HttpContentType - Interface in org.apache.olingo.commons.api.http
Constants for Http Content Type definitions as specified in RFC 2616 Section 14.
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 RFC2616-sec10 and additional status codes as defined in RFC6585
HttpUriRequestFactory - Interface in org.apache.olingo.client.api.http
Interface used by ODataRequest implementations to create the HttpUriRequest.

I

id(String) - Method in interface org.apache.olingo.client.api.uri.v4.URIBuilder
Adds id query option.
IdOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $id when using a entity-id to resolve the entity For example: http://.../$entity?$id=Products(0)
If - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
IF_MATCH - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
IF_MODIFIED_SINCE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
IF_NONE_MATCH - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
IF_UNMODIFIED_SINCE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
Include - Interface in org.apache.olingo.client.api.edm.xml.v4
 
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.v4
 
indexof(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
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.
init(OData, ServiceMetadata) - Method in class org.apache.olingo.server.sample.processor.CarsProcessor
 
init(OData, ServiceMetadata) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalProcessor
 
initFromBatch(ODataBatchLineIterator, String) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchResponseItem
Initializes ODataResponse template from batch response item part.
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.
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.
inlineCount(URIBuilder.InlineCount) - Method in interface org.apache.olingo.client.api.uri.v3.URIBuilder
Adds inlinecount query option.
internal - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
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.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, ODataValue>, Operation, EdmOperation, Type[], AbstractService<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
 
isAbstract() - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
Indicates if the structured type is abstract.
isAbstract - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
isAbstract() - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
isAbstractEntityType() - Method in interface org.apache.olingo.client.api.edm.xml.EntityType
 
isAbstractEntityType() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ComplexType
 
isAddressingDerivedTypes() - Method in interface org.apache.olingo.client.api.Configuration
Gets whether query URIs in request should contain fully qualified type name.
isAllOperationsInSchema() - Method in interface org.apache.olingo.server.api.uri.queryoption.SelectItem
 
isAlwaysBindable() - Method in interface org.apache.olingo.client.api.edm.xml.v3.FunctionImport
 
isAnd() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isAnnotationPath() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isAnnotationPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isApply() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isApply() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
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
actual > comparedTo
isBindable() - Method in interface org.apache.olingo.client.api.edm.xml.v3.FunctionImport
 
isBindingParameterTypeCollection() - Method in interface org.apache.olingo.commons.api.edm.EdmOperation
 
isBound() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Action
 
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 - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
isBound() - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
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.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isCast() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isChanged() - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
 
isChanged() - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
isChanged() - Method in class org.apache.olingo.ext.proxy.commons.ComplexInvocationHandler
 
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
Get the info if a BatchPart is a ChangeSet
isChangeSet() - Method in class org.apache.olingo.server.api.deserializer.batch.ODataResponsePart
Returns a collection of ODataResponses.
isCollection() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isCollection() - Method in class org.apache.olingo.commons.api.data.ContextURL
 
isCollection() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
isCollection() - Method in class org.apache.olingo.commons.api.domain.AbstractODataValue
Check is is a collection value.
isCollection() - Method in interface org.apache.olingo.commons.api.domain.ODataValue
Check is is a collection value.
isCollection() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isCollection() - Method in interface org.apache.olingo.commons.api.edm.EdmTyped
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.Property
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
isCollection() - Method in class org.apache.olingo.server.api.edm.provider.Term
 
isCollection() - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.Member
 
isCollection() - Method in interface org.apache.olingo.server.api.uri.UriResourcePartTyped
 
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
ContentTypes are compatible if type and subtype have the same value.
isComplex() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
isComplex() - Method in class org.apache.olingo.commons.api.domain.AbstractODataValue
Check is is a complex value.
isComplex() - Method in interface org.apache.olingo.commons.api.domain.ODataValue
Check is is a complex value.
isComplex(FullQualifiedName) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
isComposable() - Method in interface org.apache.olingo.client.api.edm.xml.v3.FunctionImport
 
isComposable() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Function
 
isComposable() - Method in interface org.apache.olingo.commons.api.edm.EdmFunction
 
isComposable() - Method in class org.apache.olingo.server.api.edm.provider.Function
 
isConstant() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.AnnotationExpression
 
isConstant() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmAnnotationExpression
 
isContainsTarget() - Method in interface org.apache.olingo.client.api.edm.xml.CommonNavigationProperty
 
isContainsTarget() - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
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.
isDefault() - Method in interface org.apache.olingo.commons.api.edm.EdmEntityContainer
Returns whether this container is the default container in the current schema.
isDefaultEntityContainer() - Method in interface org.apache.olingo.client.api.edm.xml.EntityContainer
 
isDefaultEntityContainer() - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
 
isDelta() - Method in class org.apache.olingo.commons.api.data.ContextURL
 
isDeltaDeletedEntity() - Method in class org.apache.olingo.commons.api.data.ContextURL
 
isDeltaDeletedLink() - Method in class org.apache.olingo.commons.api.data.ContextURL
 
isDeltaLink() - Method in class org.apache.olingo.commons.api.data.ContextURL
 
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.v4.AsyncResponseWrapper
Checks if asynchronous processing has been terminated.
isDynamic() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.AnnotationExpression
 
isDynamic() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmAnnotationExpression
 
isEmpty() - Method in interface org.apache.olingo.commons.api.domain.ODataCollectionValue
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
 
isEnum() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
isEnum() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValue
Check is is an enum value.
isEq() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isFcKeepInContent() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Property
 
isFixedLength() - Method in interface org.apache.olingo.client.api.edm.xml.v3.Property
 
isFlags() - Method in interface org.apache.olingo.client.api.edm.xml.EnumType
 
isFlags() - Method in interface org.apache.olingo.commons.api.edm.EdmEnumType
 
isFlags() - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
isGe() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isGeospatial() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
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.EdmDynamicAnnotationExpression
 
isGzipCompression() - Method in interface org.apache.olingo.client.api.Configuration
Checks whether Gzip compression (e.g.
isHasStream() - Method in interface org.apache.olingo.client.api.edm.xml.EntityType
 
isIf() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isIf() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isIncludeInServiceDocument() - Method in interface org.apache.olingo.client.api.edm.xml.v4.EntitySet
 
isIncludeInServiceDocument() - Method in interface org.apache.olingo.client.api.edm.xml.v4.FunctionImport
 
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.server.api.edm.provider.EntitySet
 
isIncludeInServiceDocument() - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
isIsOf() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isIsOf() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
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.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isLabeledElement() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isLabeledElementReference() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isLabeledElementReference() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isLazyLoadingEnabled() - Method in interface org.apache.olingo.client.api.edm.xml.EntityContainer
 
isLe() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isLinkedComplex() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
isLinkedComplex() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataValue
Check is is a linked complex value.
isLt() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isMax() - Method in interface org.apache.olingo.server.api.uri.queryoption.LevelsExpandOption
 
isMediaEntity() - Method in interface org.apache.olingo.commons.api.data.Entity
Checks if the current entity is a media entity.
isMediaEntity() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
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.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isNavigationPropertyPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isNe() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isNot() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isNot() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isNotDefault() - Method in class org.apache.olingo.commons.api.edm.geo.SRID
 
isNull() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isNull() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
isNull() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isNullable() - Method in interface org.apache.olingo.client.api.edm.xml.CommonParameter
 
isNullable() - Method in interface org.apache.olingo.client.api.edm.xml.CommonProperty
 
isNullable() - Method in interface org.apache.olingo.client.api.edm.xml.v4.NavigationProperty
 
isNullable() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ReturnType
 
isNullable() - Method in interface org.apache.olingo.client.api.edm.xml.v4.Term
 
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.server.api.serializer.PrimitiveSerializerOptions
Gets the nullable facet.
isNullable() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
Gets the nullable facet.
IsOf - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
isof(FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
isof(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
isOpen() - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataBatchRequestItem
Checks if the current item is still opened.
isOpenType() - Method in interface org.apache.olingo.client.api.edm.xml.EntityType
 
isOpenType() - Method in interface org.apache.olingo.client.api.edm.xml.v4.ComplexType
 
isOpenType() - Method in interface org.apache.olingo.commons.api.edm.EdmStructuredType
Indicates if the structured type is an open type.
isOpenType - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
isOpenType() - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
isOr() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isParseable(String) - Static method in class org.apache.olingo.commons.api.format.ContentType
Validates if given format is parseable and can be used as input for ContentType.create(String) method.
isPath() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isPreferenceApplied() - Method in interface org.apache.olingo.client.api.communication.response.v4.AsyncResponseWrapper
Checks for preference applied.
isPrimitive() - Method in interface org.apache.olingo.commons.api.data.Valuable
 
isPrimitive() - Method in class org.apache.olingo.commons.api.domain.AbstractODataValue
Check is is a primitive value.
isPrimitive() - Method in interface org.apache.olingo.commons.api.domain.ODataValue
Check is is a primitive value.
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.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isPropertyPath() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isPropertyValue() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isPropertyValue() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isReadOnly() - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
TRUE if read-only entity.
isRecord() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isRecord() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isRef() - Method in interface org.apache.olingo.server.api.uri.queryoption.ExpandItem
 
isReference() - Method in class org.apache.olingo.commons.api.data.ContextURL
 
isSameType(String, String, boolean) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
isSideEffecting() - Method in interface org.apache.olingo.client.api.edm.xml.v3.FunctionImport
 
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(boolean) - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions.Builder
isStrict() - Method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions
Returns if the batch parsing is strict.
isTransactional() - Method in class org.apache.olingo.ext.proxy.AbstractService
 
isTwoParamsOp() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isUnicode() - Method in interface org.apache.olingo.client.api.edm.xml.CommonProperty
 
isUnicode() - Method in interface org.apache.olingo.client.api.edm.xml.v4.TypeDefinition
 
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.server.api.edm.provider.Property
 
isUnicode() - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
Gets the unicode facet.
isUnicode() - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
Gets the unicode facet.
isUrlRef() - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.DynamicAnnotationExpression
 
isUrlRef() - Method in interface org.apache.olingo.commons.api.edm.annotation.EdmDynamicAnnotationExpression
 
isUseChuncked() - Method in interface org.apache.olingo.client.api.Configuration
Checks whether chunk HTTP encoding is being used.
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.
ITEM_CONTENT_TYPE - Static variable in class org.apache.olingo.client.api.ODataBatchConstants
Batch item content type.
ITEM_CONTENT_TYPE_LINE - Static variable in class org.apache.olingo.client.api.ODataBatchConstants
Item content type.
ITEM_TRANSFER_ENCODING_LINE - Static variable in class 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.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_ASSOCIATION_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
 
JSON_BIND_LINK_SUFFIX - Static variable in interface org.apache.olingo.commons.api.Constants
 
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 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 interface org.apache.olingo.commons.api.Constants
 
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 interface org.apache.olingo.commons.api.Constants
 
JSON_GEOMETRIES - Static variable in interface org.apache.olingo.commons.api.Constants
 
JSON_ID - Static variable in interface org.apache.olingo.commons.api.Constants
 
JSON_MEDIA_CONTENT_TYPE - Static variable in interface org.apache.olingo.commons.api.Constants
 
JSON_MEDIA_EDIT_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
 
JSON_MEDIA_ETAG - Static variable in interface org.apache.olingo.commons.api.Constants
 
JSON_MEDIA_READ_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
 
JSON_METADATA - Static variable in interface org.apache.olingo.commons.api.Constants
 
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 interface org.apache.olingo.commons.api.Constants
 
JSON_NEXT_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
 
JSON_NULL - Static variable in interface org.apache.olingo.commons.api.Constants
 
JSON_READ_LINK - Static variable in interface org.apache.olingo.commons.api.Constants
 
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.
keyAsSegment() - Method in class org.apache.olingo.client.api.communication.header.ODataPreferences
 
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
 
KeyRef - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Identifies a compound key.

L

LabeledElement - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
LabeledElementReference - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
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
LAST_MODIFIED - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
le(String, Object) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
le(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
length(FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
LevelsExpandOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $levels when used inside $expand For example: http://.../Employees?$expand=Model.Manager/DirectReports($levels=3)
LineString - Class in org.apache.olingo.commons.api.edm.geo
 
LineString(Geospatial.Dimension, SRID, List<Point>) - Constructor for class org.apache.olingo.commons.api.edm.geo.LineString
 
Link - Interface in org.apache.olingo.commons.api.data
 
link - Variable in class org.apache.olingo.commons.api.domain.ODataItem
OData item self link.
LINK - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
linkCache - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
linkChanges - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
LinkCollection - Interface in org.apache.olingo.commons.api.data.v3
REST resource for an ODataLinkCollection.
Linked - Interface in org.apache.olingo.commons.api.data
 
LinkedComplexValue - Interface in org.apache.olingo.commons.api.data
 
linksTag - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
literal(Object) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
literal(String) - Method in interface org.apache.olingo.client.api.uri.v4.SearchFactory
 
Literal - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a literal expression node in the expression tree
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
LOG - Static variable in class org.apache.olingo.commons.api.domain.ODataItem
Logger.
LOG - Static variable in class org.apache.olingo.ext.proxy.AbstractService
 
lt(String, Object) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
lt(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 

M

Mapping - Class in org.apache.olingo.server.api.edm.provider
 
Mapping() - Constructor for class org.apache.olingo.server.api.edm.provider.Mapping
 
match(FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
matches(ContentType) - Method in class org.apache.olingo.commons.api.format.AcceptType
Determines whether this accept type matches a given content type.
maxdatetime() - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
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.
MediaEntityCreateStreamManager<E extends CommonODataEntity> - 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.
MediaEntityUpdateStreamManager<E extends CommonODataEntity> - Interface in org.apache.olingo.client.api.communication.request.streamed
Media entity payload object.
mediaETag - Variable in class org.apache.olingo.commons.api.domain.ODataLink
ETag for media edit links.
Member - Interface in org.apache.olingo.client.api.edm.xml
 
Member - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a member expression node in the expression tree.
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.
MetadataProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling the metadata document.
Method - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Represents a method expression in the expression tree
MethodKind - Enum in org.apache.olingo.server.api.uri.queryoption.expression
Enumeration of supported methods For the semantic of these methods please see the ODATA specification for URL conventions
mindatetime() - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
minute(FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
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.CommonFilterArgFactory
 
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.CommonFilterArgFactory
 
mul(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
MultiLineString - Class in org.apache.olingo.commons.api.edm.geo
 
MultiLineString(Geospatial.Dimension, SRID, List<LineString>) - Constructor for class org.apache.olingo.commons.api.edm.geo.MultiLineString
 
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
 
MULTIPART_MIXED - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
MultiPoint - Class in org.apache.olingo.commons.api.edm.geo
 
MultiPoint(Geospatial.Dimension, SRID, List<Point>) - Constructor for class org.apache.olingo.commons.api.edm.geo.MultiPoint
 
MultiPolygon - Class in org.apache.olingo.commons.api.edm.geo
 
MultiPolygon(Geospatial.Dimension, SRID, List<Polygon>) - Constructor for class org.apache.olingo.commons.api.edm.geo.MultiPolygon
 

N

name - Variable in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
name - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
name - Variable in class org.apache.olingo.server.api.edm.provider.OperationImport
 
name - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
nameBAESAllPrimRTETAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
nameBAESTwoKeyNavRTESTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
nameBAETBaseTwoKeyNavRTETBaseTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
nameBAETTwoBaseTwoKeyNavRTETBaseTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
nameBAETTwoKeyNavRTETTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
nameBFCCollCTPrimCompRTESAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCCollStringRTESTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCCTPrimCompRTESBaseTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCCTPrimCompRTESTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCCTPrimCompRTESTwoKeyNavParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCCTPrimCompRTETTwoKeyNavParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCESAllPrimRTCTAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCESBaseTwoKeyNavRTESBaseTwoKey - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCESKeyNavRTETKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCESKeyNavRTETKeyNavParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCESTwoKeyNavRTCollCTNavFiveProp - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCESTwoKeyNavRTCollCTTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCESTwoKeyNavRTCollString - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCESTwoKeyNavRTCTNavFiveProp - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCESTwoKeyNavRTCTTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCESTwoKeyNavRTESTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCESTwoKeyNavRTString - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCESTwoKeyNavRTStringParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCESTwoKeyNavRTTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCETBaseTwoKeyNavRTESBaseTwoKey - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCETBaseTwoKeyNavRTESTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCETBaseTwoKeyNavRTETTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCETKeyNavRTETKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCETTwoKeyNavRTCTTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCETTwoKeyNavRTESTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCETTwoKeyNavRTETTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCSINavRTESTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFCStringRTESTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBFESTwoKeyNavRTESTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameBinary - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameBoolean - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameByte - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameContainer - Static variable in class org.apache.olingo.server.tecsvc.provider.ContainerProvider
 
nameCTAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTBase - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTBasePrimCompNav - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTCollAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTCompCollComp - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTCompComp - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTCompNav - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTMixEnumDef - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTMixPrimCollComp - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTNavFiveProp - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTPrimComp - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTTwoBase - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTTwoBasePrimCompNav - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
nameCTTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.ComplexTypeProvider
 
Named - Interface in org.apache.olingo.client.api.edm.xml
 
nameDate - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameDateTimeOffset - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameDecimal - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameDouble - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameDuration - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameENString - Static variable in class org.apache.olingo.server.tecsvc.provider.EnumTypeProvider
 
nameETAbstract - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETAbstractBase - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETAllKey - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETAllNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETBase - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETBaseTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETBaseTwoKeyTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETCollAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETCompAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETCompCollAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETCompCollComp - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETCompComp - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETCompMixPrimCollComp - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETFourKeyAlias - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETKeyPrimNav - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETKeyTwoKeyComp - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETMedia - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETMixEnumDefCollComp - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETMixPrimCollComp - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETServerSidePaging - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETTwoBase - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETTwoBaseTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETTwoBaseTwoKeyTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETTwoKeyTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameETTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.EntityTypeProvider
 
nameGuid - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameInt16 - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameInt32 - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameInt64 - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameSByte - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameSingle - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
namespace - Variable in class org.apache.olingo.ext.pojogen.AbstractUtility
 
Namespace - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Associate Java package with OData namespace.
namespace - Variable in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
 
NAMESPACE - Static variable in class org.apache.olingo.server.sample.edmprovider.CarsEdmProvider
 
nameSpace - Static variable in class org.apache.olingo.server.tecsvc.provider.EdmTechProvider
 
NAMESPACE - Static variable in class org.apache.olingo.server.tecsvc.provider.SchemaProvider
 
namespaces - Variable in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
 
nameString - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameTDString - Static variable in class org.apache.olingo.server.tecsvc.provider.TypeDefinitionProvider
 
nameTimeOfDay - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
nameUARTCollCTTwoPrimParam - Static variable in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
nameUARTCollETAllPrimParam - Static variable in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
nameUARTCollETKeyNavParam - Static variable in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
nameUARTCollStringTwoParam - Static variable in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
nameUARTCTTwoPrimParam - Static variable in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
nameUARTETAllPrimParam - Static variable in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
nameUARTETTwoKeyTwoPrimParam - Static variable in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
nameUARTString - Static variable in class org.apache.olingo.server.tecsvc.provider.ActionProvider
 
nameUFCRTCollCTTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTCollCTTwoPrimParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTCollString - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTCollStringTwoParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTCTAllPrimTwoParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTCTTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTCTTwoPrimParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTESMixPrimCollCompTwoParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTESTwoKeyNavParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTETAllPrimTwoParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTETKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTETMedia - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTETTwoKeyNavParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTETTwoKeyNavParamCTTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTString - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFCRTStringTwoParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFNRTCollCTNavFiveProp - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFNRTESMixPrimCollCompTwoParam - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
nameUFNRTInt16 - Static variable in class org.apache.olingo.server.tecsvc.provider.FunctionProvider
 
navigationProperties - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
NavigationProperty - Interface in org.apache.olingo.client.api.edm.xml.v3
 
NavigationProperty - Interface in org.apache.olingo.client.api.edm.xml.v4
 
NavigationProperty - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Bind POJO field to EDM navigation property.
NavigationProperty - Class in org.apache.olingo.server.api.edm.provider
 
NavigationProperty() - Constructor for class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
NavigationPropertyBinding - Interface in org.apache.olingo.client.api.edm.xml.v4
 
NavigationPropertyBinding - Class in org.apache.olingo.server.api.edm.provider
 
NavigationPropertyBinding() - Constructor for class org.apache.olingo.server.api.edm.provider.NavigationPropertyBinding
 
navigationPropertyBindings - Variable in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
NavigationPropertyPath - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
navOrPropertyPath(String) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
 
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
 
navPropertyETAllPrimOne_ETAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
navPropertyETKeyNavOne_ETKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
navPropertyETKeyPrimNavOne_ETKeyPrimNav - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
navPropertyETMediaOne_ETMedia - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
navPropertyETTwoKeyNavOne_ETTwoKeyNav - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
navPropertyETTwoKeyNavOne_ETTwoKeyNav_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
navPropertyETTwoPrimOne_ETTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
ne(String, Object) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
ne(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
newAssociationLink(String, URI) - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
 
newAssociationLink(URI) - Method in interface org.apache.olingo.commons.api.domain.v3.ODataObjectFactory
Instantiates a new association link.
newAssociationLink(String, URI) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newCollectionProperty(String, ODataCollectionValue<? extends ODataValue>) - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
Instantiates a new collection property.
newCollectionProperty(String, ODataCollectionValue<? extends ODataValue>) - Method in interface org.apache.olingo.commons.api.domain.v3.ODataObjectFactory
 
newCollectionProperty(String, ODataCollectionValue<? extends ODataValue>) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newCollectionValue(String) - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
 
newCollectionValue(String) - Method in interface org.apache.olingo.commons.api.domain.v3.ODataObjectFactory
 
newCollectionValue(String) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
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, ODataComplexValue<? extends CommonODataProperty>) - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
Instantiates a new complex property.
newComplexProperty(String, ODataComplexValue<? extends CommonODataProperty>) - Method in interface org.apache.olingo.commons.api.domain.v3.ODataObjectFactory
 
newComplexProperty(String, ODataComplexValue<? extends CommonODataProperty>) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newComplexValue(String) - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
 
newComplexValue(String) - Method in interface org.apache.olingo.commons.api.domain.v3.ODataObjectFactory
 
newComplexValue(String) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newContext() - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
 
newDeepInsertEntity(String, CommonODataEntity) - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
Instantiates a new entity (for deep insert).
newDeepInsertEntitySet(String, CommonODataEntitySet) - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
Instantiates a new entity set (for deep insert).
newDelta() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newDelta(URI) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newEdmStreamValue(String, InputStream) - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
 
newEntity(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
Instantiates a new entity.
newEntity(FullQualifiedName, URI) - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
Instantiates a new entity.
newEntity(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.domain.v3.ODataObjectFactory
 
newEntity(FullQualifiedName, URI) - Method in interface org.apache.olingo.commons.api.domain.v3.ODataObjectFactory
 
newEntity(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newEntity(FullQualifiedName, URI) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
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.commons.api.domain.CommonODataObjectFactory
Instantiates a new entity navigation link.
newEntityNavigationLink(String, URI) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newEntitySet() - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
Instantiates a new entity set.
newEntitySet(URI) - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
Instantiates a new entity set.
newEntitySet() - Method in interface org.apache.olingo.commons.api.domain.v3.ODataObjectFactory
 
newEntitySet(URI) - Method in interface org.apache.olingo.commons.api.domain.v3.ODataObjectFactory
 
newEntitySet() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newEntitySet(URI) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newEntitySetNavigationLink(String, URI) - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
Instantiates a new entity set navigation link.
newEntitySetNavigationLink(String, URI) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newEnumProperty(String, ODataEnumValue) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newEnumValue(String, String) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newInstance() - Static method in class org.apache.olingo.server.api.OData
 
newLinkedComplexValue(String) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newMediaEditLink(String, URI) - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
 
newMediaEditLink(String, URI) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newPreferences() - Method in interface org.apache.olingo.client.api.CommonODataClient
 
newPrimitiveCollection(Class<T>) - Method in class org.apache.olingo.ext.proxy.commons.EntityContainerInvocationHandler
 
newPrimitiveProperty(String, ODataPrimitiveValue) - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
Instantiates a new primitive property.
newPrimitiveProperty(String, ODataPrimitiveValue) - Method in interface org.apache.olingo.commons.api.domain.v3.ODataObjectFactory
 
newPrimitiveProperty(String, ODataPrimitiveValue) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newPrimitiveValueBuilder() - Method in interface org.apache.olingo.commons.api.domain.CommonODataObjectFactory
 
newSingleton(FullQualifiedName) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataObjectFactory
 
newURIBuilder() - Method in interface org.apache.olingo.client.api.CommonEdmEnabledODataClient
 
newURIBuilder(String) - Method in interface org.apache.olingo.client.api.CommonODataClient
 
newURIBuilder() - Method in interface org.apache.olingo.client.api.v3.EdmEnabledODataClient
 
newURIBuilder(String) - Method in interface org.apache.olingo.client.api.v3.ODataClient
 
newURIBuilder() - Method in interface org.apache.olingo.client.api.v4.EdmEnabledODataClient
 
newURIBuilder(String) - Method in interface org.apache.olingo.client.api.v4.ODataClient
 
newVersionHeaders() - Method in interface org.apache.olingo.client.api.CommonODataClient
 
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.ODataEntitySetIterator
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.
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
 
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.
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
 
NonUniqueResultException - Exception in org.apache.olingo.ext.proxy.api
Thrown when Filter#getSingleResult() is executed and there is more than one result.
NonUniqueResultException() - Constructor for exception org.apache.olingo.ext.proxy.api.NonUniqueResultException
 
NoResultException - Exception in org.apache.olingo.ext.proxy.api
Thrown when Filter#getSingleResult() is executed and there is no result to return.
NoResultException() - Constructor for exception org.apache.olingo.ext.proxy.api.NoResultException
 
normalize() - Method in class org.apache.olingo.ext.proxy.commons.TransactionItems
 
Not - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
not(URIFilter) - Method in interface org.apache.olingo.client.api.uri.CommonFilterFactory
 
not(URISearch) - Method in interface org.apache.olingo.client.api.uri.v4.SearchFactory
 
now() - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
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_GEORSS - Static variable in interface org.apache.olingo.commons.api.Constants
 
NS_GML - Static variable in interface org.apache.olingo.commons.api.Constants
 
Null - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
nullable(Boolean) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
Sets the nullable facet.
nullable(Boolean) - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
Sets the nullable facet.

O

OData - Class in org.apache.olingo.server.api
Root object for serving factory tasks and support loose coupling of implementation (core) from the API.
OData() - Constructor for class org.apache.olingo.server.api.OData
 
odata - Variable in class org.apache.olingo.server.tecsvc.processor.TechnicalProcessor
 
ODATA_MAX_VERSION - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
OData Custom Header
ODATA_VERSION - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
OData Custom Header
ODataAnnotatable - Interface in org.apache.olingo.commons.api.domain.v4
 
ODataAnnotation - Interface in org.apache.olingo.commons.api.domain.v4
 
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 - Class in org.apache.olingo.client.api
Constant values related to the OData protocol.
ODataBatchConstants() - Constructor for class org.apache.olingo.client.api.ODataBatchConstants
 
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.v3
This class implements a batch request.
ODataBatchRequest - Interface in org.apache.olingo.client.api.communication.request.batch.v4
 
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.v3
 
ODataBinder - Interface in org.apache.olingo.client.api.serialization.v4
 
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.ODataEntitySetIterator
 
ODataClient - Interface in org.apache.olingo.client.api.v3
 
ODataClient - Interface in org.apache.olingo.client.api.v4
 
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, ODataError) - Constructor for exception org.apache.olingo.client.api.communication.ODataClientErrorException
Constructor.
ODataCollectionValue<OV extends ODataValue> - Interface in org.apache.olingo.commons.api.domain
OData collection property value.
ODataComplexValue<OP extends CommonODataProperty> - Interface in org.apache.olingo.commons.api.domain
OData complex property value.
ODataDeletedEntity - Interface in org.apache.olingo.commons.api.domain.v4
 
ODataDeletedEntity.Reason - Enum in org.apache.olingo.commons.api.domain.v4
 
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.
ODataDelta - Interface in org.apache.olingo.commons.api.domain.v4
 
ODataDeltaLink - Interface in org.apache.olingo.commons.api.domain.v4
 
ODataDeltaRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve.v4
Describes an OData retrieve request returning a delta object.
ODataDeserializer - Interface in org.apache.olingo.client.api.serialization.v3
 
ODataDeserializer - Interface in org.apache.olingo.client.api.serialization.v4
 
ODataDeserializer - Interface in org.apache.olingo.commons.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.commons.api.serialization
 
ODataDeserializerException(String) - Constructor for exception org.apache.olingo.commons.api.serialization.ODataDeserializerException
 
ODataDeserializerException(Throwable) - Constructor for exception org.apache.olingo.commons.api.serialization.ODataDeserializerException
 
ODataDeserializerException(String, Throwable) - Constructor for exception org.apache.olingo.commons.api.serialization.ODataDeserializerException
 
ODataEntity - Interface in org.apache.olingo.commons.api.domain.v3
 
ODataEntity - Interface in org.apache.olingo.commons.api.domain.v4
 
ODataEntityCreateRequest<E extends CommonODataEntity> - Interface in org.apache.olingo.client.api.communication.request.cud
This interface describes an OData create request.
ODataEntityCreateResponse<E extends CommonODataEntity> - Interface in org.apache.olingo.client.api.communication.response
This interface describes the response to an OData entity create request.
ODataEntityRequest<E extends CommonODataEntity> - Interface in org.apache.olingo.client.api.communication.request.retrieve
Describes an OData retrieve query request returning a single entity.
ODataEntitySet - Interface in org.apache.olingo.commons.api.domain.v3
 
ODataEntitySet - Interface in org.apache.olingo.commons.api.domain.v4
 
ODataEntitySetIterator<ES extends CommonODataEntitySet,E extends CommonODataEntity> - Class in org.apache.olingo.client.api.domain
OData entity set iterator class.
ODataEntitySetIterator(CommonODataClient<?>, InputStream, ODataFormat) - Constructor for class org.apache.olingo.client.api.domain.ODataEntitySetIterator
Constructor.
ODataEntitySetIteratorRequest<ES extends CommonODataEntitySet,E extends CommonODataEntity> - Interface in org.apache.olingo.client.api.communication.request.retrieve
This class implements an OData EntitySet query request.
ODataEntitySetRequest<ES extends CommonODataEntitySet> - Interface in org.apache.olingo.client.api.communication.request.retrieve
This interface describes an OData EntitySet query request.
ODataEntityUpdateRequest<E extends CommonODataEntity> - Interface in org.apache.olingo.client.api.communication.request.cud
This class implements an OData update request.
ODataEntityUpdateResponse<E extends CommonODataEntity> - Interface in org.apache.olingo.client.api.communication.response
This class implements the response to an OData update request.
ODataEnumValue - Interface in org.apache.olingo.commons.api.domain.v4
 
ODataError - Class in org.apache.olingo.commons.api.domain
OData error.
ODataError() - Constructor for class org.apache.olingo.commons.api.domain.ODataError
 
ODataErrorDetail - Class in org.apache.olingo.commons.api.domain
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.domain.ODataErrorDetail
 
ODataException - Exception in org.apache.olingo.commons.api
 
ODataException(String) - Constructor for exception org.apache.olingo.commons.api.ODataException
 
ODataException(String, Throwable) - Constructor for exception org.apache.olingo.commons.api.ODataException
 
ODataException(Throwable) - Constructor for exception org.apache.olingo.commons.api.ODataException
 
ODataFlushException - Exception in org.apache.olingo.ext.proxy.api
 
ODataFlushException(int, List<ODataResponseError>) - Constructor for exception org.apache.olingo.ext.proxy.api.ODataFlushException
 
ODataFormat - Enum in org.apache.olingo.commons.api.format
Available formats to be used in various contexts.
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.
ODataInlineEntity - Class in org.apache.olingo.commons.api.domain
OData in-line entity.
ODataInlineEntity(ODataServiceVersion, URI, ODataLinkType, String, CommonODataEntity) - Constructor for class org.apache.olingo.commons.api.domain.ODataInlineEntity
Constructor.
ODataInlineEntity(ODataServiceVersion, URI, String, ODataLinkType, String, CommonODataEntity) - Constructor for class org.apache.olingo.commons.api.domain.ODataInlineEntity
Constructor.
ODataInlineEntitySet - Class in org.apache.olingo.commons.api.domain
OData in-line entity set.
ODataInlineEntitySet(ODataServiceVersion, URI, ODataLinkType, String, CommonODataEntitySet) - Constructor for class org.apache.olingo.commons.api.domain.ODataInlineEntitySet
Constructor.
ODataInlineEntitySet(ODataServiceVersion, URI, String, ODataLinkType, String, CommonODataEntitySet) - Constructor for class org.apache.olingo.commons.api.domain.ODataInlineEntitySet
Constructor.
ODataInvokeRequest<T extends ODataInvokeResult> - Interface in org.apache.olingo.client.api.communication.request.invoke
This class implements an OData invoke operation request.
ODataInvokeResponse<T extends ODataInvokeResult> - Interface in org.apache.olingo.client.api.communication.response
This class implements a response to a specific invoke request.
ODataInvokeResult - Interface in org.apache.olingo.commons.api.domain
Marker interface for any OData domain object that can be returned by an operation invocation.
ODataItem - Class in org.apache.olingo.commons.api.domain
Abstract representation of OData entities and links.
ODataItem(String) - Constructor for class org.apache.olingo.commons.api.domain.ODataItem
Constructor.
ODataLink - Class in org.apache.olingo.commons.api.domain
OData link.
ODataLink(ODataServiceVersion, URI, ODataLinkType, String) - Constructor for class org.apache.olingo.commons.api.domain.ODataLink
Constructor.
ODataLink(ODataServiceVersion, URI, String, ODataLinkType, String) - Constructor for class org.apache.olingo.commons.api.domain.ODataLink
Constructor.
ODataLink - Class in org.apache.olingo.commons.api.domain.v4
 
ODataLink(ODataServiceVersion, URI, ODataLinkType, String) - Constructor for class org.apache.olingo.commons.api.domain.v4.ODataLink
 
ODataLink.Builder - Class in org.apache.olingo.commons.api.domain
 
ODataLink.Builder() - Constructor for class org.apache.olingo.commons.api.domain.ODataLink.Builder
 
ODataLink.Builder - Class in org.apache.olingo.commons.api.domain.v4
 
ODataLink.Builder() - Constructor for class org.apache.olingo.commons.api.domain.v4.ODataLink.Builder
 
ODataLinkCollection - Class in org.apache.olingo.client.api.domain.v3
Link collection wrapper.
ODataLinkCollection() - Constructor for class org.apache.olingo.client.api.domain.v3.ODataLinkCollection
Constructor.
ODataLinkCollection(URI) - Constructor for class org.apache.olingo.client.api.domain.v3.ODataLinkCollection
Constructor.
ODataLinkCollectionRequest - Interface in org.apache.olingo.client.api.communication.request.retrieve.v3
This class implements an OData link query request.
ODataLinkCreateRequest - Interface in org.apache.olingo.client.api.communication.request.cud.v3
This class implements an insert link OData request.
ODataLinked - Interface in org.apache.olingo.commons.api.domain
 
ODataLinkedComplexValue - Interface in org.apache.olingo.commons.api.domain.v4
 
ODataLinkOperationResponse - Interface in org.apache.olingo.client.api.communication.response
This interface defines the response to an OData link operation request.
ODataLinkType - Enum in org.apache.olingo.commons.api.domain
OData link types.
ODataLinkUpdateRequest - Interface in org.apache.olingo.client.api.communication.request.cud.v3
This class implements an update link OData request.
ODataMediaEntityCreateRequest<E extends CommonODataEntity> - Interface in org.apache.olingo.client.api.communication.request.streamed
This class implements an OData Media Entity create request.
ODataMediaEntityCreateResponse<E extends CommonODataEntity> - Interface in org.apache.olingo.client.api.communication.response
This class implements the response to an OData media entity create request.
ODataMediaEntityUpdateRequest<E extends CommonODataEntity> - Interface in org.apache.olingo.client.api.communication.request.streamed
This class implements an OData Media Entity create request.
ODataMediaEntityUpdateResponse<E extends CommonODataEntity> - 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.
ODataNoContent - Class in org.apache.olingo.client.api.communication.request.invoke
Marker class for invoke with no return type.
ODataNoContent() - Constructor for class org.apache.olingo.client.api.communication.request.invoke.ODataNoContent
 
ODataObjectFactory - Interface in org.apache.olingo.commons.api.domain.v3
 
ODataObjectFactory - Interface in org.apache.olingo.commons.api.domain.v4
 
ODataOperation - Class in org.apache.olingo.commons.api.domain
 
ODataOperation() - Constructor for class org.apache.olingo.commons.api.domain.ODataOperation
 
ODataOutsideUpdate - Interface in org.apache.olingo.client.api.communication.request.batch.v4
Retrieve request wrapper for the corresponding batch item.
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(ODataServiceVersion) - Constructor for class org.apache.olingo.client.api.communication.header.ODataPreferences
 
ODataPrimitiveValue - Interface in org.apache.olingo.commons.api.domain
 
ODataPrimitiveValue.Builder - Interface in org.apache.olingo.commons.api.domain
 
ODataProperty - Interface in org.apache.olingo.commons.api.domain.v3
 
ODataProperty - Interface in org.apache.olingo.commons.api.domain.v4
 
ODataPropertyRequest<T extends CommonODataProperty> - Interface in org.apache.olingo.client.api.communication.request.retrieve
This class implements an OData entity property query request.
ODataPropertyType - Enum in org.apache.olingo.commons.api.domain
 
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.v3
 
ODataReader - Interface in org.apache.olingo.client.api.serialization.v4
 
ODataReferenceAddingRequest - Interface in org.apache.olingo.client.api.communication.request.cud.v4
This class implements an OData reference adding request.
ODataReferenceAddingResponse - Interface in org.apache.olingo.client.api.communication.response.v4
This class implements the response to an OData Reference Adding request.
ODataRequest - Interface in org.apache.olingo.client.api.communication.request
Abstract representation of an OData 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() - Constructor for class org.apache.olingo.server.api.ODataRequest
 
ODataResponse - Interface in org.apache.olingo.client.api.communication.response
Abstract representation of an OData response.
ODataResponse - Class in org.apache.olingo.server.api
Response object to carry OData-relevant HTTP information (status code, response headers, and content).
ODataResponse() - Constructor for class org.apache.olingo.server.api.ODataResponse
 
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 collections of ODataResponses.
ODataResponsePart(List<ODataResponse>, boolean) - Constructor for class org.apache.olingo.server.api.deserializer.batch.ODataResponsePart
Creates a new ODataResponsePart.
ODataResponsePart(ODataResponse, boolean) - Constructor for class org.apache.olingo.server.api.deserializer.batch.ODataResponsePart
Creates a new ODataResponsePart.
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
 
ODataRuntimeException(String) - Constructor for exception org.apache.olingo.commons.api.ODataRuntimeException
 
ODataRuntimeException(String, Exception) - Constructor for exception org.apache.olingo.commons.api.ODataRuntimeException
 
ODataRuntimeException(Exception) - Constructor for exception org.apache.olingo.commons.api.ODataRuntimeException
 
ODataSerializer - Interface in org.apache.olingo.commons.api.serialization
Interface for serialization.
ODataSerializer - Interface in org.apache.olingo.server.api.serializer
OData serializer
ODataSerializerException - Exception in org.apache.olingo.commons.api.serialization
 
ODataSerializerException(String) - Constructor for exception org.apache.olingo.commons.api.serialization.ODataSerializerException
 
ODataSerializerException(Throwable) - Constructor for exception org.apache.olingo.commons.api.serialization.ODataSerializerException
 
ODataSerializerException(String, Throwable) - Constructor for exception org.apache.olingo.commons.api.serialization.ODataSerializerException
 
ODataServerError - Class in org.apache.olingo.server.api
Server error.
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.
ODataServiceDocument - Class in org.apache.olingo.commons.api.domain
 
ODataServiceDocument() - Constructor for class org.apache.olingo.commons.api.domain.ODataServiceDocument
 
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.
ODataServiceVersion.JsonKey - Enum in org.apache.olingo.commons.api.edm.constants
 
ODataServiceVersion.NamespaceKey - Enum in org.apache.olingo.commons.api.edm.constants
 
ODataSingleRequest - Interface in org.apache.olingo.client.api.communication.request.batch
Retrieve request wrapper for the corresponding batch item.
ODataSingleton - Interface in org.apache.olingo.commons.api.domain.v4
 
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.
ODataTranslatedException - Exception in org.apache.olingo.server.api
Abstract superclass of all translatable server exceptions.
ODataTranslatedException(String, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.ODataTranslatedException
 
ODataTranslatedException(String, Throwable, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.ODataTranslatedException
 
ODataTranslatedException.MessageKey - Interface in org.apache.olingo.server.api
Key for the exception text in the resource bundle.
ODataTranslatedException.ODataErrorMessage - Class in org.apache.olingo.server.api
Error message text and Locale used for it.
ODataTranslatedException.ODataErrorMessage(String, Locale) - Constructor for class org.apache.olingo.server.api.ODataTranslatedException.ODataErrorMessage
 
ODataValuable - Interface in org.apache.olingo.commons.api.domain.v4
 
ODataValue - Interface in org.apache.olingo.commons.api.domain
Abstract representation of an OData entity property value.
ODataValue - Interface in org.apache.olingo.commons.api.domain.v4
 
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.
OnDelete - Interface in org.apache.olingo.client.api.edm.xml
 
OnDeleteAction - Enum in org.apache.olingo.client.api.edm.xml
 
Operation - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Mark method as EDM function import.
Operation - Class in org.apache.olingo.server.api.edm.provider
 
Operation() - Constructor for class org.apache.olingo.server.api.edm.provider.Operation
 
OperationImport - Interface in org.apache.olingo.client.api.edm.xml.v4
 
OperationImport - Class in org.apache.olingo.server.api.edm.provider
 
OperationImport() - Constructor for class org.apache.olingo.server.api.edm.provider.OperationImport
 
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.CommonFilterFactory
 
or(URISearch, URISearch) - Method in interface org.apache.olingo.client.api.uri.v4.SearchFactory
 
orderBy(String) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Adds orderby query option.
orderBy(Sort...) - Method in interface org.apache.olingo.ext.proxy.api.StructuredCollectionQuery
Sets the $orderBy expression.
orderBy(String) - 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(String) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
 
orderBy(Sort...) - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
 
orderBy(String) - Method in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
 
OrderByItem - Interface in org.apache.olingo.server.api.uri.queryoption
Represents a single orderby information For example: http://.../Employees?$orderby=Name
OrderByOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $orderby For example: http://.../Employees?$orderby=Name, Age desc
org.apache.olingo.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.batch.v3 - package org.apache.olingo.client.api.communication.request.batch.v3
 
org.apache.olingo.client.api.communication.request.batch.v4 - package org.apache.olingo.client.api.communication.request.batch.v4
 
org.apache.olingo.client.api.communication.request.cud - package org.apache.olingo.client.api.communication.request.cud
 
org.apache.olingo.client.api.communication.request.cud.v3 - package org.apache.olingo.client.api.communication.request.cud.v3
 
org.apache.olingo.client.api.communication.request.cud.v4 - package org.apache.olingo.client.api.communication.request.cud.v4
 
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.retrieve.v3 - package org.apache.olingo.client.api.communication.request.retrieve.v3
 
org.apache.olingo.client.api.communication.request.retrieve.v4 - package org.apache.olingo.client.api.communication.request.retrieve.v4
 
org.apache.olingo.client.api.communication.request.streamed - package org.apache.olingo.client.api.communication.request.streamed
 
org.apache.olingo.client.api.communication.request.v4 - package org.apache.olingo.client.api.communication.request.v4
 
org.apache.olingo.client.api.communication.response - package org.apache.olingo.client.api.communication.response
 
org.apache.olingo.client.api.communication.response.v4 - package org.apache.olingo.client.api.communication.response.v4
 
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.domain.v3 - package org.apache.olingo.client.api.domain.v3
 
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.edm.xml.v3 - package org.apache.olingo.client.api.edm.xml.v3
 
org.apache.olingo.client.api.edm.xml.v4 - package org.apache.olingo.client.api.edm.xml.v4
 
org.apache.olingo.client.api.edm.xml.v4.annotation - package org.apache.olingo.client.api.edm.xml.v4.annotation
 
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.serialization.v3 - package org.apache.olingo.client.api.serialization.v3
 
org.apache.olingo.client.api.serialization.v4 - package org.apache.olingo.client.api.serialization.v4
 
org.apache.olingo.client.api.uri - package org.apache.olingo.client.api.uri
 
org.apache.olingo.client.api.uri.v3 - package org.apache.olingo.client.api.uri.v3
 
org.apache.olingo.client.api.uri.v4 - package org.apache.olingo.client.api.uri.v4
 
org.apache.olingo.client.api.v3 - package org.apache.olingo.client.api.v3
 
org.apache.olingo.client.api.v4 - package org.apache.olingo.client.api.v4
 
org.apache.olingo.commons.api - package org.apache.olingo.commons.api
 
org.apache.olingo.commons.api.data - package org.apache.olingo.commons.api.data
 
org.apache.olingo.commons.api.data.v3 - package org.apache.olingo.commons.api.data.v3
 
org.apache.olingo.commons.api.domain - package org.apache.olingo.commons.api.domain
 
org.apache.olingo.commons.api.domain.v3 - package org.apache.olingo.commons.api.domain.v3
 
org.apache.olingo.commons.api.domain.v4 - package org.apache.olingo.commons.api.domain.v4
 
org.apache.olingo.commons.api.edm - package org.apache.olingo.commons.api.edm
 
org.apache.olingo.commons.api.edm.annotation - package org.apache.olingo.commons.api.edm.annotation
 
org.apache.olingo.commons.api.edm.constants - package org.apache.olingo.commons.api.edm.constants
 
org.apache.olingo.commons.api.edm.geo - package org.apache.olingo.commons.api.edm.geo
 
org.apache.olingo.commons.api.format - package org.apache.olingo.commons.api.format
 
org.apache.olingo.commons.api.http - package org.apache.olingo.commons.api.http
 
org.apache.olingo.commons.api.serialization - package org.apache.olingo.commons.api.serialization
 
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.server.api - package org.apache.olingo.server.api
 
org.apache.olingo.server.api.batch - package org.apache.olingo.server.api.batch
 
org.apache.olingo.server.api.batch.exception - package org.apache.olingo.server.api.batch.exception
 
org.apache.olingo.server.api.deserializer - package org.apache.olingo.server.api.deserializer
 
org.apache.olingo.server.api.deserializer.batch - package org.apache.olingo.server.api.deserializer.batch
 
org.apache.olingo.server.api.edm.provider - package org.apache.olingo.server.api.edm.provider
 
org.apache.olingo.server.api.edmx - package org.apache.olingo.server.api.edmx
 
org.apache.olingo.server.api.processor - package org.apache.olingo.server.api.processor
 
org.apache.olingo.server.api.serializer - package org.apache.olingo.server.api.serializer
 
org.apache.olingo.server.api.uri - package org.apache.olingo.server.api.uri
 
org.apache.olingo.server.api.uri.queryoption - package org.apache.olingo.server.api.uri.queryoption
 
org.apache.olingo.server.api.uri.queryoption.expression - package org.apache.olingo.server.api.uri.queryoption.expression
 
org.apache.olingo.server.api.uri.queryoption.search - package org.apache.olingo.server.api.uri.queryoption.search
 
org.apache.olingo.server.sample - package org.apache.olingo.server.sample
 
org.apache.olingo.server.sample.data - package org.apache.olingo.server.sample.data
 
org.apache.olingo.server.sample.edmprovider - package org.apache.olingo.server.sample.edmprovider
 
org.apache.olingo.server.sample.processor - package org.apache.olingo.server.sample.processor
 
org.apache.olingo.server.tecsvc - package org.apache.olingo.server.tecsvc
 
org.apache.olingo.server.tecsvc.data - package org.apache.olingo.server.tecsvc.data
 
org.apache.olingo.server.tecsvc.processor - package org.apache.olingo.server.tecsvc.processor
 
org.apache.olingo.server.tecsvc.provider - package org.apache.olingo.server.tecsvc.provider
 
outputDirectory - Variable in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
Generated files base root.

P

Parameter - Interface in org.apache.olingo.client.api.edm.xml.v3
 
Parameter - Interface in org.apache.olingo.client.api.edm.xml.v4
 
Parameter - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Function import parameter information.
Parameter - Class in org.apache.olingo.server.api.edm.provider
 
Parameter() - Constructor for class org.apache.olingo.server.api.edm.provider.Parameter
 
PARAMETER_CHARSET_UTF8 - Static variable in class org.apache.olingo.commons.api.format.ContentType
 
ParameterMode - Enum in org.apache.olingo.client.api.edm.xml.v3
 
parameters - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
parse(String) - Static method in class org.apache.olingo.commons.api.format.ContentType
Parses the given input string (format) and returns created ContentType if input was valid or return NULL if input was not parseable.
parseBatchRequest(InputStream, String, BatchOptions) - Method in interface org.apache.olingo.server.api.deserializer.FixedFormatDeserializer
 
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
 
parseObj(File, boolean, String, String, String, Map<String, Object>) - Method in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
 
Path - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
payloadManager() - Method in interface org.apache.olingo.client.api.communication.request.ODataStreamedRequest
Streamed payload manager.
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
 
Point(Geospatial.Dimension, SRID) - Constructor for class org.apache.olingo.commons.api.edm.geo.Point
 
Polygon - Class in org.apache.olingo.commons.api.edm.geo
Polygon.
Polygon(Geospatial.Dimension, SRID, List<Point>, List<Point>) - Constructor for class org.apache.olingo.commons.api.edm.geo.Polygon
 
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.
PREFER - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
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(EdmPrimitiveType, Property, PrimitiveSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes primitive-type instance data into an InputStream.
PrimitiveCollection<T extends Serializable> - Interface in org.apache.olingo.ext.proxy.api
 
primitiveCollection(EdmPrimitiveType, Property, PrimitiveSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes data of a collection of primitive-type instances into an InputStream.
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>, CommonURIBuilder<?>) - Constructor for class org.apache.olingo.ext.proxy.commons.PrimitiveCollectionInvocationHandler
 
PrimitiveCollectionInvocationHandler(AbstractService<?>, Collection<T>, Class<T>, CommonURIBuilder<?>) - 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.
PrimitiveSerializerOptions - Class in org.apache.olingo.server.api.serializer
Options for the OData serializer.
PrimitiveSerializerOptions.Builder - Class in org.apache.olingo.server.api.serializer
Builder of OData serializer options.
primitiveValue(EdmPrimitiveType, Object, PrimitiveValueSerializerOptions) - Method in interface org.apache.olingo.server.api.serializer.FixedFormatSerializer
Writes the raw value of a primitive-type instance into an InputStream.
PrimitiveValueProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling an instance of a primitive type, e.g., a primitive property of an entity.
PrimitiveValueSerializerOptions - Class in org.apache.olingo.server.api.serializer
Options for the OData serializer.
PrimitiveValueSerializerOptions.Builder - Class in org.apache.olingo.server.api.serializer
Builder of OData serializer options.
process(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.olingo.server.api.ODataHttpHandler
Processes an OData request.
processActionComplex(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in interface org.apache.olingo.server.api.processor.ActionComplexProcessor
Process an action which has as return type a complex-type.
processActionComplex(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
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.
processActionComplexCollection(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
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.
processActionEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalEntityProcessor
 
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.
processActionEntityCollection(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalEntityProcessor
 
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.
processActionPrimitive(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
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.
processActionPrimitiveCollection(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
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.
processBatch(BatchFacade, ODataRequest, ODataResponse) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalBatchProcessor
 
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.
processChangeSet(BatchFacade, List<ODataRequest>) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalBatchProcessor
 
processError(ODataRequest, ODataResponse, ODataServerError, ContentType) - Method in class org.apache.olingo.server.api.processor.DefaultProcessor
 
processError(ODataRequest, ODataResponse, ODataServerError, ContentType) - Method in interface org.apache.olingo.server.api.processor.ErrorProcessor
Processes an error/exception.
Processor - Interface in org.apache.olingo.server.api.processor
Base interface for all processor types.
PROPERTIES - Static variable in interface org.apache.olingo.commons.api.Constants
 
properties - Variable in class org.apache.olingo.server.api.edm.provider.StructuredType
 
propertiesTag - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
Property - Interface in org.apache.olingo.client.api.edm.xml.v3
 
Property - Interface in org.apache.olingo.client.api.edm.xml.v4
 
property(String) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
Property - Interface in org.apache.olingo.commons.api.data
 
Property - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Bind POJO field to EDM property.
Property - Class in org.apache.olingo.server.api.edm.provider
 
Property() - Constructor for class org.apache.olingo.server.api.edm.provider.Property
 
propertyBinary - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyBinary_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyBinary_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyBoolean - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyBoolean_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyBoolean_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyByte - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyByte_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyByte_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyCache - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
propertyChanges - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
propertyComp_CTAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyComp_CTCollAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyComp_CTCompCollComp - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyComp_CTCompComp - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyComp_CTMixEnumTypeDefColl - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyComp_CTNavFiveProp - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyComp_CTPrimComp_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyComp_CTTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyCompAllPrim_CTAllPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyCompColl_CTMixEnumTypeDefColl - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyCompComp_CTCompComp - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyCompTwoPrim_CTTwoPrim - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDate - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDate_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDate_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDateTimeOffset - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDateTimeOffset_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDateTimeOffset_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDecimal - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDecimal_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDecimal_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDouble - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDouble_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDouble_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDuration - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDuration_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyDuration_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyEnumString_ENString - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyGuid - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyGuid_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyGuid_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyInt16 - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyInt16_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyInt16_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyInt32 - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyInt32_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyInt32_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyInt64 - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyInt64_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyInt64_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyMixedPrimCollComp_CTMixPrimCollComp - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
PropertyPath - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
PropertyProvider - Class in org.apache.olingo.server.tecsvc.provider
 
PropertyProvider() - Constructor for class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
PropertyRef - Interface in org.apache.olingo.client.api.edm.xml
 
PropertyRef - Class in org.apache.olingo.server.api.edm.provider
 
PropertyRef() - Constructor for class org.apache.olingo.server.api.edm.provider.PropertyRef
 
propertySByte - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertySByte_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertySByte_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertySingle - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertySingle_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertySingle_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyString - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyString_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyString_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyTimeOfDay - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyTimeOfDay_ExplicitNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyTimeOfDay_NotNullable - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
propertyTypeDefinition_TDString - Static variable in class org.apache.olingo.server.tecsvc.provider.PropertyProvider
 
PropertyValue - Interface in org.apache.olingo.client.api.edm.xml.v3
 
PropertyValue - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
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
 
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

rawAppend(byte[]) - Method in interface org.apache.olingo.client.api.communication.request.batch.CommonODataBatchRequest
Appends the given byte array to the payload.
rawAppend(byte[], int, int) - Method in interface org.apache.olingo.client.api.communication.request.batch.CommonODataBatchRequest
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.CommonODataReader
Parses a stream into the object type specified by the given reference.
read(EdmEntitySet, List<UriParameter>) - Method in class org.apache.olingo.server.sample.data.DataProvider
 
read(EdmEntitySet, List<UriParameter>) - Method in class org.apache.olingo.server.tecsvc.data.DataProvider
 
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
 
readAll(EdmEntitySet) - Method in class org.apache.olingo.server.sample.data.DataProvider
 
readAll(EdmEntitySet) - Method in class org.apache.olingo.server.tecsvc.data.DataProvider
 
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.
readComplex(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.sample.processor.CarsProcessor
 
readComplex(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
readComplexCollection(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.ComplexCollectionProcessor
Reads complex-type collection.
readComplexCollection(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
readEntity(InputStream, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.CommonODataReader
Parses a stream taking care to de-serializes the first OData entity found.
readEntity(InputStream, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.v3.ODataReader
 
readEntity(InputStream, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.v4.ODataReader
 
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.
readEntity(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.sample.processor.CarsProcessor
 
readEntity(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalEntityProcessor
 
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.
readEntityCollection(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.sample.processor.CarsProcessor
 
readEntityCollection(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalEntityProcessor
 
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, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.CommonODataReader
De-Serializes a stream into an OData entity set.
readEntitySet(InputStream, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.v3.ODataReader
 
readEntitySet(InputStream, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.v4.ODataReader
 
readError(InputStream, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.CommonODataReader
Parses a stream into an OData error.
readLinks(InputStream, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.v3.ODataReader
Parses a $links request response.
readMedia(Entity) - Method in class org.apache.olingo.server.tecsvc.data.DataProvider
 
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.
readMediaEntity(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalEntityProcessor
 
readMetadata(InputStream) - Method in interface org.apache.olingo.client.api.serialization.CommonODataReader
Parses a stream into metadata representation.
readMetadata(Map<String, Schema>) - Method in interface org.apache.olingo.client.api.serialization.CommonODataReader
Parses a stream into metadata representation, including referenced metadata documents.
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.
readPrimitive(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.sample.processor.CarsProcessor
 
readPrimitive(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
readPrimitiveCollection(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in interface org.apache.olingo.server.api.processor.PrimitiveCollectionProcessor
Reads primitive-type collection.
readPrimitiveCollection(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
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.
readPrimitiveValue(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.sample.processor.CarsProcessor
 
readPrimitiveValue(ODataRequest, ODataResponse, UriInfo, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
readProperty(InputStream, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.CommonODataReader
Parses a stream taking care to de-serialize the first OData entity property found.
readProperty(InputStream, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.v3.ODataReader
 
readProperty(InputStream, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.v4.ODataReader
 
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, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.CommonODataReader
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.
Record - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
Reference - Interface in org.apache.olingo.client.api.edm.xml.v4
 
ReferenceCollectionProcessor - Interface in org.apache.olingo.server.api.processor
Processor interface for handling a collection an Entity References.
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.
ReferentialConstraint - Interface in org.apache.olingo.client.api.edm.xml.v3
 
ReferentialConstraint - Interface in org.apache.olingo.client.api.edm.xml.v4
 
ReferentialConstraint - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Annotate navigation property with information about referential constraint.
ReferentialConstraint - Class in org.apache.olingo.server.api.edm.provider
 
ReferentialConstraint() - Constructor for class org.apache.olingo.server.api.edm.provider.ReferentialConstraint
 
ReferentialConstraintRole - Interface in org.apache.olingo.client.api.edm.xml.v3
 
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(Processor) - Method in interface org.apache.olingo.server.api.ODataHttpHandler
Registers additional custom processor implementations for handling OData requests.
register(CustomContentTypeSupport) - Method in interface org.apache.olingo.server.api.ODataHttpHandler
Registers a service implementation for modifying the standard list of supported content types.
rel - Variable in class org.apache.olingo.commons.api.domain.ODataLink
Link rel.
remove() - Method in class org.apache.olingo.client.api.domain.ODataEntitySetIterator
Unsupported operation.
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
 
removeHeader(HeaderName) - Method in interface org.apache.olingo.client.api.communication.header.ODataHeaders
Removes the header identified by the given name.
removeHeader(String) - Method in interface org.apache.olingo.client.api.communication.header.ODataHeaders
 
removeLink(URI) - Method in class org.apache.olingo.client.api.domain.v3.ODataLinkCollection
Removes a link.
removeLink(ODataLink) - Method in interface org.apache.olingo.commons.api.domain.ODataLinked
Removes the given link from any list (association, navigation, edit-media).
replace(FilterArg, FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
replaceQueryOption(QueryOption, String) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Adds/replaces the specified query option to the URI.
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.
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.
ResWrap<T> - Class in org.apache.olingo.commons.api.data
Outermost response payload wrapper.
ResWrap(URI, String, T) - Constructor for class org.apache.olingo.commons.api.data.ResWrap
 
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.v3
 
RetrieveRequestFactory - Interface in org.apache.olingo.client.api.communication.request.retrieve.v4
 
RETRY_AFTER - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
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.
ReturnType - Interface in org.apache.olingo.client.api.edm.xml.v4
 
returnType - Variable in class org.apache.olingo.server.api.edm.provider.Operation
 
ReturnType - Class in org.apache.olingo.server.api.edm.provider
 
ReturnType() - Constructor for class org.apache.olingo.server.api.edm.provider.ReturnType
 
returnVoid() - Static method in class org.apache.olingo.ext.proxy.utils.ClassUtils
 
round(FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
RowType - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Mark inner class as EDM row type.

S

scale(Integer) - Method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions.Builder
Sets the scale facet.
scale(Integer) - Method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions.Builder
Sets the scale facet.
Schema - Interface in org.apache.olingo.client.api.edm.xml
 
Schema - Interface in org.apache.olingo.client.api.edm.xml.v4
 
schema - Variable in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
 
Schema - Class in org.apache.olingo.server.api.edm.provider
 
Schema() - Constructor for class org.apache.olingo.server.api.edm.provider.Schema
 
schemaName - Variable in class org.apache.olingo.ext.pojogen.AbstractUtility
 
SchemaProvider - Class in org.apache.olingo.server.tecsvc.provider
 
SchemaProvider(EdmTechProvider) - Constructor for class org.apache.olingo.server.tecsvc.provider.SchemaProvider
 
search(URISearch) - Method in interface org.apache.olingo.client.api.uri.v4.URIBuilder
Appends search query option.
search(String) - Method in interface org.apache.olingo.client.api.uri.v4.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.
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.v4
 
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://.../entitySet?$search=SearchString
SearchTerm - Interface in org.apache.olingo.server.api.uri.queryoption.search
 
SearchUnary - Interface in org.apache.olingo.server.api.uri.queryoption.search
 
SearchUnaryOperatorKind - Enum in org.apache.olingo.server.api.uri.queryoption.search
 
second(FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
SegmentType - Enum in org.apache.olingo.client.api.uri
URI Segment types.
select(String...) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
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.
SelectItem - Interface in org.apache.olingo.server.api.uri.queryoption
Represents a single select item information For example: http://.../Employees?select=name,age
selectList(String) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
 
SelectOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $select For example: http://.../entitySet?select=name,age
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, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.serializer.SerializerException
Creates serializer exception.
SerializerException(String, Throwable, ODataTranslatedException.MessageKey, String...) - Constructor for exception org.apache.olingo.server.api.serializer.SerializerException
Creates serializer exception.
SerializerException.MessageKeys - Enum in org.apache.olingo.server.api.serializer
Keys for exception texts in the resource bundle.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.olingo.server.sample.CarsServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.olingo.server.tecsvc.TechnicalServlet
 
ServiceDocument - Interface in org.apache.olingo.client.api.data
REST resource for an ODataServiceDocument.
serviceDocument(Edm, String) - Method in interface org.apache.olingo.server.api.serializer.ODataSerializer
Writes the service document into an InputStream.
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.
serviceRoot(URI) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
 
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
setAbstract(boolean) - Method in class org.apache.olingo.server.api.edm.provider.ComplexType
 
setAbstract(boolean) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setAbstract(boolean) - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
setAccept(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Adds Accept OData request header.
setAction(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.ActionImport
 
setActionImports(List<ActionImport>) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
setActions(List<Action>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setAddressingDerivedTypes(boolean) - Method in interface org.apache.olingo.client.api.Configuration
Sets whether query URIs in request should contain fully qualified type name.
setAlias(String) - Method in class org.apache.olingo.server.api.edm.provider.AliasInfo
 
setAlias(String) - Method in class org.apache.olingo.server.api.edm.provider.PropertyRef
 
setAlias(String) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setAnnotation(List<Annotation>) - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
setAnnotations(List<ODataAnnotation>) - Method in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
 
setAnnotations(List<Annotation>) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setAppliesTo(String) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setBaseTerm(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setBaseType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.ComplexType
 
setBaseType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setBaseType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
setBindingLink(String) - Method in interface org.apache.olingo.commons.api.data.Link
Sets the binding link.
setBindingLinks(List<String>) - Method in interface org.apache.olingo.commons.api.data.Link
Sets the binding links.
setBindingParameter(String) - Method in class org.apache.olingo.server.api.edm.provider.EntitySetPath
 
setBody(InputStream) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the body of the request.
setBound(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Action
 
setBound(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Function
 
setBound(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
setCode(String) - Method in class org.apache.olingo.commons.api.domain.ODataError
The value for the code name/value pair is a language-independent string.
setCode(String) - Method in class org.apache.olingo.commons.api.domain.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.server.api.edm.provider.NavigationProperty
 
setCollection(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setCollection(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setCollection(boolean) - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
setCollection(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setComplexTypes(List<ComplexType>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setComposable(boolean) - Method in class org.apache.olingo.server.api.edm.provider.Function
 
setContainerName(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainerInfo
 
setContainsTarget(boolean) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setContent(InputStream) - Method in class org.apache.olingo.server.api.ODataResponse
Sets the content (body).
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.commons.api.domain.AbstractODataPayload
 
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(Integer) - Method in interface org.apache.olingo.commons.api.data.EntitySet
Sets number of entries.
setCount(int) - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntitySet
Sets in-line count.
setDefaultBatchAcceptFormat(ContentType) - Method in interface org.apache.olingo.client.api.Configuration
Set the default Accept header value format for a batch request.
setDefaultMediaFormat(ODataFormat) - Method in interface org.apache.olingo.client.api.Configuration
Sets the default OData media format.
setDefaultPubFormat(ODataFormat) - 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.server.api.edm.provider.Property
 
setDefaultValue(String) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setDefaultValueFormat(ODataFormat) - Method in interface org.apache.olingo.client.api.Configuration
Sets the default OData value format.
setDeltaLink(URI) - Method in interface org.apache.olingo.commons.api.data.EntitySet
Sets delta link.
setDeltaLink(URI) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataEntitySet
Sets delta link.
setDetails(List<ODataErrorDetail>) - Method in class org.apache.olingo.commons.api.domain.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
 
setEditLink(Link) - Method in interface org.apache.olingo.commons.api.data.Entity
Sets entity edit link.
setEditLink(URI) - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
Sets OData entity edit link.
setEntity(CommonODataEntity) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
 
setEntityContainer(FullQualifiedName) - Method in class org.apache.olingo.commons.api.edm.Target
 
setEntityContainer(EntityContainer) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setEntityHandler(EntityInvocationHandler) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
setEntitySet(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.OperationImport
 
setEntitySet(Target) - Method in class org.apache.olingo.server.api.edm.provider.ActionImport
 
setEntitySet(Target) - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
setEntitySet(Target) - Method in class org.apache.olingo.server.api.edm.provider.OperationImport
 
setEntitySetPath(EntitySetPath) - Method in class org.apache.olingo.server.api.edm.provider.Action
 
setEntitySetPath(EntitySetPath) - Method in class org.apache.olingo.server.api.edm.provider.Function
 
setEntitySetPath(EntitySetPath) - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
setEntitySets(List<EntitySet>) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
setEntityTypes(List<EntityType>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setEnumTypes(List<EnumType>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setETag(String) - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
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.ODataServerError
Sets the exception.
setExecutor(ExecutorService) - Method in interface org.apache.olingo.client.api.Configuration
Sets request executor service.
setExpression(Expression) - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
setExtendsContainer(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
setExtendsContainer(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainerInfo
 
setFlags(boolean) - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
setFormat(ODataFormat) - Method in interface org.apache.olingo.client.api.communication.request.ODataBasicRequest
Override configured request format.
setFormat(String) - Method in interface org.apache.olingo.client.api.communication.request.retrieve.ODataRawRequest
Sets accepted format.
setFormat(ODataFormat) - Method in interface org.apache.olingo.client.api.communication.request.streamed.ODataStreamedEntityRequest
Override configured request format.
setFunction(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
setFunctionImports(List<FunctionImport>) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
setFunctions(List<Function>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setGzipCompression(boolean) - Method in interface org.apache.olingo.client.api.Configuration
Sets Gzip compression (e.g.
setHasStream(boolean) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
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(HeaderName, String) - Method in interface org.apache.olingo.client.api.communication.header.ODataHeaders
Add the specified header.
setHeader(String, String) - Method in class org.apache.olingo.server.api.ODataResponse
Sets a header.
setHref(String) - Method in interface 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.commons.api.data.Entity
Sets entity ID.
setId(URI) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataEntity
 
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.server.api.edm.provider.EntitySet
 
setIncludeInServiceDocument(boolean) - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
setInlineEntity(Entity) - Method in interface org.apache.olingo.commons.api.data.Link
Sets in-line entity.
setInlineEntitySet(EntitySet) - Method in interface org.apache.olingo.commons.api.data.Link
Sets in-line entity set.
setInnerError(Map<String, String>) - Method in class org.apache.olingo.commons.api.domain.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.server.api.edm.provider.Mapping
Sets the value for this Mapping.
setIsUnicode(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setKey(List<PropertyRef>) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
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).
setLink(URI) - Method in class org.apache.olingo.commons.api.domain.ODataItem
Sets ODataItem link (it's edit link for CommonODataEntity).
setLinks(List<URI>) - Method in class org.apache.olingo.client.api.domain.v3.ODataLinkCollection
Set links.
setLocale(Locale) - Method in class org.apache.olingo.server.api.ODataServerError
Sets the locale.
setMapping(Mapping) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setMapping(Mapping) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setMaxLength(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setMaxLength(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setMaxLength(Integer) - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
setMaxLength(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setMaxLength(Integer) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setMedia(Entity, byte[], String) - Method in class org.apache.olingo.server.tecsvc.data.DataProvider
 
setMediaContentSource(URI) - Method in interface org.apache.olingo.commons.api.data.Entity
Set media content source.
setMediaContentSource(URI) - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
Sets media content source.
setMediaContentType(String) - Method in interface org.apache.olingo.commons.api.data.Entity
Set media content type.
setMediaContentType(String) - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
Sets media content type.
setMediaEntity(boolean) - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
Sets media entity flag.
setMediaETag(String) - Method in interface org.apache.olingo.commons.api.data.Entity
Set media ETag.
setMediaETag(String) - Method in interface org.apache.olingo.commons.api.data.Link
Sets Media ETag.
setMediaETag(String) - Method in interface org.apache.olingo.commons.api.domain.CommonODataEntity
Set media ETag.
setMediaResourceMimeTypeKey(String) - Method in class org.apache.olingo.server.api.edm.provider.Mapping
Sets the key for the resource mime type key which is used for the lookup in the data map
setMediaResourceSourceKey(String) - Method in class org.apache.olingo.server.api.edm.provider.Mapping
Sets the key for the resource source key which is used for the lookup in the data map
setMembers(List<EnumMember>) - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
setMessage(String) - Method in class org.apache.olingo.commons.api.domain.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.domain.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.commons.api.domain.ODataOperation
Sets metadata anchor.
setMethod(HttpMethod) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the HTTP method.
setMimeType(String) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setName(String) - Method in interface org.apache.olingo.commons.api.data.Property
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Action
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.ActionImport
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.ComplexType
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.EntitySet
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.EnumMember
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Function
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.FunctionImport
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.OperationImport
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Singleton
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setName(String) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setNamespace(String) - Method in class org.apache.olingo.server.api.edm.provider.AliasInfo
 
setNamespace(String) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setNavigationProperties(List<NavigationProperty>) - Method in class org.apache.olingo.server.api.edm.provider.ComplexType
 
setNavigationProperties(List<NavigationProperty>) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setNavigationProperties(List<NavigationProperty>) - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
setNavigationPropertyBindings(List<NavigationPropertyBinding>) - Method in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
setNavigationPropertyBindings(List<NavigationPropertyBinding>) - Method in class org.apache.olingo.server.api.edm.provider.EntitySet
 
setNavigationPropertyBindings(List<NavigationPropertyBinding>) - Method in class org.apache.olingo.server.api.edm.provider.Singleton
 
setNext(URI) - Method in interface org.apache.olingo.commons.api.data.EntitySet
Sets next link.
setNext(URI) - Method in interface org.apache.olingo.commons.api.data.v3.LinkCollection
Sets next link.
setNullable(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setNullable(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setNullable(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setNullable(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
setNullable(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setObject(Object) - Method in class org.apache.olingo.server.api.edm.provider.Mapping
Sets an object.
setOnDelete(EdmOnDelete) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setOpenType(boolean) - Method in class org.apache.olingo.server.api.edm.provider.ComplexType
 
setOpenType(boolean) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setOpenType(boolean) - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
setParameters(Map<String, ODataValue>) - Method in interface org.apache.olingo.client.api.communication.request.invoke.ODataInvokeRequest
Sets operation parameters.
setParameters(List<Parameter>) - Method in class org.apache.olingo.server.api.edm.provider.Action
 
setParameters(List<Parameter>) - Method in class org.apache.olingo.server.api.edm.provider.Function
 
setParameters(List<Parameter>) - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
setPartner(String) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setPath(String) - Method in class org.apache.olingo.server.api.edm.provider.EntitySetPath
 
setPath(String) - Method in class org.apache.olingo.server.api.edm.provider.NavigationPropertyBinding
 
setPath(String) - Method in class org.apache.olingo.server.api.edm.provider.PropertyRef
 
setPrecision(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setPrecision(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setPrecision(Integer) - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
setPrecision(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setPrecision(Integer) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setPrefer(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Adds Prefer OData request header.
setProperties(List<Property>) - Method in class org.apache.olingo.server.api.edm.provider.ComplexType
 
setProperties(List<Property>) - Method in class org.apache.olingo.server.api.edm.provider.EntityType
 
setProperties(List<Property>) - Method in class org.apache.olingo.server.api.edm.provider.StructuredType
 
setProperty(String) - Method in class org.apache.olingo.server.api.edm.provider.ReferentialConstraint
 
setPropertyName(String) - Method in class org.apache.olingo.server.api.edm.provider.PropertyRef
 
setPropertyValue(Property, Object) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
setQualifier(String) - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
setQualifier(String) - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
Set qualifier for this include annotation.
setRawBaseUri(String) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the base URI.
setRawODataPath(String) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the path segments of the request URI that belong to OData.
setRawQueryPath(String) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the query part of the request URI.
setRawRequestUri(String) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the total request URI.
setRawServiceResolutionUri(String) - Method in class org.apache.olingo.server.api.ODataRequest
Sets the URI part responsible for service resolution.
setReferencedProperty(String) - Method in class org.apache.olingo.server.api.edm.provider.ReferentialConstraint
 
setReferentialConstraints(List<ReferentialConstraint>) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setRel(String) - Method in interface org.apache.olingo.commons.api.data.Link
Sets rel info.
setRelationship(String) - Method in interface org.apache.olingo.commons.api.data.DeltaLink
 
setRelationship(String) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataDeltaLink
 
setRequest(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.batch.ODataSingleRequest
Serialize and send the given request.
setRequest(ODataBatchableRequest) - Method in interface org.apache.olingo.client.api.communication.request.batch.v4.ODataOutsideUpdate
Serialize and send the given request.
setReturnType(ReturnType) - Method in class org.apache.olingo.server.api.edm.provider.Action
 
setReturnType(ReturnType) - Method in class org.apache.olingo.server.api.edm.provider.Function
 
setReturnType(ReturnType) - Method in class org.apache.olingo.server.api.edm.provider.Operation
 
setScale(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setScale(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setScale(Integer) - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
setScale(Integer) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setScale(Integer) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setSearch(String) - Method in interface org.apache.olingo.ext.proxy.api.Search
Sets the $search expression for this search.
setSearch(URISearch) - Method in interface org.apache.olingo.ext.proxy.api.Search
Sets the search generating the $search expression for this search.
setSearch(String) - Method in class org.apache.olingo.ext.proxy.commons.SearchImpl
 
setSearch(URISearch) - Method in class org.apache.olingo.ext.proxy.commons.SearchImpl
 
setSelfLink(Link) - Method in interface org.apache.olingo.commons.api.data.Entity
Sets entity self link.
setSingletons(List<Singleton>) - Method in class org.apache.olingo.server.api.edm.provider.EntityContainer
 
setSlug(String) - Method in interface org.apache.olingo.client.api.communication.request.ODataRequest
Adds Slug OData request header.
setSource(URI) - Method in interface org.apache.olingo.commons.api.data.DeltaLink
 
setSource(URI) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataDeltaLink
 
setSplit(int) - Method in interface org.apache.olingo.server.api.ODataHttpHandler
Sets the split parameter which is used for service resolution.
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(URI) - Method in interface org.apache.olingo.commons.api.data.DeltaLink
 
setTarget(String) - Method in class org.apache.olingo.commons.api.domain.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.domain.ODataErrorDetail
 
setTarget(URI) - Method in class org.apache.olingo.commons.api.domain.ODataOperation
Sets target.
setTarget(URI) - Method in interface org.apache.olingo.commons.api.domain.v4.ODataDeltaLink
 
setTarget(Target) - Method in class org.apache.olingo.server.api.edm.provider.NavigationPropertyBinding
 
setTarget(String) - Method in class org.apache.olingo.server.api.ODataServerError
The value for the target name/value pair is the target of the particular error (for example, the name of the property in error).
setTargetName(String) - Method in class org.apache.olingo.commons.api.edm.Target
 
setTargetNamespace(String) - Method in class org.apache.olingo.server.api.edmx.EdmxReferenceIncludeAnnotation
Set target namespace for this include annotation.
setTerm(String) - Method in interface org.apache.olingo.commons.api.data.Annotation
 
setTerm(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Annotation
 
setTerms(List<Term>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setTitle(String) - Method in interface org.apache.olingo.commons.api.data.Link
Sets title.
setTitle(String) - Method in class org.apache.olingo.commons.api.domain.ODataLink.Builder
 
setTitle(String) - Method in class org.apache.olingo.commons.api.domain.ODataOperation
Sets title.
setTitle(String) - Method in class org.apache.olingo.commons.api.domain.v4.ODataLink.Builder
 
setType(ConstantAnnotationExpression.Type) - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.ConstantAnnotationExpression
 
setType(String) - Method in interface org.apache.olingo.commons.api.data.Entity
Sets entity type.
setType(String) - Method in interface org.apache.olingo.commons.api.data.Link
Sets type.
setType(String) - Method in interface org.apache.olingo.commons.api.data.Valuable
 
setType(ODataLinkType) - Method in class org.apache.olingo.commons.api.domain.ODataLink.Builder
 
setType(EdmType) - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue.Builder
 
setType(EdmPrimitiveTypeKind) - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue.Builder
 
setType(ODataLinkType) - Method in class org.apache.olingo.commons.api.domain.v4.ODataLink.Builder
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EntitySet
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.NavigationProperty
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Parameter
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.ReturnType
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Singleton
 
setType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.Term
 
setTypeDefinitions(List<TypeDefinition>) - Method in class org.apache.olingo.server.api.edm.provider.Schema
 
setUnderlyingType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.EnumType
 
setUnderlyingType(FullQualifiedName) - Method in class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
setUnicode(Boolean) - Method in class org.apache.olingo.server.api.edm.provider.Property
 
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.commons.api.domain.ODataLink.Builder
 
setURI(URI, String) - Method in class org.apache.olingo.commons.api.domain.ODataLink.Builder
 
setURI(URI) - Method in class org.apache.olingo.commons.api.domain.v4.ODataLink.Builder
 
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(String) - Method in interface org.apache.olingo.client.api.edm.xml.v4.annotation.ConstantAnnotationExpression
 
setValue(ValueType, Object) - Method in interface org.apache.olingo.commons.api.data.Valuable
 
setValue(Object) - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue.Builder
 
setValue(Sort.Direction) - Method in class org.apache.olingo.ext.proxy.api.Sort
 
setValue(String) - Method in class org.apache.olingo.server.api.edm.provider.EnumMember
 
setVersion(ODataServiceVersion) - Method in class org.apache.olingo.commons.api.domain.ODataLink.Builder
 
setVersion(ODataServiceVersion) - Method in class org.apache.olingo.commons.api.domain.v4.ODataLink.Builder
 
setX(double) - Method in class org.apache.olingo.commons.api.edm.geo.Point
 
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
 
setZ(double) - Method in class org.apache.olingo.commons.api.edm.geo.Point
 
Singleton - Interface in org.apache.olingo.client.api.edm.xml.v4
 
Singleton - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Give singleton a name.
Singleton - Class in org.apache.olingo.server.api.edm.provider
 
Singleton() - Constructor for class org.apache.olingo.server.api.edm.provider.Singleton
 
size() - Method in interface org.apache.olingo.commons.api.domain.ODataCollectionValue
Gets collection size.
size() - Method in interface org.apache.olingo.commons.api.domain.ODataComplexValue
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.CommonURIBuilder
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
 
SkipOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $skip For example: http://.../entitySet?$skip=10
skipToken(String) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
Adds skiptoken query option.
SkipTokenOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $skiptoken For example: http://.../entitySet?$skiptoken=abv
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 - 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.CommonFilterArgFactory
 
StoreGeneratedPattern - Enum in org.apache.olingo.client.api.edm
 
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.
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, ODataValue>, 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.
StructuredType - Class in org.apache.olingo.server.api.edm.provider
 
StructuredType() - Constructor for class org.apache.olingo.server.api.edm.provider.StructuredType
 
sub(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
substring(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
substring(FilterArg, FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
substringof(FilterArg, FilterArg) - Method in interface org.apache.olingo.client.api.uri.v3.FilterArgFactory
 
suffix(ContextURL.Suffix) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
 
SYSTEM_NAMESPACE - Static variable in interface org.apache.olingo.commons.api.edm.EdmPrimitiveType
 
SystemQueryOption - Interface in org.apache.olingo.server.api.uri.queryoption
Super interface used for any system query option
SystemQueryOptionKind - Enum in org.apache.olingo.server.api.uri.queryoption
Defining the supported system query options

T

Target - Class in org.apache.olingo.commons.api.edm
An Edm target element.
Target() - Constructor for class org.apache.olingo.commons.api.edm.Target
 
Target.Builder - Class in org.apache.olingo.commons.api.edm
 
Target.Builder(String, EdmEntityContainer) - Constructor for class org.apache.olingo.commons.api.edm.Target.Builder
 
targetEntitySetURI - Variable in class org.apache.olingo.ext.proxy.commons.AbstractEntityCollectionInvocationHandler
 
targetRef - Variable in class org.apache.olingo.ext.proxy.commons.InvokerInvocationHandler
 
TechnicalBatchProcessor - Class in org.apache.olingo.server.tecsvc.processor
 
TechnicalBatchProcessor(DataProvider) - Constructor for class org.apache.olingo.server.tecsvc.processor.TechnicalBatchProcessor
 
TechnicalEntityProcessor - Class in org.apache.olingo.server.tecsvc.processor
Technical Processor for entity-related functionality.
TechnicalEntityProcessor(DataProvider) - Constructor for class org.apache.olingo.server.tecsvc.processor.TechnicalEntityProcessor
 
TechnicalPrimitiveComplexProcessor - Class in org.apache.olingo.server.tecsvc.processor
Technical Processor which provides functionality related to primitive and complex types and collections thereof.
TechnicalPrimitiveComplexProcessor(DataProvider) - Constructor for class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
TechnicalProcessor - Class in org.apache.olingo.server.tecsvc.processor
Technical Processor base.
TechnicalProcessor(DataProvider) - Constructor for class org.apache.olingo.server.tecsvc.processor.TechnicalProcessor
 
TechnicalServlet - Class in org.apache.olingo.server.tecsvc
 
TechnicalServlet() - Constructor for class org.apache.olingo.server.tecsvc.TechnicalServlet
 
Term - Interface in org.apache.olingo.client.api.edm.xml.v4
 
Term - Annotation Type in org.apache.olingo.ext.proxy.api.annotations
Mark POJO as term.
Term - Class in org.apache.olingo.server.api.edm.provider
 
Term() - Constructor for class org.apache.olingo.server.api.edm.provider.Term
 
TEXT_HTML - Static variable in class org.apache.olingo.commons.api.format.ContentType
 
TEXT_HTML - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
TEXT_PLAIN - Static variable in class org.apache.olingo.commons.api.format.ContentType
 
TEXT_PLAIN - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
TEXT_PLAIN_UTF8 - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
TEXT_XML - Static variable in class org.apache.olingo.commons.api.format.ContentType
 
time(FilterArg) - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
title - Variable in class org.apache.olingo.commons.api.domain.ODataLink.Builder
 
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.commons.api.domain.ODataPrimitiveValue
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.v4.ODataDeserializer
Gets a delta object from the given InputStream.
toEntity(InputStream) - Method in interface org.apache.olingo.commons.api.serialization.ODataDeserializer
Gets an entity object from the given InputStream.
toEntitySet(InputStream) - Method in interface org.apache.olingo.commons.api.serialization.ODataDeserializer
Gets an entity set object from the given InputStream.
toError(InputStream) - Method in interface org.apache.olingo.commons.api.serialization.ODataDeserializer
Gets the ODataError object represented by the given InputStream.
toLinkCollection(InputStream) - Method in interface org.apache.olingo.client.api.serialization.v3.ODataDeserializer
Gets a list of links from the given InputStream.
tolower(FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
toMetadata(InputStream) - Method in interface org.apache.olingo.client.api.serialization.ClientODataDeserializer
 
toMetadata(InputStream) - Method in interface org.apache.olingo.client.api.serialization.v4.ODataDeserializer
 
TOOL_DIR - Static variable in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
 
top(int) - Method in interface org.apache.olingo.client.api.uri.CommonURIBuilder
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
 
TopOption - Interface in org.apache.olingo.server.api.uri.queryoption
Represents the system query option $top For example: http://.../entitySet?$top=10
toProperty(InputStream) - Method in interface org.apache.olingo.commons.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 enum org.apache.olingo.client.api.communication.header.HeaderName
 
toString() - Method in enum org.apache.olingo.client.api.uri.QueryOption
 
toString() - Method in class org.apache.olingo.commons.api.domain.AbstractODataValue
 
toString() - Method in class org.apache.olingo.commons.api.domain.ODataItem
 
toString() - Method in enum org.apache.olingo.commons.api.domain.ODataLinkType
 
toString() - Method in interface org.apache.olingo.commons.api.domain.ODataPrimitiveValue
Serialize the current value as String.
toString() - Method in interface org.apache.olingo.commons.api.domain.v4.ODataEnumValue
 
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.Geospatial
 
toString() - Method in class org.apache.olingo.commons.api.edm.geo.SRID
 
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.ODataFormat
 
toString() - Method in enum org.apache.olingo.commons.api.http.HttpStatusCode
Get the status code info.
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.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 exception org.apache.olingo.server.api.ODataTranslatedException
 
toString() - Method in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
 
toString() - Method in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
 
toString() - Method in enum org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind
 
toString() - Method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchBinaryOperatorKind
 
toString() - Method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchUnaryOperatorKind
 
toString() - Method in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
 
toString() - Method in interface org.apache.olingo.server.api.uri.UriResource
 
toString(boolean) - Method in interface org.apache.olingo.server.api.uri.UriResourcePartTyped
 
totaloffsetminutes(FilterArg) - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
totalseconds(FilterArg) - Method in interface org.apache.olingo.client.api.uri.v4.FilterArgFactory
 
toupper(FilterArg) - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
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.commons.api.domain.ODataPrimitiveValue
Returns the current value as generic Object.
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.
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.CommonFilterArgFactory
 
TwoParamsOpDynamicAnnotationExpression - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
TwoParamsOpDynamicAnnotationExpression.Type - Enum in org.apache.olingo.client.api.edm.xml.v4.annotation
 
type(EdmType) - Method in class org.apache.olingo.commons.api.data.ContextURL.Builder
 
type - Variable in class org.apache.olingo.commons.api.domain.ODataLink.Builder
 
type - Variable in class org.apache.olingo.commons.api.domain.ODataLink
Link type.
type - Variable in class org.apache.olingo.commons.api.edm.geo.Geospatial
 
type - Variable in class org.apache.olingo.ext.pojogen.NavPropertyBindingDetails
 
type - Variable in class org.apache.olingo.server.api.edm.provider.BindingTarget
 
TYPE_SUB_PKG - Static variable in class org.apache.olingo.ext.pojogen.AbstractUtility
 
TypeAnnotation - Interface in org.apache.olingo.client.api.edm.xml.v3
 
TypeDefinition - Interface in org.apache.olingo.client.api.edm.xml.v4
 
TypeDefinition - Class in org.apache.olingo.server.api.edm.provider
 
TypeDefinition() - Constructor for class org.apache.olingo.server.api.edm.provider.TypeDefinition
 
TypeDefinitionProvider - Class in org.apache.olingo.server.tecsvc.provider
 
TypeDefinitionProvider() - Constructor for class org.apache.olingo.server.tecsvc.provider.TypeDefinitionProvider
 
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 in UnaryOperatorKind
UnaryOperatorKind - Enum in org.apache.olingo.server.api.uri.queryoption.expression
Enumeration of supported unary operators
For the semantic of these operators please see the ODATA specification for URL conventions
uncapitalize(String) - Method in class org.apache.olingo.ext.pojogen.AbstractUtility
 
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.
UnsupportedInV3Exception - Exception in org.apache.olingo.client.api.v3
 
UnsupportedInV3Exception() - Constructor for exception org.apache.olingo.client.api.v3.UnsupportedInV3Exception
 
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.
updateComplex(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.sample.processor.CarsProcessor
 
updateComplex(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
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.
updateComplexCollection(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
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.
updateEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.sample.processor.CarsProcessor
 
updateEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalEntityProcessor
 
updateEntityUUID(URI, Class<?>, CommonODataEntity) - Method in class org.apache.olingo.ext.proxy.commons.EntityInvocationHandler
 
updateLinksTag(int) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
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.
updateMediaEntity(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalEntityProcessor
 
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.
updatePrimitive(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.sample.processor.CarsProcessor
 
updatePrimitive(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
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.
updatePrimitiveCollection(ODataRequest, ODataResponse, UriInfo, ContentType, ContentType) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalPrimitiveComplexProcessor
 
updatePropertiesTag(int) - Method in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
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.v3
Update type.
UpdateType - Enum in org.apache.olingo.client.api.communication.request.cud.v4
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.commons.api.domain.ODataLink.Builder
 
uri - Variable in class org.apache.olingo.ext.proxy.commons.AbstractCollectionInvocationHandler
 
uri - Variable in class org.apache.olingo.ext.proxy.commons.AbstractStructuredInvocationHandler
 
URIBuilder - Interface in org.apache.olingo.client.api.uri.v3
 
URIBuilder - Interface in org.apache.olingo.client.api.uri.v4
 
URIBuilder.InlineCount - Enum in org.apache.olingo.client.api.uri.v3
 
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://.../serviceroot/$all
UriInfoBatch - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.batch to describe URIs like http://.../serviceroot/$batch
UriInfoCrossjoin - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.crossjoin to describe URIs like http://.../serviceroot/$crossjoin(...)
UriInfoEntityId - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.entityId to describe URIs like http://.../serviceroot/$entity...
UriInfoKind - Enum in org.apache.olingo.server.api.uri
Defining the various info kinds
UriInfoMetadata - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.metadata to describe URIs like http://.../serviceroot/$metadata...
UriInfoResource - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.resource to describe URIs like E.g.
UriInfoService - Interface in org.apache.olingo.server.api.uri
Used for URI info kind UriInfoKind.service to describe URIs like http://.../serviceroot
UriParameter - Interface in org.apache.olingo.server.api.uri
Represents an function parameter or key predicate when used in the URI.
UriResource - Interface in org.apache.olingo.server.api.uri
Super interface for all objects representing resource parts.
UriResourceAction - Interface in org.apache.olingo.server.api.uri
Used to describe an action used within an resource path For example: http://.../serviceroot/action()
UriResourceComplexProperty - Interface in org.apache.olingo.server.api.uri
Used to describe an complex property used within an resource path E.g.
UriResourceCount - Interface in org.apache.olingo.server.api.uri
Used to describe an $count used within an resource path For example: http://.../serviceroot/entityset(1)/$count
UriResourceEntitySet - Interface in org.apache.olingo.server.api.uri
Used to describe an entity set used within an resource path For example: http://.../serviceroot/entityset(1)
UriResourceFunction - Interface in org.apache.olingo.server.api.uri
Used to describe an function import or bound function used within an resource path For example: http://.../serviceroot/functionImport(P1=1,P2='A')
UriResourceIt - Interface in org.apache.olingo.server.api.uri
Class indicating the $it reference.
UriResourceKind - Enum in org.apache.olingo.server.api.uri
Defining the various resource part types
UriResourceLambdaAll - Interface in org.apache.olingo.server.api.uri
Used to describe an all lambda expression used within an resource path For example: http://.../serviceroot/entityset/all(...)
UriResourceLambdaAny - Interface in org.apache.olingo.server.api.uri
Used to describe an any lambda expression used within an resource path For example: http://.../serviceroot/entityset/any(...)
UriResourceLambdaVariable - Interface in org.apache.olingo.server.api.uri
Used to describe an lambda variable used within an resource path For example: http://.../serviceroot/entityset/listofstring/any(d: 'string' eq d)
UriResourceNavigation - Interface in org.apache.olingo.server.api.uri
Used to describe an navigation property used within an resource path For example: http://.../serviceroot/entityset(1)/navProperty
UriResourcePartTyped - Interface in org.apache.olingo.server.api.uri
Used to describe an typed resource part (super interface)
UriResourcePrimitiveProperty - Interface in org.apache.olingo.server.api.uri
Used to describe an primitive property used within an resource path For example: http://.../serviceroot/entityset(1)/property
UriResourceProperty - Interface in org.apache.olingo.server.api.uri
Used to describe an resource part which is an property (super interface)
UriResourceRef - Interface in org.apache.olingo.server.api.uri
Used to describe an $ref used within an resource path For example: http://.../serviceroot/entityset/$ref
UriResourceRoot - Interface in org.apache.olingo.server.api.uri
Class indicating the $root reference.
UriResourceSingleton - Interface in org.apache.olingo.server.api.uri
Used to describe an entity set used within an resource path For example: http://.../serviceroot/singleton
UriResourceValue - Interface in org.apache.olingo.server.api.uri
Used to describe an $value used within an resource path For example: http://.../serviceroot/entityset(1)/property/$value
URISearch - Interface in org.apache.olingo.client.api.uri.v4
Interface for $search; obtain instances via SearchFactory.
UrlRef - Interface in org.apache.olingo.client.api.edm.xml.v4.annotation
 
USER_AGENT - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
Using - Interface in org.apache.olingo.client.api.edm.xml.v3
 
UTF8 - Static variable in interface org.apache.olingo.commons.api.Constants
 
utility - Variable in class org.apache.olingo.ext.pojogen.AbstractPOJOGenMojo
 

V

V3POJOGenMojo - Class in org.apache.olingo.ext.pojogen
POJOs generator.
V3POJOGenMojo() - Constructor for class org.apache.olingo.ext.pojogen.V3POJOGenMojo
 
V3Utility - Class in org.apache.olingo.ext.pojogen
 
V3Utility(Edm, EdmSchema, String) - Constructor for class org.apache.olingo.ext.pojogen.V3Utility
 
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.
validateOptions(UriInfoResource) - Method in class org.apache.olingo.server.tecsvc.processor.TechnicalProcessor
 
Valuable - Interface in org.apache.olingo.commons.api.data
 
VALUE - Static variable in interface org.apache.olingo.commons.api.Constants
 
ValueAnnotation - Interface in org.apache.olingo.client.api.edm.xml.v3
 
valueOf(String) - Static method in enum org.apache.olingo.client.api.communication.header.HeaderName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.client.api.communication.request.cud.v3.UpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.client.api.communication.request.cud.v4.UpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.client.api.edm.ConcurrencyMode
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.edm.xml.OnDeleteAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.client.api.edm.xml.v3.ParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.client.api.edm.xml.v4.annotation.ConstantAnnotationExpression.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.client.api.edm.xml.v4.annotation.TwoParamsOpDynamicAnnotationExpression.Type
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.client.api.uri.v3.URIBuilder.InlineCount
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.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.commons.api.domain.ODataLinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.commons.api.domain.ODataPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.commons.api.domain.v4.ODataDeletedEntity.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.commons.api.edm.constants.EdmContentKind
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.JsonKey
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.NamespaceKey
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.EdmAnnotationsTarget.TargetType
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(ODataServiceVersion, String) - Static method in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
 
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
 
valueOf(String) - Static method in enum org.apache.olingo.commons.api.format.ODataFormat
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.batch.exception.BatchDeserializerException.MessageKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.batch.exception.BatchSerializerException.MessageKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.serializer.RepresentationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchBinaryOperatorKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchUnaryOperatorKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.UriInfoKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.server.api.uri.UriResourceKind
Returns the enum constant of this type with the specified name.
valueOfFQN(ODataServiceVersion, FullQualifiedName) - Static method in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
Gets EdmPrimitiveTypeKind from a full-qualified type name, for the given OData protocol version.
valueOfFQN(ODataServiceVersion, String) - Static method in enum org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind
Gets EdmPrimitiveTypeKind from a full type expression (as Edm.Int32), for the given OData protocol version.
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.header.HeaderName
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.communication.request.cud.v3.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.communication.request.cud.v4.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.edm.ConcurrencyMode
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.edm.xml.OnDeleteAction
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.xml.v3.ParameterMode
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.xml.v4.annotation.ConstantAnnotationExpression.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.client.api.edm.xml.v4.annotation.TwoParamsOpDynamicAnnotationExpression.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.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.client.api.uri.v3.URIBuilder.InlineCount
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.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.domain.ODataLinkType
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.domain.ODataPropertyType
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.domain.v4.ODataDeletedEntity.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.edm.constants.EdmContentKind
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.JsonKey
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.NamespaceKey
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.EdmAnnotationsTarget.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.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.format.ODataFormat
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.batch.exception.BatchDeserializerException.MessageKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.batch.exception.BatchSerializerException.MessageKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.deserializer.DeserializerException.MessageKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.serializer.RepresentationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.serializer.SerializerException.MessageKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.MethodKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchBinaryOperatorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.search.SearchUnaryOperatorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.queryoption.SystemQueryOptionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.UriInfoKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.server.api.uri.UriResourceKind
Returns an array containing the constants of this enum type, in the order they are declared.
ValueTerm - Interface in org.apache.olingo.client.api.edm.xml.v3
 
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
 
VARY - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader
version - Variable in class org.apache.olingo.commons.api.domain.ODataLink.Builder
 
VisitableExpression - Interface in org.apache.olingo.server.api.uri.queryoption.expression
Marks an expression node a visitable by an expression visitor
visitAlias(String) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Alias expression
visitBinaryOperator(BinaryOperatorKind, T, T) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Binary expression
visitEnum(EdmEnumType, List<String>) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Enumeration expression
visitLambdaExpression(String, String, Expression) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed lambda expression
visitLambdaReference(String) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed LambdaRef
visitLiteral(String) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Literal expression
visitMember(UriInfoResource) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Member expression
visitMethodCall(MethodKind, List<T>) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Method expression
visitTypeLiteral(EdmType) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed TypeLiteral expression
visitUnaryOperator(UnaryOperatorKind, T) - Method in interface org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor
Called for each traversed Unary expression

W

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.v4.AsyncRequestWrapper
Add wait http header.
WILDCARD - Static variable in interface org.apache.olingo.commons.api.http.HttpContentType
 
with() - Static method in class org.apache.olingo.commons.api.data.ContextURL
 
with() - Static method in class org.apache.olingo.server.api.deserializer.batch.BatchOptions
Creates a new BatchOptions builder
with() - Static method in class org.apache.olingo.server.api.serializer.ComplexSerializerOptions
Initializes the options builder.
with() - Static method in class org.apache.olingo.server.api.serializer.EntityCollectionSerializerOptions
Initializes the options builder.
with() - Static method in class org.apache.olingo.server.api.serializer.EntitySerializerOptions
Initializes the options builder.
with() - Static method in class org.apache.olingo.server.api.serializer.PrimitiveSerializerOptions
Initializes the options builder.
with() - Static method in class org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions
Initializes the options builder.
WrappingHttpClientFactory - Interface in org.apache.olingo.client.api.http
 
write(Writer, T) - Method in interface org.apache.olingo.commons.api.serialization.ODataSerializer
 
write(Writer, ResWrap<T>) - Method in interface org.apache.olingo.commons.api.serialization.ODataSerializer
 
writeEntities(Collection<CommonODataEntity>, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
Writes a collection of OData entities.
writeEntity(CommonODataEntity, ODataFormat) - 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(ODataLink, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
Writes an OData link.
writeProperty(CommonODataProperty, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
Writes a single OData entity property.
writeReference(ResWrap<URI>, ODataFormat) - Method in interface org.apache.olingo.client.api.serialization.ODataWriter
Writes a entity reference
WWW_AUTHENTICATE - Static variable in interface org.apache.olingo.commons.api.http.HttpHeader

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
XMLMetadata - Interface in org.apache.olingo.client.api.edm.xml.v4
 
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.CommonFilterArgFactory
 

_

_null() - Method in interface org.apache.olingo.client.api.uri.CommonFilterArgFactory
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

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