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

Abstract - Static variable in class org.odata4j.producer.edm.Edm.StructuralType
 
AbstractConsumerEntityPayloadRequest - Class in org.odata4j.consumer
Shared consumer request implementation for operations with an entity as the request payload.
AbstractConsumerEntityPayloadRequest(String, String, EdmDataServices) - Constructor for class org.odata4j.consumer.AbstractConsumerEntityPayloadRequest
 
AbstractConsumerEntityRequest<T> - Class in org.odata4j.consumer
Shared consumer request implementation for operations dealing with a single response entity.
AbstractConsumerEntityRequest(ODataClient, String, EdmDataServices, String, OEntityKey) - Constructor for class org.odata4j.consumer.AbstractConsumerEntityRequest
 
AbstractConsumerQueryRequestBase<T> - Class in org.odata4j.consumer
Shared consumer request implementation for operations dealing with multiple response entities.
AbstractConsumerQueryRequestBase(ODataClient, String, EdmDataServices, String) - Constructor for class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
AbstractODataApplication - Class in org.odata4j.producer.resources
Abstract OData application.
AbstractODataApplication() - Constructor for class org.odata4j.producer.resources.AbstractODataApplication
 
AbstractODataClient - Class in org.odata4j.consumer
Useful base class for ODataClient implementations with common functionality.
AbstractODataClient(FormatType) - Constructor for class org.odata4j.consumer.AbstractODataClient
 
AbstractODataConsumer - Class in org.odata4j.consumer
Useful base class for ODataConsumer implementations with common functionality.
AbstractODataConsumer(String) - Constructor for class org.odata4j.consumer.AbstractODataConsumer
 
Action1<T> - Interface in org.odata4j.core
Generic function implementation taking a single argument and returning no value.
add(Command<?>) - Method in class org.odata4j.command.ChainCommand.Builder
 
add(int, T) - Method in class org.odata4j.core.ImmutableList
 
add(T) - Method in class org.odata4j.core.ImmutableList
 
add(T) - Method in interface org.odata4j.core.OCollection.Builder
 
add(OProperty<?>) - Method in interface org.odata4j.core.OComplexObject.Builder
 
add(ExceptionFactory<?>) - Static method in class org.odata4j.exceptions.ODataProducerExceptions
Adds an ExceptionFactory and thus makes the created exception available (and catchable) for OData consumers.
add(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
add(String, String) - Method in class org.odata4j.producer.resources.HeaderMap
 
add(XMLEvent2) - Method in interface org.odata4j.stax2.XMLEventWriter2
 
addAll(Iterable<Command<?>>) - Method in class org.odata4j.command.ChainCommand.Builder
 
addAll(Collection<? extends T>) - Method in class org.odata4j.core.ImmutableList
 
addAll(int, Collection<? extends T>) - Method in class org.odata4j.core.ImmutableList
 
addAssociations(Collection<EdmAssociation.Builder>) - Method in class org.odata4j.edm.EdmSchema.Builder
 
addAssociationSets(Collection<EdmAssociationSet.Builder>) - Method in class org.odata4j.edm.EdmEntityContainer.Builder
 
addComplexTypes(Collection<EdmComplexType.Builder>) - Method in class org.odata4j.edm.EdmSchema.Builder
 
addComponent(String) - Method in class org.odata4j.producer.PropertyPath
 
addEntity(OEntity) - Method in class org.odata4j.producer.edm.MetadataProducer.Context
 
addEntityContainers(EdmEntityContainer.Builder...) - Method in class org.odata4j.edm.EdmSchema.Builder
 
addEntityContainers(Collection<EdmEntityContainer.Builder>) - Method in class org.odata4j.edm.EdmSchema.Builder
 
addEntitySets(EdmEntitySet.Builder...) - Method in class org.odata4j.edm.EdmEntityContainer.Builder
 
addEntitySets(Collection<EdmEntitySet.Builder>) - Method in class org.odata4j.edm.EdmEntityContainer.Builder
 
addEntityTypes(Collection<EdmEntityType.Builder>) - Method in class org.odata4j.edm.EdmSchema.Builder
 
addEntityTypes(EdmEntityType.Builder...) - Method in class org.odata4j.edm.EdmSchema.Builder
 
AddExpression - Interface in org.odata4j.expression
 
addFunctionImports(Collection<EdmFunctionImport.Builder>) - Method in class org.odata4j.edm.EdmEntityContainer.Builder
 
addFunctionImports(EdmFunctionImport.Builder...) - Method in class org.odata4j.edm.EdmEntityContainer.Builder
 
addFunctions(EdmSchema.Builder, EdmEntityContainer.Builder) - Method in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
provides an override point for applications to add application specific EdmFunctions to their producer.
addHttpServerFilter(Filter) - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
addJerseyRequestFilter(Class<T>) - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
addJerseyResourceFilter(Class<T>) - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
addJerseyResponseFilter(Class<T>) - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
addJettyRequestHandler(Handler) - Method in class org.odata4j.cxf.producer.server.ODataCxfServer
 
addKeys(List<String>) - Method in class org.odata4j.edm.EdmEntityType.Builder
 
addKeys(String...) - Method in class org.odata4j.edm.EdmEntityType.Builder
 
addNamespaces(List<PrefixedNamespace>) - Method in class org.odata4j.edm.EdmDataServices.Builder
 
addNavigationProperties(EdmNavigationProperty.Builder...) - Method in class org.odata4j.edm.EdmEntityType.Builder
 
addNavigationProperties(List<EdmNavigationProperty.Builder>) - Method in class org.odata4j.edm.EdmEntityType.Builder
 
addParameters(EdmFunctionParameter.Builder...) - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
addParameters(List<EdmFunctionParameter.Builder>) - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
addProperties(List<EdmProperty.Builder>) - Method in class org.odata4j.edm.EdmStructuralType.Builder
 
addProperties(EdmProperty.Builder...) - Method in class org.odata4j.edm.EdmStructuralType.Builder
 
addPropertiesFromObject(Object, PropertyModel, EdmStructuralType, List<OProperty<?>>, PropertyPathHelper) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
Transforms a POJO into a list of OProperties based on a given EdmStructuralType.
addProperty(List<OProperty<?>>, String, JsonStreamReaderFactory.JsonStreamReader) - Method in class org.odata4j.format.json.JsonComplexObjectFormatParser
 
addProperty(JsonFeedFormatParser.JsonEntry, EdmEntitySet, String, JsonStreamReaderFactory.JsonStreamReader) - Method in class org.odata4j.format.json.JsonFormatParser
adds the property.
addSchemas(List<EdmSchema.Builder>) - Method in class org.odata4j.edm.EdmDataServices.Builder
 
addSchemas(EdmSchema.Builder...) - Method in class org.odata4j.edm.EdmDataServices.Builder
 
addStructuralTypeProperties(MetadataProducer.Context, EdmStructuralType, ExpressionEvaluator) - Method in class org.odata4j.producer.edm.MetadataProducer
 
addToRelation(OEntity, String) - Method in class org.odata4j.consumer.ConsumerCreateEntityRequest
 
addToRelation(OEntity, String) - Method in interface org.odata4j.core.OCreateRequest
Use a related parent entity's relationship collection to define an implicit link.
afterDescend() - Method in interface org.odata4j.expression.ExpressionVisitor
 
afterDescend() - Method in class org.odata4j.expression.FilterExpressionVisitor
 
afterDescend() - Method in class org.odata4j.expression.PrintExpressionVisitor
 
afterDescend() - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
aggregate(ExpressionParser.AggregateFunction, CommonExpression, String, BoolCommonExpression) - Static method in class org.odata4j.expression.Expression
 
AggregateAllFunction - Interface in org.odata4j.expression
/all(:)
AggregateAnyFunction - Interface in org.odata4j.expression
/any() /any(:)
AggregateBoolFunction - Interface in org.odata4j.expression
/(:)
Alias - Static variable in class org.odata4j.producer.edm.Edm.Schema
 
all(boolean) - Method in enum org.odata4j.consumer.ODataConsumer.Dump
Sets whether or not to dump all http request and response information.
ALL - Static variable in class org.odata4j.edm.EdmSimpleType
Immutable set of all edm simple types.
all(CommonExpression, String, BoolCommonExpression) - Static method in class org.odata4j.expression.Expression
 
allowSelfSignedCerts() - Static method in enum org.odata4j.jersey.consumer.behaviors.AllowSelfSignedCertsBehavior
Creates a behavior that allows for https services with self-signed certificates.
AllowSelfSignedCertsBehavior - Enum in org.odata4j.jersey.consumer.behaviors
 
and(BoolCommonExpression, BoolCommonExpression) - Static method in class org.odata4j.expression.Expression
 
AndExpression - Interface in org.odata4j.expression
 
AndroidCompat - Class in org.odata4j.internal
 
AndroidCompat() - Constructor for class org.odata4j.internal.AndroidCompat
 
any(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
any(CommonExpression, String, BoolCommonExpression) - Static method in class org.odata4j.expression.Expression
 
app - Static variable in class org.odata4j.format.xml.XmlFormatWriter
 
APP_ACCEPT - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
APP_COLLECTION - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
APP_SERVICE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
APP_WORKSPACE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
append(StringBuilder, List<SqlStatement.SqlParameter>) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
append(Class<TContext>, Command<?>) - Method in class org.odata4j.producer.jdbc.JdbcProducer.Builder
 
APPLICATION_ATOM_XML - Static variable in class org.odata4j.core.ODataConstants
 
APPLICATION_ATOM_XML_CHARSET_UTF8 - Static variable in class org.odata4j.core.ODataConstants
 
APPLICATION_ATOMSVC_XML - Static variable in class org.odata4j.core.ODataConstants
 
APPLICATION_ATOMSVC_XML_CHARSET_UTF8 - Static variable in class org.odata4j.core.ODataConstants
 
APPLICATION_JAVASCRIPT - Static variable in class org.odata4j.core.ODataConstants
 
APPLICATION_JAVASCRIPT_CHARSET_UTF8 - Static variable in class org.odata4j.core.ODataConstants
 
APPLICATION_XML_CHARSET_UTF8 - Static variable in class org.odata4j.core.ODataConstants
 
apply(T) - Method in interface org.odata4j.core.Action1
Applies this function, returning no result.
apply(Connection) - Method in class org.odata4j.producer.jdbc.GenerateJdbcModel
 
apply(JdbcModel) - Method in class org.odata4j.producer.jdbc.HsqlAddSystemTables
 
apply(JdbcModel) - Method in class org.odata4j.producer.jdbc.JdbcModelToMetadata
 
apply(JdbcModel) - Method in class org.odata4j.producer.jdbc.LimitJdbcModelToDefaultSchema
 
asCharacters() - Method in class org.odata4j.stax2.util.InMemoryXMLEvent2
 
asCharacters() - Method in interface org.odata4j.stax2.XMLEvent2
 
asComplexProperties() - Method in class org.odata4j.core.OEntityKey
Gets the values of complex entity-key.
asComplexValue() - Method in class org.odata4j.core.OEntityKey
Gets the values of a complex entity-key.
asEndElement() - Method in class org.odata4j.stax2.util.InMemoryXMLEvent2
 
asEndElement() - Method in interface org.odata4j.stax2.XMLEvent2
 
asEndProperty() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonEvent
 
asFilterString(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
asPreparedStatement(Connection) - Method in class org.odata4j.producer.jdbc.SqlStatement
 
asPrintString(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
asRunnable(Func<?>) - Static method in class org.odata4j.core.OFuncs
 
asSingleValue() - Method in class org.odata4j.core.OEntityKey
Gets a the value of a single-valued entity-key.
asStartElement() - Method in class org.odata4j.stax2.util.InMemoryXMLEvent2
 
asStartElement() - Method in interface org.odata4j.stax2.XMLEvent2
 
asStartProperty() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonEvent
 
asString - Variable in enum org.odata4j.core.ODataVersion
1.0 or 2.0
asString(CommonExpression) - Static method in class org.odata4j.expression.PrintExpressionVisitor
 
asValue() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonEvent
 
atom - Static variable in class org.odata4j.format.xml.XmlFormatWriter
 
ATOM_CATEGORY - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
ATOM_CONTENT - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
ATOM_ENTRY - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
atom_entry_content_type - Static variable in class org.odata4j.format.xml.XmlFormatWriter
 
ATOM_FEED - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
atom_feed_content_type - Static variable in class org.odata4j.format.xml.XmlFormatWriter
 
ATOM_ID - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
ATOM_LINK - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
ATOM_SUMMARY - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
ATOM_TITLE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
ATOM_UPDATED - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
AtomCollectionFormatWriter - Class in org.odata4j.format.xml
 
AtomCollectionFormatWriter() - Constructor for class org.odata4j.format.xml.AtomCollectionFormatWriter
 
AtomCollectionInfo - Class in org.odata4j.format.xml
 
AtomComplexFormatWriter - Class in org.odata4j.format.xml
 
AtomComplexFormatWriter() - Constructor for class org.odata4j.format.xml.AtomComplexFormatWriter
 
AtomEntryFormatParser - Class in org.odata4j.format.xml
 
AtomEntryFormatParser(EdmDataServices, String, OEntityKey, FeedCustomizationMapping) - Constructor for class org.odata4j.format.xml.AtomEntryFormatParser
 
AtomEntryFormatWriter - Class in org.odata4j.format.xml
 
AtomEntryFormatWriter() - Constructor for class org.odata4j.format.xml.AtomEntryFormatWriter
 
AtomErrorFormatParser - Class in org.odata4j.format.xml
 
AtomErrorFormatParser() - Constructor for class org.odata4j.format.xml.AtomErrorFormatParser
 
AtomErrorFormatWriter - Class in org.odata4j.format.xml
 
AtomErrorFormatWriter() - Constructor for class org.odata4j.format.xml.AtomErrorFormatWriter
 
AtomFeedFormatParser - Class in org.odata4j.format.xml
 
AtomFeedFormatParser(EdmDataServices, String, OEntityKey, FeedCustomizationMapping) - Constructor for class org.odata4j.format.xml.AtomFeedFormatParser
 
AtomFeedFormatParser.AtomFeed - Class in org.odata4j.format.xml
 
AtomFeedFormatParser.AtomFeed() - Constructor for class org.odata4j.format.xml.AtomFeedFormatParser.AtomFeed
 
AtomFeedFormatParser.DataServicesAtomEntry - Class in org.odata4j.format.xml
 
AtomFeedFormatWriter - Class in org.odata4j.format.xml
 
AtomFeedFormatWriter() - Constructor for class org.odata4j.format.xml.AtomFeedFormatWriter
 
AtomInfo - Interface in org.odata4j.core
Additional Atom information.
AtomRequestEntryFormatWriter - Class in org.odata4j.format.xml
 
AtomRequestEntryFormatWriter() - Constructor for class org.odata4j.format.xml.AtomRequestEntryFormatWriter
 
AtomServiceDocumentFormatParser - Class in org.odata4j.format.xml
 
AtomServiceDocumentFormatParser() - Constructor for class org.odata4j.format.xml.AtomServiceDocumentFormatParser
 
AtomServiceDocumentFormatWriter - Class in org.odata4j.format.xml
 
AtomServiceDocumentFormatWriter() - Constructor for class org.odata4j.format.xml.AtomServiceDocumentFormatWriter
 
AtomSimpleFormatWriter - Class in org.odata4j.format.xml
 
AtomSimpleFormatWriter() - Constructor for class org.odata4j.format.xml.AtomSimpleFormatWriter
 
AtomSimpleObjectFormatParser - Class in org.odata4j.format.xml
 
AtomSimpleObjectFormatParser(Settings) - Constructor for class org.odata4j.format.xml.AtomSimpleObjectFormatParser
 
AtomSingleLinkFormatParser - Class in org.odata4j.format.xml
 
AtomSingleLinkFormatParser() - Constructor for class org.odata4j.format.xml.AtomSingleLinkFormatParser
 
AtomSingleLinkFormatWriter - Class in org.odata4j.format.xml
 
AtomSingleLinkFormatWriter() - Constructor for class org.odata4j.format.xml.AtomSingleLinkFormatWriter
 
AtomSingleLinksFormatWriter - Class in org.odata4j.format.xml
 
AtomSingleLinksFormatWriter() - Constructor for class org.odata4j.format.xml.AtomSingleLinksFormatWriter
 
AtomWorkspaceInfo - Class in org.odata4j.format.xml
 
attribute(String, String, String, String) - Static method in class org.odata4j.edm.EdmAnnotation
Creates an attribute annotation
Attribute2 - Interface in org.odata4j.stax2
 
AzureTableBehavior - Class in org.odata4j.consumer.behaviors
 
AzureTableBehavior(String, String) - Constructor for class org.odata4j.consumer.behaviors.AzureTableBehavior
 
azureTables(String, String) - Static method in class org.odata4j.consumer.behaviors.OClientBehaviors
Creates a behavior that signs requests properly for the Azure Table Storage service.
azureTables(String, String) - Static method in class org.odata4j.jersey.consumer.ODataJerseyConsumers
Creates a new OData consumer for the Azure Table Storage service.

B

BadRequestException - Exception in org.odata4j.exceptions
 
BadRequestException() - Constructor for exception org.odata4j.exceptions.BadRequestException
 
BadRequestException(String) - Constructor for exception org.odata4j.exceptions.BadRequestException
 
BadRequestException(Throwable) - Constructor for exception org.odata4j.exceptions.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception org.odata4j.exceptions.BadRequestException
 
BadRequestException.Factory - Class in org.odata4j.exceptions
 
BadRequestException.Factory() - Constructor for class org.odata4j.exceptions.BadRequestException.Factory
 
Base64 - Class in org.odata4j.repack.org.apache.commons.codec.binary
Provides Base64 encoding and decoding as defined by RFC 2045.
Base64() - Constructor for class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(boolean) - Constructor for class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
Base64(int) - Constructor for class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[]) - Constructor for class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[], boolean) - Constructor for class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
BaseResource - Class in org.odata4j.producer.resources
 
BaseResource() - Constructor for class org.odata4j.producer.resources.BaseResource
 
BaseResponse - Interface in org.odata4j.producer
The base payload interface for responses to client requests.
baseType - Variable in class org.odata4j.edm.EdmStructuralType.Builder
 
BaseType - Static variable in class org.odata4j.producer.edm.Edm.StructuralType
 
baseUri - Variable in class org.odata4j.format.xml.AtomEntryFormatWriter
 
basicAuth(String, String) - Static method in class org.odata4j.consumer.behaviors.OClientBehaviors
Creates a behavior that does http basic authentication.
BasicAuthenticationBehavior - Class in org.odata4j.consumer.behaviors
 
BasicAuthenticationBehavior(String, String) - Constructor for class org.odata4j.consumer.behaviors.BasicAuthenticationBehavior
 
BatchBodyPart - Class in org.odata4j.producer.resources
 
BeanBasedPropertyModel - Class in org.odata4j.producer.inmemory
 
BeanBasedPropertyModel(Class<?>) - Constructor for class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
BeanBasedPropertyModel(Class<?>, boolean) - Constructor for class org.odata4j.producer.inmemory.BeanBasedPropertyModel
construct
BeanModel - Class in org.odata4j.producer.inmemory
An abstract representation of the "bean" nature of a class.
BeanModel(Class<?>) - Constructor for class org.odata4j.producer.inmemory.BeanModel
Constructs the abstract bean representation of a class.
BeanModel(Class<?>, boolean) - Constructor for class org.odata4j.producer.inmemory.BeanModel
Constructs the abstract bean representation of a class.
beforeDescend() - Method in interface org.odata4j.expression.ExpressionVisitor
 
beforeDescend() - Method in class org.odata4j.expression.FilterExpressionVisitor
 
beforeDescend() - Method in class org.odata4j.expression.PrintExpressionVisitor
 
beforeDescend() - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
BeginTransactionCommand - Class in org.odata4j.producer.jpa
 
BeginTransactionCommand() - Constructor for class org.odata4j.producer.jpa.BeginTransactionCommand
 
betweenDescend() - Method in interface org.odata4j.expression.ExpressionVisitor
 
betweenDescend() - Method in class org.odata4j.expression.FilterExpressionVisitor
 
betweenDescend() - Method in class org.odata4j.expression.PrintExpressionVisitor
 
betweenDescend() - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
binary(String, byte[]) - Static method in class org.odata4j.core.OProperties
Creates a new byte-array-valued OData property with EdmSimpleType.BINARY
binary(String, Byte[]) - Static method in class org.odata4j.core.OProperties
Creates a new byte-array-valued OData property with EdmSimpleType.BINARY
BINARY - Static variable in class org.odata4j.edm.EdmSimpleType
 
binary(byte[]) - Static method in class org.odata4j.expression.Expression
 
BinaryBoolCommonExpression - Interface in org.odata4j.expression
 
BinaryCommonExpression - Interface in org.odata4j.expression
 
BinaryDecoder - Interface in org.odata4j.repack.org.apache.commons.codec
Defines common decoding methods for byte array decoders.
BinaryEncoder - Interface in org.odata4j.repack.org.apache.commons.codec
Defines common encoding methods for byte array encoders.
BinaryLiteral - Interface in org.odata4j.expression
 
BOMWorkaroundReader - Class in org.odata4j.internal
 
BOMWorkaroundReader(Reader) - Constructor for class org.odata4j.internal.BOMWorkaroundReader
 
BoolCommonExpression - Interface in org.odata4j.expression
 
Boole - Enum in org.odata4j.core
A custom Boolean class is necessary to support Boolean representations as defined in the OData standard.
BOOLEAN - Static variable in class org.odata4j.edm.EdmSimpleType
 
boolean_(String, Boolean) - Static method in class org.odata4j.core.OProperties
Creates a new boolean-valued OData property with EdmSimpleType.BOOLEAN
boolean_(boolean) - Static method in class org.odata4j.expression.Expression
 
BooleanLiteral - Interface in org.odata4j.expression
 
BoolMethodExpression - Interface in org.odata4j.expression
 
boolParen(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
BoolParenExpression - Interface in org.odata4j.expression
 
build() - Method in class org.odata4j.command.ChainCommand.Builder
 
build() - Method in interface org.odata4j.consumer.ODataConsumer.Builder
Returns the immutable consumer instance for interacting with an OData service.
build() - Method in class org.odata4j.consumer.ODataConsumers.Builder
 
build() - Method in class org.odata4j.core.ImmutableMap.Builder
 
build() - Method in interface org.odata4j.core.OCollection.Builder
 
build() - Method in interface org.odata4j.core.OComplexObject.Builder
 
build() - Method in class org.odata4j.cxf.consumer.ODataCxfConsumer.Builder
Builds the ODataCxfConsumer object.
build() - Method in class org.odata4j.edm.EdmAssociation.Builder
 
build() - Method in class org.odata4j.edm.EdmAssociationEnd.Builder
 
build() - Method in class org.odata4j.edm.EdmAssociationSet.Builder
 
build() - Method in class org.odata4j.edm.EdmAssociationSetEnd.Builder
 
build() - Method in class org.odata4j.edm.EdmCollectionType.Builder
 
build() - Method in class org.odata4j.edm.EdmComplexType.Builder
 
build() - Method in class org.odata4j.edm.EdmDataServices.Builder
 
build() - Method in class org.odata4j.edm.EdmEntityContainer.Builder
 
build() - Method in class org.odata4j.edm.EdmEntitySet.Builder
 
build() - Method in class org.odata4j.edm.EdmEntityType.Builder
 
build() - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
build() - Method in class org.odata4j.edm.EdmFunctionParameter.Builder
 
build() - Method in class org.odata4j.edm.EdmNavigationProperty.Builder
 
build() - Method in class org.odata4j.edm.EdmProperty.Builder
 
build() - Method in class org.odata4j.edm.EdmSchema.Builder
 
build() - Method in class org.odata4j.edm.EdmType.Builder
 
build() - Method in class org.odata4j.edm.EdmType.DeferredBuilder
 
build() - Method in class org.odata4j.jersey.consumer.ODataJerseyConsumer.Builder
Builds the ODataJerseyConsumer object.
build() - Method in class org.odata4j.producer.EntityQueryInfo.Builder
 
build() - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext.Builder
 
build() - Method in class org.odata4j.producer.jdbc.JdbcProducer.Builder
 
build() - Method in class org.odata4j.producer.QueryInfo.Builder
 
buildImpl() - Method in class org.odata4j.edm.EdmCollectionType.Builder
 
buildImpl() - Method in class org.odata4j.edm.EdmComplexType.Builder
 
buildImpl() - Method in class org.odata4j.edm.EdmEntityType.Builder
 
buildImpl() - Method in class org.odata4j.edm.EdmType.Builder
 
buildImpl() - Method in class org.odata4j.edm.EdmType.DeferredBuilder
 
buildPropertiesAndFeatures() - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
buildRequest(Func1<String, String>) - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
builtFunc() - Method in class org.odata4j.edm.EdmEntityType.Builder
 
BYTE - Static variable in class org.odata4j.edm.EdmSimpleType
 
byte_(String, UnsignedByte) - Static method in class org.odata4j.core.OProperties
Creates a new unsigned-byte-valued OData property with EdmSimpleType.BYTE
byte_(UnsignedByte) - Static method in class org.odata4j.expression.Expression
 
ByteLiteral - Interface in org.odata4j.expression
0 (0x00) to 255 (0xFF)

C

callFunction(ODataClientRequest) - Method in class org.odata4j.consumer.AbstractODataClient
 
callFunction(String) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
callFunction(ODataClientRequest) - Method in interface org.odata4j.consumer.ODataClient
 
callFunction(String) - Method in interface org.odata4j.consumer.ODataConsumer
Call a server-side function (also known as a service operation).
callFunction(EdmFunctionImport, Map<String, OFunctionParameter>, QueryInfo) - Method in class org.odata4j.producer.command.CommandProducer
 
callFunction(EdmFunctionImport, Map<String, OFunctionParameter>, QueryInfo) - Method in class org.odata4j.producer.edm.MetadataProducer
 
callFunction(EdmFunctionImport, Map<String, OFunctionParameter>, QueryInfo) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
callFunction(EdmFunctionImport, Map<String, OFunctionParameter>, QueryInfo) - Method in class org.odata4j.producer.jpa.JPAProducer
 
callFunction(EdmFunctionImport, Map<String, OFunctionParameter>, QueryInfo) - Method in interface org.odata4j.producer.ODataProducer
Calls a function (aka Service Operation).
callFunction(EdmFunctionImport, Map<String, OFunctionParameter>, QueryInfo) - Method in class org.odata4j.producer.ODataProducerDelegate
 
callFunction(ODataHttpMethod, HttpHeaders, UriInfo, ODataProducer, String, String, String, QueryInfo) - Static method in class org.odata4j.producer.resources.FunctionResource
Handles function call resource access by gathering function call info from the request and delegating to the producer.
CallFunctionCommandContext - Interface in org.odata4j.producer.command
 
canRead(String) - Method in class org.odata4j.producer.inmemory.BeanModel
Returns true if the property has a getter.
canWrite(String) - Method in class org.odata4j.producer.inmemory.BeanModel
Returns true if the property has a setter.
cast(String) - Static method in class org.odata4j.expression.Expression
 
cast(CommonExpression, String) - Static method in class org.odata4j.expression.Expression
 
cast(Object, Class<?>) - Static method in class org.odata4j.producer.ExpressionEvaluator
 
cast(Object, Class<?>) - Static method in class org.odata4j.producer.inmemory.InMemoryEvaluation
 
CastExpression - Interface in org.odata4j.expression
 
catalogName - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcSchema
 
ceiling(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
CeilingMethodCallExpression - Interface in org.odata4j.expression
 
Chain - Class in org.odata4j.producer.jpa
 
Chain(List<Command>) - Constructor for class org.odata4j.producer.jpa.Chain
 
ChainCommand<TContext extends CommandContext> - Class in org.odata4j.command
 
ChainCommand(List<Command<TContext>>) - Constructor for class org.odata4j.command.ChainCommand
 
ChainCommand.Builder<TContext extends CommandContext> - Class in org.odata4j.command
 
ChainCommand.Builder() - Constructor for class org.odata4j.command.ChainCommand.Builder
 
character(String, Character) - Static method in class org.odata4j.core.OProperties
Creates a new String-valued OData property with EdmSimpleType.STRING
Characters2 - Interface in org.odata4j.stax2
 
CharEncoding - Class in org.odata4j.repack.org.apache.commons.codec
Character encoding names required of every implementation of the Java platform.
CharEncoding() - Constructor for class org.odata4j.repack.org.apache.commons.codec.CharEncoding
 
cleanupModel(JdbcModel) - Method in class org.odata4j.producer.jdbc.JdbcGetMetadataCommand
 
clear() - Method in class org.odata4j.core.ImmutableList
 
clear() - Method in class org.odata4j.core.ImmutableMap
 
ClientAccessPolicyXmlResource - Class in org.odata4j.producer.resources
 
ClientAccessPolicyXmlResource() - Constructor for class org.odata4j.producer.resources.ClientAccessPolicyXmlResource
 
close() - Method in interface org.odata4j.consumer.ODataClientResponse
 
close() - Method in class org.odata4j.cxf.consumer.CxfClientResponse
 
close() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader
 
close() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamTokenizer
 
close() - Method in class org.odata4j.jersey.consumer.JerseyClientResponse
 
close() - Method in class org.odata4j.producer.command.CommandProducer
 
close() - Method in class org.odata4j.producer.edm.MetadataProducer
 
close() - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
close() - Method in class org.odata4j.producer.jpa.JPAProducer
 
close() - Method in interface org.odata4j.producer.ODataProducer
Releases any resources managed by this producer.
close() - Method in class org.odata4j.producer.ODataProducerDelegate
 
CloseCommandContext - Interface in org.odata4j.producer.command
 
code() - Method in exception org.odata4j.exceptions.ODataProducerException
Returns the code that is put into the OError object created during construction of this exception.
Collation - Static variable in class org.odata4j.producer.edm.Edm.Property
 
collection(String, EdmCollectionType, OCollection<? extends OObject>) - Static method in class org.odata4j.core.OProperties
Creates a new collecion-valued OData property of the given edm-type.
Collection - Static variable in class org.odata4j.producer.edm.Edm
 
collection(OCollection<T>) - Static method in class org.odata4j.producer.Responses
Creates a new CollectionResponse instance.
collection(OCollection<T>, EdmEntitySet, Integer, String, String) - Static method in class org.odata4j.producer.Responses
Creates a new CollectionResponse instance.
CollectionKind - Static variable in class org.odata4j.producer.edm.Edm.Property
 
CollectionResponse<T extends OObject> - Interface in org.odata4j.producer
An CollectionResponse is a response to a client request expecting a collection of OData objects.
columnName - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcColumn
 
columnName - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcPrimaryKey
 
columnNameEquals(String) - Static method in class org.odata4j.producer.jdbc.JdbcModel
 
columns - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcTable
 
columnSize - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcColumn
 
columnType - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcColumn
 
columnTypeName - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcColumn
 
Command<TContext extends CommandContext> - Interface in org.odata4j.command
 
Command - Interface in org.odata4j.producer.jpa
 
CommandContext - Interface in org.odata4j.command
 
CommandExecution - Interface in org.odata4j.command
 
CommandProducer - Class in org.odata4j.producer.command
 
CommandProducer(CommandProducerBackend) - Constructor for class org.odata4j.producer.command.CommandProducer
 
CommandProducerBackend - Interface in org.odata4j.producer.command
 
CommandResult - Enum in org.odata4j.command
 
CommitTransactionCommand - Class in org.odata4j.producer.jpa
 
CommitTransactionCommand() - Constructor for class org.odata4j.producer.jpa.CommitTransactionCommand
 
CommonExpression - Interface in org.odata4j.expression
 
compareTo(UnsignedByte) - Method in class org.odata4j.core.UnsignedByte
 
complex(String, EdmComplexType, List<OProperty<?>>) - Static method in class org.odata4j.core.OProperties
Creates a new complex-valued OData property of the given edm-type.
complexObject(OComplexObject, String) - Static method in class org.odata4j.producer.Responses
Creates a new ComplexObjectResponse instance.
ComplexObjectResponse - Interface in org.odata4j.producer
An ComplexObjectResponse is a response to a client request expecting a single instance of a complex type.
complexTypeInfo - Variable in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
ComplexTypes - Static variable in class org.odata4j.producer.edm.Edm.EntitySets
All ComplexTypes
ComplexTypes - Static variable in class org.odata4j.producer.edm.Edm.Schema.NavProps
 
concat(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
ConcatMethodCallExpression - Interface in org.odata4j.expression
 
ConcurrencyMode - Static variable in class org.odata4j.producer.edm.Edm.Property
 
ConsumerCountRequest - Class in org.odata4j.consumer
Count-request implementation.
ConsumerCountRequest(ODataClient, String) - Constructor for class org.odata4j.consumer.ConsumerCountRequest
 
ConsumerCreateEntityRequest<T> - Class in org.odata4j.consumer
Create-request implementation.
ConsumerCreateEntityRequest(ODataClient, String, EdmDataServices, String, FeedCustomizationMapping) - Constructor for class org.odata4j.consumer.ConsumerCreateEntityRequest
 
ConsumerCreateLinkRequest - Class in org.odata4j.consumer
Create-link-request implementation.
ConsumerCreateLinkRequest(ODataClient, String, EdmDataServices, OEntityId, String, OEntityId) - Constructor for class org.odata4j.consumer.ConsumerCreateLinkRequest
 
ConsumerDeleteEntityRequest - Class in org.odata4j.consumer
Delete-request implementation.
ConsumerDeleteEntityRequest(ODataClient, String, EdmDataServices, String, OEntityKey, String) - Constructor for class org.odata4j.consumer.ConsumerDeleteEntityRequest
 
ConsumerDeleteLinkRequest - Class in org.odata4j.consumer
Delete-link-request implementation.
ConsumerDeleteLinkRequest(ODataClient, String, EdmDataServices, OEntityId, String, Object...) - Constructor for class org.odata4j.consumer.ConsumerDeleteLinkRequest
 
ConsumerEntityModificationRequest<T> - Class in org.odata4j.consumer
Modification-request implementation.
ConsumerEntityModificationRequest(T, ODataClient, String, EdmDataServices, String, OEntityKey, String) - Constructor for class org.odata4j.consumer.ConsumerEntityModificationRequest
 
ConsumerFunctionCallRequest<T extends OObject> - Class in org.odata4j.consumer
Function-call-request implementation.
ConsumerFunctionCallRequest(ODataClient, String, EdmDataServices, String) - Constructor for class org.odata4j.consumer.ConsumerFunctionCallRequest
 
ConsumerGetEntityRequest<T> - Class in org.odata4j.consumer
Get-entity-request implementation.
ConsumerGetEntityRequest(ODataClient, Class<T>, String, EdmDataServices, String, OEntityKey, FeedCustomizationMapping) - Constructor for class org.odata4j.consumer.ConsumerGetEntityRequest
 
CONSUMERIMPL_PROPERTY - Static variable in class org.odata4j.consumer.ODataConsumers
 
ConsumerQueryEntitiesRequest<T> - Class in org.odata4j.consumer
Query-request implementation.
ConsumerQueryEntitiesRequest(ODataClient, Class<T>, String, EdmDataServices, String, FeedCustomizationMapping) - Constructor for class org.odata4j.consumer.ConsumerQueryEntitiesRequest
 
ConsumerQueryLinksRequest - Class in org.odata4j.consumer
Query-links-request implementation.
ConsumerQueryLinksRequest(ODataClient, String, EdmDataServices, OEntityId, String) - Constructor for class org.odata4j.consumer.ConsumerQueryLinksRequest
 
ConsumerUpdateLinkRequest - Class in org.odata4j.consumer
Update-link-request implementation.
ConsumerUpdateLinkRequest(ODataClient, String, EdmDataServices, OEntityId, OEntityId, String, Object...) - Constructor for class org.odata4j.consumer.ConsumerUpdateLinkRequest
 
ContainerName - Static variable in class org.odata4j.producer.edm.Edm
 
contains(Object) - Method in class org.odata4j.core.ImmutableList
 
containsAll(Collection<?>) - Method in class org.odata4j.core.ImmutableList
 
containsKey(Object) - Method in class org.odata4j.core.ImmutableMap
 
containsKey(Object) - Method in class org.odata4j.producer.resources.HeaderMap
 
containsValue(Object) - Method in class org.odata4j.core.ImmutableMap
 
CONTENT_TYPE - Static variable in class org.odata4j.core.ODataConstants.Headers
 
Context - Interface in org.odata4j.producer.jpa
 
convert(Object, Class<T>) - Static method in class org.odata4j.internal.TypeConverter
 
copy(NamedValue<T>) - Static method in class org.odata4j.core.NamedValues
Create a copy of a named-value.
COPY_BUFFER_SIZE - Static variable in class org.odata4j.internal.InternalUtil
 
copyInputToOutput(InputStream, OutputStream) - Static method in class org.odata4j.internal.InternalUtil
 
copyOf(List<T>) - Static method in class org.odata4j.core.ImmutableList
 
count(long) - Static method in class org.odata4j.producer.jpa.JPAResults
 
count(long) - Static method in class org.odata4j.producer.Responses
 
COUNT_PROPERTY - Static variable in class org.odata4j.format.json.JsonFormatParser
 
CountResponse - Interface in org.odata4j.producer
An CountResponse is a response to a client request for the count of an entity-set.
CountResult - Interface in org.odata4j.producer.jpa
 
create(String) - Static method in class org.odata4j.consumer.ODataConsumers
Creates a new ODataConsumer for the given OData service root uri.
create(T...) - Static method in class org.odata4j.core.ImmutableList
 
create(String, T) - Static method in class org.odata4j.core.NamedValues
Create an named-value from a name and a value.
create(EdmComplexType, List<OProperty<?>>) - Static method in class org.odata4j.core.OComplexObjects
Creates a new OComplexObject of a given edm complex type using the properties provided.
create(EdmEntitySet, OEntityKey, List<OProperty<?>>, List<OLink>) - Static method in class org.odata4j.core.OEntities
Creates a new entity.
create(EdmEntitySet, OEntityKey, List<OProperty<?>>, List<OLink>, Object...) - Static method in class org.odata4j.core.OEntities
Creates a new entity.
create(EdmEntitySet, EdmEntityType, OEntityKey, List<OProperty<?>>, List<OLink>, Object...) - Static method in class org.odata4j.core.OEntities
Creates a new entity.
create(EdmEntitySet, EdmEntityType, OEntityKey, List<OProperty<?>>, List<OLink>) - Static method in class org.odata4j.core.OEntities
Creates a new entity.
create(EdmEntitySet, EdmEntityType, OEntityKey, String, List<OProperty<?>>, List<OLink>) - Static method in class org.odata4j.core.OEntities
Creates a new entity.
create(EdmEntitySet, EdmEntityType, OEntityKey, String, List<OProperty<?>>, List<OLink>, String, String) - Static method in class org.odata4j.core.OEntities
Creates a new entity with additional Atom information.
create(String, Object...) - Static method in class org.odata4j.core.OEntityIds
Creates an entity-id.
create(String, OEntityKey) - Static method in class org.odata4j.core.OEntityIds
Creates an entity-id.
create(Object...) - Static method in class org.odata4j.core.OEntityKey
Creates an entity-key.
create(Map<String, Object>) - Static method in class org.odata4j.core.OEntityKey
Creates an entity-key from a map of names and values.
create(String, T) - Static method in class org.odata4j.core.OFunctionParameters
Creates a new OFunctionParameter, inferring the edm-type from the value provided, which cannot be null.
create(EdmSimpleType<T>, Object) - Static method in class org.odata4j.core.OSimpleObjects
Creates a new OSimpleObject instance given a type and value.
create(String) - Static method in class org.odata4j.cxf.consumer.ODataCxfConsumer
Creates a new consumer for the given OData service uri.
create(Response.StatusType, OError) - Static method in class org.odata4j.exceptions.ODataProducerExceptions
Creates a new ODataProducerException.
create(String) - Static method in class org.odata4j.format.SingleLinks
 
create(String, Iterable<OEntityId>) - Static method in class org.odata4j.format.SingleLinks
 
create(String, OEntityId) - Static method in class org.odata4j.format.SingleLinks
 
create(String) - Static method in class org.odata4j.jersey.consumer.ODataJerseyConsumer
Creates a new consumer for the given OData service uri.
create(Attribute<?, ?>, Object) - Static method in class org.odata4j.producer.jpa.JPAMember
 
create(Properties) - Method in class org.odata4j.producer.jpa.JPAProducerFactory
 
create(List<OrderByExpression>, OEntity) - Static method in class org.odata4j.producer.jpa.JPASkipToken
 
create(Properties) - Method in interface org.odata4j.producer.ODataProducerFactory
Create a new OData producer from the given properties.
CreateAndLinkCommand - Class in org.odata4j.producer.jpa
 
CreateAndLinkCommand() - Constructor for class org.odata4j.producer.jpa.CreateAndLinkCommand
 
createClient(ClientConfig) - Method in class org.odata4j.jersey.consumer.DefaultJerseyClientFactory
Creates a new default Client by calling: Client.create(clientConfig)
createClient(ClientConfig) - Method in interface org.odata4j.jersey.consumer.JerseyClientFactory
Creates a new Jersey client.
createEntity(ODataClientRequest) - Method in class org.odata4j.consumer.AbstractODataClient
 
createEntity(String) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
createEntity(ODataClientRequest) - Method in interface org.odata4j.consumer.ODataClient
 
createEntity(String) - Method in interface org.odata4j.consumer.ODataConsumer
Creates a new entity in the given entity-set.
createEntity(String, OEntity) - Method in class org.odata4j.producer.command.CommandProducer
 
createEntity(String, OEntityKey, String, OEntity) - Method in class org.odata4j.producer.command.CommandProducer
 
createEntity(String, OEntity) - Method in class org.odata4j.producer.edm.MetadataProducer
 
createEntity(String, OEntityKey, String, OEntity) - Method in class org.odata4j.producer.edm.MetadataProducer
 
createEntity(String, OEntity) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
createEntity(String, OEntityKey, String, OEntity) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
createEntity(String, OEntity) - Method in class org.odata4j.producer.jpa.JPAProducer
 
createEntity(String, OEntityKey, String, OEntity) - Method in class org.odata4j.producer.jpa.JPAProducer
 
createEntity(String, OEntity) - Method in interface org.odata4j.producer.ODataProducer
Creates a new OData entity.
createEntity(String, OEntityKey, String, OEntity) - Method in interface org.odata4j.producer.ODataProducer
Creates a new OData entity as a reference of an existing entity, implicitly linked to the existing entity by a navigation property.
createEntity(String, OEntity) - Method in class org.odata4j.producer.ODataProducerDelegate
 
createEntity(String, OEntityKey, String, OEntity) - Method in class org.odata4j.producer.ODataProducerDelegate
 
createEntity(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, String, InputStream) - Method in class org.odata4j.producer.resources.EntitiesRequestResource
 
createEntity(HttpHeaders, UriInfo, ODataProducer, String, OEntity) - Method in class org.odata4j.producer.resources.EntitiesRequestResource
 
CreateEntityAtPropertyCommandContext - Interface in org.odata4j.producer.command
 
CreateEntityCommandContext - Interface in org.odata4j.producer.command
 
createException(OError) - Method in class org.odata4j.exceptions.BadRequestException.Factory
 
createException(OError) - Method in interface org.odata4j.exceptions.ExceptionFactory
Creates an instance of a specific sub-class of ODataProducerException.
createException(OError) - Method in class org.odata4j.exceptions.ForbiddenException.Factory
 
createException(OError) - Method in class org.odata4j.exceptions.MethodNotAllowedException.Factory
 
createException(OError) - Method in class org.odata4j.exceptions.NotAcceptableException.Factory
 
createException(OError) - Method in class org.odata4j.exceptions.NotAuthorizedException.Factory
 
createException(OError) - Method in class org.odata4j.exceptions.NotFoundException.Factory
 
createException(OError) - Method in class org.odata4j.exceptions.NotImplementedException.Factory
 
createException(OError) - Method in class org.odata4j.exceptions.ServerErrorException.Factory
 
createException(OError) - Method in class org.odata4j.exceptions.UnsupportedMediaTypeException.Factory
 
createInstanceFromFactoryInContainerSpecificSetting() - Method in class org.odata4j.jersey.producer.resources.ODataProducerProvider
 
createInstanceFromFactoryInContainerSpecificSetting() - Method in class org.odata4j.producer.resources.DefaultODataProducerProvider
Creates an OData producer instance using a factory specified in a container-specific setting.
createItemParser(EdmType) - Method in class org.odata4j.format.json.JsonCollectionFormatParser
 
createJsonStreamReader(Reader) - Static method in class org.odata4j.format.json.JsonStreamReaderFactory
 
createJsonStreamTokenizer(Reader) - Static method in class org.odata4j.format.json.JsonStreamReaderFactory
 
createLink(ODataClientRequest) - Method in class org.odata4j.consumer.AbstractODataClient
 
createLink(OEntityId, String, OEntityId) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
createLink(ODataClientRequest) - Method in interface org.odata4j.consumer.ODataClient
 
createLink(OEntityId, String, OEntityId) - Method in interface org.odata4j.consumer.ODataConsumer
Creates a new related entity link between two entities.
createLink(OEntityId, String, OEntityId) - Method in class org.odata4j.producer.command.CommandProducer
 
createLink(OEntityId, String, OEntityId) - Method in class org.odata4j.producer.edm.MetadataProducer
 
createLink(OEntityId, String, OEntityId) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
createLink(OEntityId, String, OEntityId) - Method in class org.odata4j.producer.jpa.JPAProducer
 
createLink(OEntityId, String, OEntityId) - Method in interface org.odata4j.producer.ODataProducer
Creates a link between two entities.
createLink(OEntityId, String, OEntityId) - Method in class org.odata4j.producer.ODataProducerDelegate
 
createLink(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String) - Method in class org.odata4j.producer.resources.LinksRequestResource
 
CreateLinkCommandContext - Interface in org.odata4j.producer.command
 
createMediaLinkEntry(EdmEntitySet, HttpHeaders) - Method in interface org.odata4j.producer.OMediaLinkExtension
Creates an OEntity for a new media link entry request just received.
createMediaLinkEntry(HttpHeaders, UriInfo, ODataProducer, EdmEntitySet, InputStream) - Method in class org.odata4j.producer.resources.EntitiesRequestResource
 
createNavigationProperties(List<EdmAssociation.Builder>, List<EdmAssociationSet.Builder>, Map<String, EdmEntityType.Builder>, Map<String, EdmEntitySet.Builder>, Map<Class<?>, String>) - Method in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
createOrUpdateMediaLinkEntry(HttpHeaders, UriInfo, EdmEntitySet, ODataProducer, InputStream, OEntityKey) - Method in class org.odata4j.producer.resources.BaseResource
 
createRequest(EdmEntitySet, List<OProperty<?>>, List<OLink>) - Static method in class org.odata4j.core.OEntities
Creates a new request-entity.
createRequest(EdmEntitySet, List<OProperty<?>>, List<OLink>, String, String) - Static method in class org.odata4j.core.OEntities
Creates a new request-entity with additional Atom information.
createRequestEntry(EdmEntitySet, OEntityKey, List<OProperty<?>>, List<OLink>) - Method in class org.odata4j.consumer.AbstractODataClient
 
createRequestEntry(EdmEntitySet, OEntityKey, List<OProperty<?>>, List<OLink>) - Method in interface org.odata4j.consumer.ODataClient
 
createResponseBodyPart(BatchBodyPart, Response) - Static method in class org.odata4j.producer.resources.ODataBatchProvider
 
createSkipToken() - Method in interface org.odata4j.producer.jpa.EntitiesResult
 
createStructuralType(EdmDecorator, InMemoryEntityInfo<?>) - Method in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
createXMLEventReader(Reader) - Method in interface org.odata4j.stax2.XMLInputFactory2
 
createXMLEventWriter(Writer) - Method in interface org.odata4j.stax2.XMLOutputFactory2
 
createXMLWriter(Writer) - Method in interface org.odata4j.stax2.XMLWriterFactory2
 
CrossDomainXmlResource - Class in org.odata4j.producer.resources
 
CrossDomainXmlResource() - Constructor for class org.odata4j.producer.resources.CrossDomainXmlResource
 
custom(String, String) - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
custom(String, String) - Method in interface org.odata4j.core.OQueryRequest
Adds a custom name-value pair.
customOptions - Variable in class org.odata4j.producer.QueryInfo
Custom name-value pairs, if present.
CXF_CONSUMER_CLASSNAME - Static variable in class org.odata4j.consumer.ODataConsumers
 
CXF_CONSUMERIMPL - Static variable in class org.odata4j.consumer.ODataConsumers
 
CxfClientResponse - Class in org.odata4j.cxf.consumer
 
CxfClientResponse(HttpResponse) - Constructor for class org.odata4j.cxf.consumer.CxfClientResponse
 

D

d - Static variable in class org.odata4j.format.xml.XmlFormatWriter
 
dallas(String, String, String) - Static method in class org.odata4j.jersey.consumer.ODataJerseyConsumers
Creates a new OData consumer for the (now obsolete?) "dallas" service.
DallasCtp2AuthenticationBehavior - Class in org.odata4j.consumer.behaviors
 
DallasCtp2AuthenticationBehavior(String, String) - Constructor for class org.odata4j.consumer.behaviors.DallasCtp2AuthenticationBehavior
 
DATA_PROPERTY - Static variable in class org.odata4j.format.json.JsonFormatParser
 
DATA_SERVICE_VERSION - Static variable in class org.odata4j.core.ODataConstants
 
DATA_SERVICE_VERSION - Static variable in class org.odata4j.core.ODataConstants.Headers
 
DATA_SERVICE_VERSION_HEADER - Static variable in class org.odata4j.core.ODataConstants
 
dataMarket(String, String) - Static method in class org.odata4j.jersey.consumer.ODataJerseyConsumers
Creates a new OData consumer for the Windows Azure DataMarket service.
DATASERVICES_ELEMENT - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
datetime(String, LocalDateTime) - Static method in class org.odata4j.core.OProperties
Creates a new LocalDateTime-valued OData property with EdmSimpleType.DATETIME
datetime(String, Instant) - Static method in class org.odata4j.core.OProperties
Creates a new LocalDateTime-valued OData property with EdmSimpleType.DATETIME
datetime(String, Date) - Static method in class org.odata4j.core.OProperties
Creates a new LocalDateTime-valued OData property with EdmSimpleType.DATETIME
datetime(String, Calendar) - Static method in class org.odata4j.core.OProperties
Creates a new LocalDateTime-valued OData property with EdmSimpleType.DATETIME
datetime(String, Timestamp) - Static method in class org.odata4j.core.OProperties
Creates a new LocalDateTime-valued OData property with EdmSimpleType.DATETIME
datetime(String, Date) - Static method in class org.odata4j.core.OProperties
Creates a new LocalDateTime-valued OData property with EdmSimpleType.DATETIME
datetime(String, Time) - Static method in class org.odata4j.core.OProperties
Creates a new LocalDateTime-valued OData property with EdmSimpleType.DATETIME
DATETIME - Static variable in class org.odata4j.edm.EdmSimpleType
 
dateTime(LocalDateTime) - Static method in class org.odata4j.expression.Expression
 
DateTimeLiteral - Interface in org.odata4j.expression
 
datetimeOffset(String, DateTime) - Static method in class org.odata4j.core.OProperties
Creates a new DateTime-valued OData property with EdmSimpleType.DATETIMEOFFSET
DATETIMEOFFSET - Static variable in class org.odata4j.edm.EdmSimpleType
 
dateTimeOffset(DateTime) - Static method in class org.odata4j.expression.Expression
 
DateTimeOffsetLiteral - Interface in org.odata4j.expression
 
day(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
DayMethodCallExpression - Interface in org.odata4j.expression
 
decimal(String, BigDecimal) - Static method in class org.odata4j.core.OProperties
Creates a new BigDecimal-valued OData property with EdmSimpleType.DECIMAL
decimal(String, BigInteger) - Static method in class org.odata4j.core.OProperties
Creates a new BigDecimal-valued OData property with EdmSimpleType.DECIMAL
decimal(String, long) - Static method in class org.odata4j.core.OProperties
Creates a new BigDecimal-valued OData property with EdmSimpleType.DECIMAL
decimal(String, double) - Static method in class org.odata4j.core.OProperties
Creates a new BigDecimal-valued OData property with EdmSimpleType.DECIMAL
DECIMAL - Static variable in class org.odata4j.edm.EdmSimpleType
 
decimal(BigDecimal) - Static method in class org.odata4j.expression.Expression
 
DecimalFormatSymbols_getInstance(Locale) - Static method in class org.odata4j.internal.AndroidCompat
 
DecimalLiteral - Interface in org.odata4j.expression
 
decode(Object) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Decodes an Object using the base64 algorithm.
decode(String) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Decodes a String containing containing characters in the Base64 alphabet.
decode(byte[]) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Decodes a byte[] containing containing characters in the Base64 alphabet.
decode(byte[]) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Converts an array of character bytes representing hexadecimal values into an array of bytes of those same values.
decode(Object) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Converts a String or an array of character bytes representing hexadecimal values into an array of bytes of those same values.
decode(byte[]) - Method in interface org.odata4j.repack.org.apache.commons.codec.BinaryDecoder
Decodes a byte array and returns the results as a byte array.
decode(Object) - Method in interface org.odata4j.repack.org.apache.commons.codec.Decoder
Decodes an "encoded" Object and returns a "decoded" Object.
decodeBase64(String) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Decodes a Base64 String into octets
decodeBase64(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Decodes Base64 data into octets
decodeHex(char[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
decodeInteger(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
Decoder - Interface in org.odata4j.repack.org.apache.commons.codec
Provides the highest level of abstraction for Decoders.
DecoderException - Exception in org.odata4j.repack.org.apache.commons.codec
Thrown when a Decoder has encountered a failure condition during a decode.
DecoderException() - Constructor for exception org.odata4j.repack.org.apache.commons.codec.DecoderException
Constructs a new exception with null as its detail message.
DecoderException(String) - Constructor for exception org.odata4j.repack.org.apache.commons.codec.DecoderException
Constructs a new exception with the specified detail message.
DecoderException(String, Throwable) - Constructor for exception org.odata4j.repack.org.apache.commons.codec.DecoderException
Constructsa new exception with the specified detail message and cause.
DecoderException(Throwable) - Constructor for exception org.odata4j.repack.org.apache.commons.codec.DecoderException
Constructs a new 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).
decorateEntity(EdmEntitySet, EdmItem, EdmItem, List<OProperty<?>>, boolean, Locale, Map<String, String>) - Method in interface org.odata4j.edm.EdmDecorator
Modifies outgoing EDM items.
DEFAULT - Static variable in interface org.odata4j.command.CommandExecution
 
DEFAULT - Static variable in class org.odata4j.producer.inmemory.InMemoryTypeMapping
 
DEFAULT_CHARSET_NAME - Static variable in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Default charset name is CharEncoding.UTF_8
DefaultJerseyClientFactory - Class in org.odata4j.jersey.consumer
The default factory implementation for Jersey clients.
DefaultODataApplication - Class in org.odata4j.producer.resources
Default OData application containing the DefaultODataProducerProvider.
DefaultODataApplication() - Constructor for class org.odata4j.producer.resources.DefaultODataApplication
 
DefaultODataProducerProvider - Class in org.odata4j.producer.resources
Default OData producer provider.
DefaultODataProducerProvider() - Constructor for class org.odata4j.producer.resources.DefaultODataProducerProvider
 
DefaultValue - Static variable in class org.odata4j.producer.edm.Edm.Property
 
DEFERRED_PROPERTY - Static variable in class org.odata4j.format.json.JsonFormatParser
 
Delegate<T> - Interface in org.odata4j.core
Base interface for delegates, also known as decorators.
delete(String) - Static method in class org.odata4j.consumer.ODataClientRequest
Creates a new DELETE request.
deleteEntity(ODataClientRequest) - Method in class org.odata4j.consumer.AbstractODataClient
 
deleteEntity(OEntity) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
deleteEntity(String, Object) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
deleteEntity(String, OEntityKey) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
deleteEntity(ODataClientRequest) - Method in interface org.odata4j.consumer.ODataClient
 
deleteEntity(OEntity) - Method in interface org.odata4j.consumer.ODataConsumer
Deletes an existing entity.
deleteEntity(String, Object) - Method in interface org.odata4j.consumer.ODataConsumer
Deletes an existing entity.
deleteEntity(String, OEntityKey) - Method in interface org.odata4j.consumer.ODataConsumer
Deletes an existing entity.
deleteEntity(String, OEntityKey) - Method in class org.odata4j.producer.command.CommandProducer
 
deleteEntity(String, OEntityKey) - Method in class org.odata4j.producer.edm.MetadataProducer
 
deleteEntity(String, OEntityKey) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
deleteEntity(String, OEntityKey) - Method in class org.odata4j.producer.jpa.JPAProducer
 
deleteEntity(String, OEntityKey) - Method in interface org.odata4j.producer.ODataProducer
Deletes an existing entity.
deleteEntity(String, OEntityKey) - Method in class org.odata4j.producer.ODataProducerDelegate
 
deleteEntity(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, String, String) - Method in class org.odata4j.producer.resources.EntityRequestResource
 
deleteEntity(ContextResolver<ODataProducer>, String, String, String) - Method in class org.odata4j.producer.resources.PropertyRequestResource
 
DeleteEntityCommand - Class in org.odata4j.producer.jpa
 
DeleteEntityCommand() - Constructor for class org.odata4j.producer.jpa.DeleteEntityCommand
 
DeleteEntityCommandContext - Interface in org.odata4j.producer.command
 
deleteLink(ODataClientRequest) - Method in class org.odata4j.consumer.AbstractODataClient
 
deleteLink(OEntityId, String, Object...) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
deleteLink(ODataClientRequest) - Method in interface org.odata4j.consumer.ODataClient
 
deleteLink(OEntityId, String, Object...) - Method in interface org.odata4j.consumer.ODataConsumer
Deletes related entity links between two entities by navigation property.
deleteLink(OEntityId, String, OEntityKey) - Method in class org.odata4j.producer.command.CommandProducer
 
deleteLink(OEntityId, String, OEntityKey) - Method in class org.odata4j.producer.edm.MetadataProducer
 
deleteLink(OEntityId, String, OEntityKey) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
deleteLink(OEntityId, String, OEntityKey) - Method in class org.odata4j.producer.jpa.JPAProducer
 
deleteLink(OEntityId, String, OEntityKey) - Method in interface org.odata4j.producer.ODataProducer
Deletes an existing link between two entities.
deleteLink(OEntityId, String, OEntityKey) - Method in class org.odata4j.producer.ODataProducerDelegate
 
deleteLink(HttpHeaders, UriInfo, ContextResolver<ODataProducer>) - Method in class org.odata4j.producer.resources.LinksRequestResource
 
DeleteLinkCommandContext - Interface in org.odata4j.producer.command
 
deleteStream(OEntity, QueryInfo) - Method in interface org.odata4j.producer.OMediaLinkExtension
Deletes the media resource defined by the given media link entry entity.
div(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
DivExpression - Interface in org.odata4j.expression
 
Documentation - Static variable in class org.odata4j.producer.edm.Edm.EntityType
 
DomXMLFactoryProvider2 - Class in org.odata4j.stax2.domimpl
 
DomXMLFactoryProvider2() - Constructor for class org.odata4j.stax2.domimpl.DomXMLFactoryProvider2
 
doRequest(FormatType, ODataClientRequest, Response.StatusType...) - Method in class org.odata4j.consumer.AbstractODataClient
 
doRequest(FormatType, ODataClientRequest, Response.StatusType...) - Method in class org.odata4j.cxf.consumer.ODataCxfClient
 
DOUBLE - Static variable in class org.odata4j.edm.EdmSimpleType
 
double_(String, Double) - Static method in class org.odata4j.core.OProperties
Creates a new double-precision-valued OData property with EdmSimpleType.DOUBLE
double_(double) - Static method in class org.odata4j.expression.Expression
 
DoubleLiteral - Interface in org.odata4j.expression
 
doubleValue() - Method in class org.odata4j.core.UnsignedByte
 
driverClassname - Variable in class org.odata4j.producer.jdbc.Jdbc
 
dump - Static variable in interface org.odata4j.consumer.ODataConsumer
Sends http request and/or response information to standard out.
dump() - Method in class org.odata4j.producer.edm.MetadataProducer
 
DUMP_EXPRESSION_INFO - Static variable in class org.odata4j.expression.ExpressionParser
 
dumpTokens(List<ExpressionParser.Token>) - Static method in class org.odata4j.expression.ExpressionParser
 

E

EclipseLink - Class in org.odata4j.producer.jpa.eclipselink
 
EclipseLinkJPAEdmGenerator - Class in org.odata4j.producer.jpa.eclipselink
 
EclipseLinkJPAEdmGenerator(EntityManagerFactory, String) - Constructor for class org.odata4j.producer.jpa.eclipselink.EclipseLinkJPAEdmGenerator
 
edm - Static variable in class org.odata4j.format.xml.XmlFormatWriter
 
Edm - Class in org.odata4j.producer.edm
A bunch of constants for defining the meta EDM.
Edm() - Constructor for class org.odata4j.producer.edm.Edm
 
Edm.ComplexType - Class in org.odata4j.producer.edm
 
Edm.ComplexType() - Constructor for class org.odata4j.producer.edm.Edm.ComplexType
 
Edm.Documentation - Class in org.odata4j.producer.edm
 
Edm.Documentation() - Constructor for class org.odata4j.producer.edm.Edm.Documentation
 
Edm.EntityKey - Class in org.odata4j.producer.edm
 
Edm.EntityKey() - Constructor for class org.odata4j.producer.edm.Edm.EntityKey
 
Edm.EntitySets - Class in org.odata4j.producer.edm
 
Edm.EntitySets() - Constructor for class org.odata4j.producer.edm.Edm.EntitySets
 
Edm.EntityType - Class in org.odata4j.producer.edm
 
Edm.EntityType() - Constructor for class org.odata4j.producer.edm.Edm.EntityType
 
Edm.Item - Class in org.odata4j.producer.edm
 
Edm.Item() - Constructor for class org.odata4j.producer.edm.Edm.Item
 
Edm.Property - Class in org.odata4j.producer.edm
 
Edm.Property() - Constructor for class org.odata4j.producer.edm.Edm.Property
 
Edm.PropertyRef - Class in org.odata4j.producer.edm
 
Edm.PropertyRef() - Constructor for class org.odata4j.producer.edm.Edm.PropertyRef
 
Edm.Schema - Class in org.odata4j.producer.edm
Note: Schema is *almost* an Item...It doesn't have a Name though..and you can't attach a Documentation to it...weird.
Edm.Schema() - Constructor for class org.odata4j.producer.edm.Edm.Schema
 
Edm.Schema.NavProps - Class in org.odata4j.producer.edm
 
Edm.Schema.NavProps() - Constructor for class org.odata4j.producer.edm.Edm.Schema.NavProps
 
Edm.StructuralType - Class in org.odata4j.producer.edm
 
Edm.StructuralType() - Constructor for class org.odata4j.producer.edm.Edm.StructuralType
 
Edm.StructuralType.NavProps - Class in org.odata4j.producer.edm
 
Edm.StructuralType.NavProps() - Constructor for class org.odata4j.producer.edm.Edm.StructuralType.NavProps
 
EDM2006_ASSOCIATION - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2006_ASSOCIATIONSET - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2006_COMPLEXTYPE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2006_END - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2006_ENTITYCONTAINER - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2006_ENTITYSET - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2006_ENTITYTYPE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2006_FUNCTIONIMPORT - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2006_NAVIGATIONPROPERTY - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2006_PARAMETER - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2006_PROPERTY - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2006_PROPERTYREF - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2006_SCHEMA - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2007_ASSOCIATION - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2007_ASSOCIATIONSET - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2007_COMPLEXTYPE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2007_END - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2007_ENTITYCONTAINER - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2007_ENTITYSET - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2007_ENTITYTYPE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2007_FUNCTIONIMPORT - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2007_NAVIGATIONPROPERTY - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2007_PARAMETER - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2007_PROPERTY - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2007_PROPERTYREF - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2007_SCHEMA - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_1_ASSOCIATION - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_1_ASSOCIATIONSET - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_1_COMPLEXTYPE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_1_END - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_1_ENTITYCONTAINER - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_1_ENTITYSET - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_1_ENTITYTYPE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_1_FUNCTIONIMPORT - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_1_NAVIGATIONPROPERTY - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_1_PARAMETER - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_1_PROPERTY - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_1_PROPERTYREF - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_1_SCHEMA - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_9_ASSOCIATION - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_9_ASSOCIATIONSET - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_9_COMPLEXTYPE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_9_END - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_9_ENTITYCONTAINER - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_9_ENTITYSET - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_9_ENTITYTYPE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_9_FUNCTIONIMPORT - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_9_NAVIGATIONPROPERTY - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_9_PARAMETER - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_9_PROPERTY - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_9_PROPERTYREF - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2008_9_SCHEMA - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2009_ASSOCIATION - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2009_ASSOCIATIONSET - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2009_COMPLEXTYPE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2009_END - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2009_ENTITYCONTAINER - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2009_ENTITYSET - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2009_ENTITYTYPE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2009_FUNCTIONIMPORT - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2009_NAVIGATIONPROPERTY - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2009_PARAMETER - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2009_PROPERTY - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2009_PROPERTYREF - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDM2009_SCHEMA - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EdmAnnotation<T> - Class in org.odata4j.edm
Base annotation in the edm type system.
EdmAnnotation(String, String, String, Class<T>, T) - Constructor for class org.odata4j.edm.EdmAnnotation
 
EdmAnnotationAttribute - Class in org.odata4j.edm
A CSDL Annotation attribute.
EdmAnnotationAttribute(String, String, String, String) - Constructor for class org.odata4j.edm.EdmAnnotationAttribute
 
EdmAnnotationElement<T> - Class in org.odata4j.edm
A CSDL Annotation element.
EdmAnnotationElement(String, String, String, Class<T>, T) - Constructor for class org.odata4j.edm.EdmAnnotationElement
 
EdmAssociation - Class in org.odata4j.edm
A CSDL Association element.
EdmAssociation.Builder - Class in org.odata4j.edm
Mutable builder for EdmAssociation objects.
EdmAssociation.Builder() - Constructor for class org.odata4j.edm.EdmAssociation.Builder
 
EdmAssociationEnd - Class in org.odata4j.edm
A CSDL End element (as a child of the Association element)
EdmAssociationEnd.Builder - Class in org.odata4j.edm
Mutable builder for EdmAssociationEnd objects.
EdmAssociationEnd.Builder() - Constructor for class org.odata4j.edm.EdmAssociationEnd.Builder
 
EdmAssociationSet - Class in org.odata4j.edm
A CSDL AnnotationSet element.
EdmAssociationSet.Builder - Class in org.odata4j.edm
Mutable builder for EdmAssociationSet objects.
EdmAssociationSet.Builder() - Constructor for class org.odata4j.edm.EdmAssociationSet.Builder
 
EdmAssociationSetEnd - Class in org.odata4j.edm
A CSDL End element (as a child of the AssociationSet element)
EdmAssociationSetEnd.Builder - Class in org.odata4j.edm
Mutable builder for EdmAssociationEnd objects.
EdmAssociationSetEnd.Builder() - Constructor for class org.odata4j.edm.EdmAssociationSetEnd.Builder
 
EdmCollectionType - Class in org.odata4j.edm
A CSDL CollectionType element.
EdmCollectionType(EdmProperty.CollectionKind, EdmType) - Constructor for class org.odata4j.edm.EdmCollectionType
 
EdmCollectionType.Builder - Class in org.odata4j.edm
Mutable builder for EdmCollectionType objects.
EdmCollectionType.Builder() - Constructor for class org.odata4j.edm.EdmCollectionType.Builder
 
EdmComplexType - Class in org.odata4j.edm
A CSDL ComplexType element.
EdmComplexType.Builder - Class in org.odata4j.edm
Mutable builder for EdmComplexType objects.
EdmComplexType.Builder() - Constructor for class org.odata4j.edm.EdmComplexType.Builder
 
edmComplexTypes - Variable in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
EdmDataServices - Class in org.odata4j.edm
The <edmx:DataServices> element contains the service metadata of a Data Service.
EdmDataServices(ODataVersion, ImmutableList<EdmSchema>, ImmutableList<PrefixedNamespace>) - Constructor for class org.odata4j.edm.EdmDataServices
 
EdmDataServices.Builder - Class in org.odata4j.edm
Mutable builder for EdmDataServices objects.
EdmDataServices.Builder() - Constructor for class org.odata4j.edm.EdmDataServices.Builder
 
EdmDataServicesDecorator - Class in org.odata4j.internal
 
EdmDataServicesDecorator() - Constructor for class org.odata4j.internal.EdmDataServicesDecorator
 
EdmDataServicesProvider - Interface in org.odata4j.edm
Source for service metadata.
EdmDecorator - Interface in org.odata4j.edm
Application specific EDM customizations such as Documentation and Annotations.
EdmDocumentation - Class in org.odata4j.edm
A CSDL Documentation element.
EdmDocumentation(String, String) - Constructor for class org.odata4j.edm.EdmDocumentation
 
EdmEntityContainer - Class in org.odata4j.edm
A CSDL EntityContainer element.
EdmEntityContainer.Builder - Class in org.odata4j.edm
Mutable builder for EdmEntityContainer objects.
EdmEntityContainer.Builder() - Constructor for class org.odata4j.edm.EdmEntityContainer.Builder
 
EdmEntitySet - Class in org.odata4j.edm
A CSDL EntitySet element.
EdmEntitySet.Builder - Class in org.odata4j.edm
Mutable builder for EdmEntitySet objects.
EdmEntitySet.Builder() - Constructor for class org.odata4j.edm.EdmEntitySet.Builder
 
EdmEntityType - Class in org.odata4j.edm
A CSDL EntityType element.
EdmEntityType.Builder - Class in org.odata4j.edm
Mutable builder for EdmEntityType objects.
EdmEntityType.Builder() - Constructor for class org.odata4j.edm.EdmEntityType.Builder
 
EdmFunctionImport - Class in org.odata4j.edm
A CSDL FunctionImport element.
EdmFunctionImport.Builder - Class in org.odata4j.edm
Mutable builder for EdmFunctionImport objects.
EdmFunctionImport.Builder() - Constructor for class org.odata4j.edm.EdmFunctionImport.Builder
 
EdmFunctionParameter - Class in org.odata4j.edm
A CSDL Parameter element.
EdmFunctionParameter.Builder - Class in org.odata4j.edm
Mutable builder for EdmFunctionParameter objects.
EdmFunctionParameter.Builder() - Constructor for class org.odata4j.edm.EdmFunctionParameter.Builder
 
EdmFunctionParameter.Mode - Enum in org.odata4j.edm
Parameter type: In, Out, or InOut
EdmGenerator - Interface in org.odata4j.edm
An object that knows how to produce an EdmDataServices model in the context of an EdmDecorator.
EdmItem - Class in org.odata4j.edm
Constructs in the CSDL that we model in the org.odata4j.edm package share some common functionality: Documentation (see EdmDocumentation) Annotation (attributes and elements, see EdmAnnotation)
EdmItem(EdmDocumentation, ImmutableList<EdmAnnotation<?>>) - Constructor for class org.odata4j.edm.EdmItem
 
EdmItem.Builder<T,TBuilder> - Class in org.odata4j.edm
Mutable builder for EdmItem objects.
EdmItem.Builder() - Constructor for class org.odata4j.edm.EdmItem.Builder
 
EdmMultiplicity - Enum in org.odata4j.edm
The possible number of entity types at each end of the relationship.
EdmNavigationProperty - Class in org.odata4j.edm
A CSDL NavigationProperty element.
EdmNavigationProperty.Builder - Class in org.odata4j.edm
Mutable builder for EdmNavigationProperty objects.
EdmNonSimpleType - Class in org.odata4j.edm
Non-primitive type in the EDM type system.
EdmNonSimpleType(String) - Constructor for class org.odata4j.edm.EdmNonSimpleType
 
EdmNonSimpleType(String, EdmDocumentation, ImmutableList<EdmAnnotation<?>>) - Constructor for class org.odata4j.edm.EdmNonSimpleType
 
EdmProperty - Class in org.odata4j.edm
A CSDL Property element.
EdmProperty.Builder - Class in org.odata4j.edm
Mutable builder for EdmProperty objects.
EdmProperty.CollectionKind - Enum in org.odata4j.edm
Kind of collection: List, Bag, or Collection
EdmPropertyBase - Class in org.odata4j.edm
Shared base class for EdmProperty and EdmNavigationProperty
EdmPropertyBase(EdmDocumentation, ImmutableList<EdmAnnotation<?>>, String) - Constructor for class org.odata4j.edm.EdmPropertyBase
 
EdmPropertyBase.Builder<T,TBuilder> - Class in org.odata4j.edm
Mutable builder for EdmPropertyBase objects.
edmPropertyNameEquals(String) - Static method in class org.odata4j.core.OPredicates
 
EdmSchema - Class in org.odata4j.edm
A CSDL Schema element.
EdmSchema.Builder - Class in org.odata4j.edm
Mutable builder for EdmSchema objects.
EdmSchema.Builder() - Constructor for class org.odata4j.edm.EdmSchema.Builder
 
EdmSimpleType<V> - Class in org.odata4j.edm
Primitive types in the EDM type system.
EdmStructuralType - Class in org.odata4j.edm
In the Entity Data Model (EDM), structural types are EDM types that have members.
EdmStructuralType(EdmEntityType, String, String, List<EdmProperty.Builder>, EdmDocumentation, ImmutableList<EdmAnnotation<?>>, Boolean) - Constructor for class org.odata4j.edm.EdmStructuralType
 
EdmStructuralType.Builder<T,TBuilder> - Class in org.odata4j.edm
Mutable builder for EdmStructuralType objects.
EdmStructuralType.Builder() - Constructor for class org.odata4j.edm.EdmStructuralType.Builder
 
edmSubTypeOf(EdmStructuralType) - Static method in class org.odata4j.core.OPredicates
 
EdmType - Class in org.odata4j.edm
A type in the EDM type system.
EdmType(String) - Constructor for class org.odata4j.edm.EdmType
 
EdmType(String, EdmDocumentation, ImmutableList<EdmAnnotation<?>>) - Constructor for class org.odata4j.edm.EdmType
 
EdmType.Builder<T,TBuilder> - Class in org.odata4j.edm
Mutable builder for EdmType objects.
EdmType.Builder() - Constructor for class org.odata4j.edm.EdmType.Builder
 
EdmType.Builder(EdmType) - Constructor for class org.odata4j.edm.EdmType.Builder
 
EdmType.DeferredBuilder<T,TBuilder> - Class in org.odata4j.edm
Mutable builder for EdmType objects with deferred resolution.
edmTypeFullyQualifiedTypeName() - Static method in class org.odata4j.core.OFuncs
 
edmx - Static variable in class org.odata4j.format.xml.XmlFormatWriter
 
EDMX_DATASERVICES - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EDMX_EDMX - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
EdmxFormatParser - Class in org.odata4j.format.xml
 
EdmxFormatParser() - Constructor for class org.odata4j.format.xml.EdmxFormatParser
 
EdmxFormatWriter - Class in org.odata4j.format.xml
 
EdmxFormatWriter() - Constructor for class org.odata4j.format.xml.EdmxFormatWriter
 
eis - Variable in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
element(String, String, String, Class<T>, T) - Static method in class org.odata4j.edm.EdmAnnotation
Creates an element annotation
EMPTY - Static variable in class org.odata4j.edm.EdmDataServices
 
encode(Object) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Encodes an Object using the base64 algorithm.
encode(byte[]) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
encode(byte[]) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Converts an array of bytes into an array of bytes for the characters representing the hexadecimal values of each byte in order.
encode(Object) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Converts a String or an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encode(byte[]) - Method in interface org.odata4j.repack.org.apache.commons.codec.BinaryEncoder
Encodes a byte array and return the encoded data as a byte array.
encode(Object) - Method in interface org.odata4j.repack.org.apache.commons.codec.Encoder
Encodes an "Object" and returns the encoded content as an Object.
encodeBase64(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[], boolean) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean, int) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64Chunked(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
encodeBase64String(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Encodes binary data using the base64 algorithm into 76 character blocks separated by CRLF.
encodeBase64URLSafe(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeBase64URLSafeString(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeHex(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], boolean) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], char[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHexString(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
encodeInteger(BigInteger) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
Encoder - Interface in org.odata4j.repack.org.apache.commons.codec
Provides the highest level of abstraction for Encoders.
EncoderException - Exception in org.odata4j.repack.org.apache.commons.codec
Thrown when there is a failure condition during the encoding process.
EncoderException() - Constructor for exception org.odata4j.repack.org.apache.commons.codec.EncoderException
Constructs a new exception with null as its detail message.
EncoderException(String) - Constructor for exception org.odata4j.repack.org.apache.commons.codec.EncoderException
Constructs a new exception with the specified detail message.
EncoderException(String, Throwable) - Constructor for exception org.odata4j.repack.org.apache.commons.codec.EncoderException
Constructs a new exception with the specified detail message and cause.
EncoderException(Throwable) - Constructor for exception org.odata4j.repack.org.apache.commons.codec.EncoderException
Constructs a new 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).
encodeToString(byte[]) - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Encodes a byte[] containing binary data, into a String containing characters in the Base64 alphabet.
endArray() - Method in class org.odata4j.format.json.JsonWriter
 
endCallback() - Method in class org.odata4j.format.json.JsonWriter
 
endDocument() - Method in class org.odata4j.stax2.domimpl.ManualXMLWriter2
 
endDocument() - Method in class org.odata4j.stax2.staximpl.StaxXMLWriter2
 
endDocument() - Method in interface org.odata4j.stax2.XMLWriter2
 
endElement(String) - Method in class org.odata4j.stax2.domimpl.ManualXMLWriter2
 
endElement(String) - Method in class org.odata4j.stax2.staximpl.StaxXMLWriter2
 
endElement(String) - Method in interface org.odata4j.stax2.XMLWriter2
 
EndElement2 - Interface in org.odata4j.stax2
 
endObject() - Method in class org.odata4j.format.json.JsonWriter
 
endsWith(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
EndsWithMethodCallExpression - Interface in org.odata4j.expression
 
ensureEndArray(JsonStreamReaderFactory.JsonStreamReader.JsonEvent) - Method in class org.odata4j.format.json.JsonFormatParser
 
ensureEndObject(JsonStreamReaderFactory.JsonStreamReader.JsonEvent) - Method in class org.odata4j.format.json.JsonFormatParser
 
ensureEndProperty(JsonStreamReaderFactory.JsonStreamReader.JsonEvent) - Method in class org.odata4j.format.json.JsonFormatParser
 
ensureNext(JsonStreamReaderFactory.JsonStreamReader) - Method in class org.odata4j.format.json.JsonFormatParser
 
ensureStartArray(JsonStreamReaderFactory.JsonStreamReader.JsonEvent) - Method in class org.odata4j.format.json.JsonFormatParser
 
ensureStartObject(JsonStreamReaderFactory.JsonStreamReader.JsonEvent) - Method in class org.odata4j.format.json.JsonFormatParser
 
ensureStartProperty(JsonStreamReaderFactory.JsonStreamReader.JsonEvent) - Method in class org.odata4j.format.json.JsonFormatParser
 
ensureStartProperty(JsonStreamReaderFactory.JsonStreamReader.JsonEvent, String) - Method in class org.odata4j.format.json.JsonFormatParser
 
entities(List<Object>, Integer, boolean) - Static method in class org.odata4j.producer.jpa.JPAResults
 
entities(List<OEntity>, EdmEntitySet, Integer, String) - Static method in class org.odata4j.producer.Responses
Creates a new EntitiesResponse instance.
EntitiesRequestResource - Class in org.odata4j.producer.resources
 
EntitiesRequestResource() - Constructor for class org.odata4j.producer.resources.EntitiesRequestResource
 
EntitiesResponse - Interface in org.odata4j.producer
An EntitiesResponse is a response to a client request expecting multiple OData entities.
EntitiesResult - Interface in org.odata4j.producer.jpa
 
ENTITY - Static variable in class org.odata4j.producer.jpa.JPAContext.EntityAccessor
 
entity(Object) - Static method in class org.odata4j.producer.jpa.JPAResults
 
entity(OEntity) - Static method in class org.odata4j.producer.Responses
Creates a new EntityResponse instance.
EntityIdFunctionPropertyModelDelegate<TEntity,TKey> - Class in org.odata4j.producer.inmemory
 
EntityIdFunctionPropertyModelDelegate(PropertyModel, String, Class<TKey>, Func1<TEntity, TKey>) - Constructor for class org.odata4j.producer.inmemory.EntityIdFunctionPropertyModelDelegate
 
EntityIdResponse - Interface in org.odata4j.producer
An EntityIdResponse is a response to a client request expecting one or more entity-ids.
entityKey - Variable in class org.odata4j.format.json.JsonFormatParser
 
entityKey - Variable in class org.odata4j.format.Settings
 
entityKey - Variable in class org.odata4j.format.xml.AtomEntryFormatParser
 
entityKey - Variable in class org.odata4j.format.xml.AtomFeedFormatParser
 
entityKey(OEntityKey) - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext.Builder
 
EntityManagerCommand - Class in org.odata4j.producer.jpa
 
EntityManagerCommand(EntityManagerFactory) - Constructor for class org.odata4j.producer.jpa.EntityManagerCommand
 
entityPropertyValue(String, Class<TProperty>) - Static method in class org.odata4j.core.OFuncs
 
entityPropertyValueEquals(String, Object) - Static method in class org.odata4j.core.OPredicates
 
EntityQueryInfo - Class in org.odata4j.producer
QueryInfo represents an OData single-entity query as a strongly-typed immutable data structure.
EntityQueryInfo(BoolCommonExpression, Map<String, String>, List<EntitySimpleProperty>, List<EntitySimpleProperty>) - Constructor for class org.odata4j.producer.EntityQueryInfo
Creates a new EntityQueryInfo instance.
EntityQueryInfo.Builder - Class in org.odata4j.producer
Mutable builder for EntityQueryInfo objects.
EntityQueryInfo.Builder() - Constructor for class org.odata4j.producer.EntityQueryInfo.Builder
 
EntityRequestResource - Class in org.odata4j.producer.resources
 
EntityRequestResource() - Constructor for class org.odata4j.producer.resources.EntityRequestResource
 
EntityResponse - Interface in org.odata4j.producer
An EntityResponse is a response to a client request expecting a single OData entity.
EntityResult - Interface in org.odata4j.producer.jpa
 
EntitySegment - Class in org.odata4j.internal
 
EntitySegment(String, OEntityKey) - Constructor for class org.odata4j.internal.EntitySegment
 
entitySet(EdmEntitySet) - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext.Builder
 
EntitySetInfo - Interface in org.odata4j.core
Entity-set title and href.
entitySetName - Variable in class org.odata4j.consumer.AbstractConsumerEntityPayloadRequest
 
entitySetName(String) - Method in class org.odata4j.consumer.ConsumerCountRequest
 
entitySetName(String) - Method in interface org.odata4j.core.OCountRequest
Sets the name of the entity-set to count.
entitySetName - Variable in class org.odata4j.format.json.JsonFormatParser
 
entitySetName - Variable in class org.odata4j.format.Settings
 
entitySetName - Variable in class org.odata4j.format.xml.AtomEntryFormatParser
 
entitySetName - Variable in class org.odata4j.format.xml.AtomFeedFormatParser
 
entitySetName(String) - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext.Builder
 
entitySetNameByClass - Variable in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
entitySetsByName - Variable in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
EntitySimpleProperty - Interface in org.odata4j.expression
 
entityType - Variable in class org.odata4j.edm.EdmEntitySet.Builder
 
entityTypeName - Variable in class org.odata4j.edm.EdmEntitySet.Builder
 
EntityTypeName - Static variable in class org.odata4j.producer.edm.Edm.Property
 
EntityTypes - Static variable in class org.odata4j.producer.edm.Edm.EntitySets
All EntityTypes
EntityTypes - Static variable in class org.odata4j.producer.edm.Edm.Schema.NavProps
 
entityTypesByName - Variable in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
entries - Variable in class org.odata4j.format.xml.AtomFeedFormatParser.AtomFeed
 
Entry - Interface in org.odata4j.format
Building block for OData payload.
entrySet() - Method in class org.odata4j.core.ImmutableMap
 
EnumsAsStringsPropertyModelDelegate - Class in org.odata4j.producer.inmemory
 
EnumsAsStringsPropertyModelDelegate(PropertyModel) - Constructor for class org.odata4j.producer.inmemory.EnumsAsStringsPropertyModelDelegate
 
eq(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
EqExpression - Interface in org.odata4j.expression
 
equals(Object) - Method in class org.odata4j.core.Guid
 
equals(Object) - Method in class org.odata4j.core.ImmutableList
 
equals(OEntityId, OEntityId) - Static method in class org.odata4j.core.OEntityIds
Determines equality of two entity ids.
equals(Object) - Method in class org.odata4j.core.OEntityKey
 
equals(Object) - Method in class org.odata4j.core.UnsignedByte
 
equals(Object) - Method in class org.odata4j.edm.EdmType
 
equals(Object) - Method in class org.odata4j.producer.PropertyPath
 
equals(Object) - Method in class org.odata4j.producer.RecursivePropertyPath
 
equals(Object) - Method in class org.odata4j.stax2.QName2
 
equalsIgnoreCase(String) - Static method in class org.odata4j.core.OPredicates
 
error(String, String, String) - Static method in class org.odata4j.core.OErrors
Creates a new OError instance.
error(OError) - Static method in class org.odata4j.producer.Responses
Creates a new ErrorResponse instance.
ErrorResponse - Interface in org.odata4j.producer
An ErrorResponse is the response in case an error occurred.
ErrorResponseExtension - Interface in org.odata4j.producer
An optional extension that a producer can expose to control error responses.
ErrorResponseExtensions - Class in org.odata4j.producer
This class provides implementations of the ErrorResponseExtension interface for common use cases.
ErrorResponseExtensions() - Constructor for class org.odata4j.producer.ErrorResponseExtensions
 
etag - Variable in class org.odata4j.format.xml.AtomFeedFormatParser.DataServicesAtomEntry
 
ETAG_PROPERTY - Static variable in class org.odata4j.format.json.JsonFormatParser
 
evaluate(CommonExpression) - Method in class org.odata4j.producer.ExpressionEvaluator
 
evaluate(BoolCommonExpression) - Method in class org.odata4j.producer.ExpressionEvaluator
 
evaluate(CommonExpression, Object, PropertyModel) - Static method in class org.odata4j.producer.inmemory.InMemoryEvaluation
 
evaluate(BoolCommonExpression, Object, PropertyModel) - Static method in class org.odata4j.producer.inmemory.InMemoryEvaluation
 
ExceptionFactory<T extends ODataProducerException> - Interface in org.odata4j.exceptions
A factory for instances of a specific sub-class of ODataProducerException.
ExceptionMappingProvider - Class in org.odata4j.producer.resources
Provider for correctly formatted server errors.
ExceptionMappingProvider() - Constructor for class org.odata4j.producer.resources.ExceptionMappingProvider
 
execute(TContext) - Method in class org.odata4j.command.ChainCommand
 
execute(TContext) - Method in interface org.odata4j.command.Command
 
execute(TCommand, TContext) - Method in interface org.odata4j.command.CommandExecution
 
execute() - Method in class org.odata4j.consumer.ConsumerCountRequest
 
execute() - Method in class org.odata4j.consumer.ConsumerCreateEntityRequest
 
execute() - Method in class org.odata4j.consumer.ConsumerCreateLinkRequest
 
execute() - Method in class org.odata4j.consumer.ConsumerDeleteEntityRequest
 
execute() - Method in class org.odata4j.consumer.ConsumerDeleteLinkRequest
 
execute() - Method in class org.odata4j.consumer.ConsumerEntityModificationRequest
 
execute() - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
execute() - Method in class org.odata4j.consumer.ConsumerGetEntityRequest
 
execute() - Method in class org.odata4j.consumer.ConsumerQueryEntitiesRequest
 
execute() - Method in class org.odata4j.consumer.ConsumerQueryLinksRequest
 
execute() - Method in class org.odata4j.consumer.ConsumerUpdateLinkRequest
 
execute() - Method in interface org.odata4j.core.OCountRequest
Sends the count-request to the OData service and returns the result.
execute() - Method in interface org.odata4j.core.OCreateRequest
Sends the create-request to the OData service and returns the newly created entity.
execute() - Method in interface org.odata4j.core.OEntityRequest
Sends the entity-request to the OData service and returns the response.
execute() - Method in interface org.odata4j.core.OModifyRequest
Sends the modification request to the OData service.
execute() - Method in interface org.odata4j.core.OQueryRequest
Sends the query-request to the OData service, returning a client-side Enumerable for subsequent in-memory operations.
execute(ThrowingFunc1<Connection, T>) - Method in class org.odata4j.producer.jdbc.Jdbc
 
execute(CreateEntityCommandContext) - Method in class org.odata4j.producer.jdbc.JdbcCreateEntityCommand
 
execute(DeleteEntityCommandContext) - Method in class org.odata4j.producer.jdbc.JdbcDeleteEntityCommand
 
execute(GetEntitiesCommandContext) - Method in class org.odata4j.producer.jdbc.JdbcGetEntitiesCommand
 
execute(GetEntityCommandContext) - Method in class org.odata4j.producer.jdbc.JdbcGetEntityCommand
 
execute(GetMetadataCommandContext) - Method in class org.odata4j.producer.jdbc.JdbcGetMetadataCommand
 
execute(ProducerCommandContext<?>) - Method in class org.odata4j.producer.jdbc.LoggingCommand
 
execute(CommandContext) - Method in class org.odata4j.producer.jdbc.NoopCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.BeginTransactionCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.Chain
copied from http://commons.apache.org/chain.
execute(JPAContext) - Method in interface org.odata4j.producer.jpa.Command
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.CommitTransactionCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.CreateAndLinkCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.DeleteEntityCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.EntityManagerCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.ExecuteCountQueryCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.ExecuteJPQLQueryCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.GenerateJPQLCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.GetEntityCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.MergeEntityCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.OEntityToJPAEntityCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.PersistJPAEntityCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.ReReadJPAEntityCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.SetResponseCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.UpdateEntityCommand
 
execute(JPAContext) - Method in class org.odata4j.producer.jpa.ValidateCountRequestProcessor
 
ExecuteCountQueryCommand - Class in org.odata4j.producer.jpa
 
ExecuteCountQueryCommand() - Constructor for class org.odata4j.producer.jpa.ExecuteCountQueryCommand
 
ExecuteJPQLQueryCommand - Class in org.odata4j.producer.jpa
 
ExecuteJPQLQueryCommand(int) - Constructor for class org.odata4j.producer.jpa.ExecuteJPQLQueryCommand
 
expand(String) - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
expand(String) - Method in class org.odata4j.consumer.ConsumerGetEntityRequest
 
expand(String) - Method in interface org.odata4j.core.OEntityGetRequest
Specifies related entities to expand inline as part of the response.
expand(String) - Method in interface org.odata4j.core.OQueryRequest
Sets the expand expressions.
expand - Variable in class org.odata4j.producer.QueryInfo
Expand expressions, if present.
expandPaths - Variable in class org.odata4j.producer.PropertyPathHelper
 
expandRPaths - Variable in class org.odata4j.producer.PropertyPathHelper
 
Expression - Class in org.odata4j.expression
 
ExpressionEvaluator - Class in org.odata4j.producer
Evaluate an $filter expression.
ExpressionEvaluator(ExpressionEvaluator.VariableResolver) - Constructor for class org.odata4j.producer.ExpressionEvaluator
 
ExpressionEvaluator.VariableResolver - Interface in org.odata4j.producer
Resolves variables during expression evaluation.
ExpressionParser - Class in org.odata4j.expression
 
ExpressionParser() - Constructor for class org.odata4j.expression.ExpressionParser
 
ExpressionParser.AggregateFunction - Enum in org.odata4j.expression
 
ExpressionParser.Token - Class in org.odata4j.expression
 
ExpressionParser.Token(ExpressionParser.TokenType, String) - Constructor for class org.odata4j.expression.ExpressionParser.Token
 
ExpressionParser.TokenType - Enum in org.odata4j.expression
 
ExpressionVisitor - Interface in org.odata4j.expression
 

F

FACTORY_PROPNAME - Static variable in class org.odata4j.producer.resources.DefaultODataProducerProvider
Constant used as system property name.
fcMapping - Variable in class org.odata4j.format.Settings
 
fcMapping - Variable in class org.odata4j.format.xml.AtomEntryFormatParser
 
fcMapping - Variable in class org.odata4j.format.xml.AtomFeedFormatParser
 
Feed - Interface in org.odata4j.format
Feed and Entry are buildings block for the ODATA payload.
FeedCustomizationMapping - Class in org.odata4j.internal
 
FeedCustomizationMapping() - Constructor for class org.odata4j.internal.FeedCustomizationMapping
 
fillBuilder(EdmStructuralType, EdmItem.BuilderContext) - Method in class org.odata4j.edm.EdmStructuralType.Builder
 
fillInPojo(OStructuralObject, EdmStructuralType, PropertyModel, Class<T>) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
Populates a new POJO instance of type pojoClass using data from the given structural object.
filter(String) - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
filter(String) - Method in interface org.odata4j.core.OQueryRequest
Sets the filter expression.
Filter - Interface in org.odata4j.producer.jpa
 
filter - Variable in class org.odata4j.producer.QueryInfo
The filter expression to apply, if present.
FilterCommand<TContext extends CommandContext> - Interface in org.odata4j.command
 
FilterExpressionVisitor - Class in org.odata4j.expression
 
FilterExpressionVisitor() - Constructor for class org.odata4j.expression.FilterExpressionVisitor
 
FilterResult - Enum in org.odata4j.command
 
findAnnotation(String, String) - Method in class org.odata4j.edm.EdmItem
 
findByColumn(EntityType<?>, String, Object) - Static method in class org.odata4j.producer.jpa.JPAMember
 
findComplexTypeBuilder(String) - Method in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
findComplexTypeForClass(Class<?>) - Method in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
findComplexTypeInfoForClass(Class<?>) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
findDeclaredNavigationProperty(String) - Method in class org.odata4j.edm.EdmEntityType
Finds a navigation property by name on this entity type not including inherited properties.
findDeclaredProperty(String) - Method in class org.odata4j.edm.EdmStructuralType
Finds a property by name on this structural type not including inherited properties.
findEdmComplexType(String) - Method in class org.odata4j.edm.EdmDataServices.Builder
 
findEdmComplexType(String) - Method in class org.odata4j.edm.EdmDataServices
 
findEdmComplexType(String) - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
findEdmEntitySet(String) - Method in class org.odata4j.edm.EdmDataServices
 
findEdmEntitySet(String) - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
findEdmEntityType(String) - Method in class org.odata4j.edm.EdmDataServices.Builder
 
findEdmEntityType(String) - Method in class org.odata4j.edm.EdmDataServices
 
findEdmEntityType(String) - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
findEdmFunctionImport(String) - Method in class org.odata4j.edm.EdmDataServices
 
findEdmFunctionImport(String) - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
findEdmProperty(String) - Method in class org.odata4j.edm.EdmDataServices
 
findEdmProperty(String) - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
findEdmType(Class<?>) - Method in class org.odata4j.producer.inmemory.InMemoryTypeMapping
 
findEntityContainer(String) - Method in class org.odata4j.edm.EdmSchema.Builder
 
findEntityContainer(String) - Method in class org.odata4j.edm.EdmSchema
 
findEntityInfoForClass(Class<?>) - Method in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
findEntityInfoForClass(Class<?>) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
findEntityInfoForEntitySet(String) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
findEntitySetForNavProperty(EdmNavigationProperty) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
findExtension(Class<TExtension>) - Method in interface org.odata4j.core.OExtensible
Finds an extension instance given an interface, if one exists.
findExtension(Class<TExtension>) - Method in class org.odata4j.producer.command.CommandProducer
 
findExtension(Class<TExtension>) - Method in class org.odata4j.producer.edm.MetadataProducer
 
findExtension(Class<TExtension>) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
findExtension(Class<TExtension>) - Method in class org.odata4j.producer.jpa.JPAProducer
 
findExtension(Class<TExtension>) - Method in class org.odata4j.producer.ODataProducerDelegate
 
findNavigationProperty(String) - Method in class org.odata4j.edm.EdmEntityType
Finds a navigation property by name, searching up the type hierarchy if necessary.
findProperty(String) - Method in class org.odata4j.edm.EdmStructuralType.Builder
 
findProperty(String) - Method in class org.odata4j.edm.EdmStructuralType
Finds a property by name, searching up the type hierarchy if necessary.
findSchema(String) - Method in class org.odata4j.edm.EdmDataServices.Builder
 
findSchema(String) - Method in class org.odata4j.edm.EdmDataServices
 
findSchema(String) - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
findSchema(MetadataProducer.Context) - Method in class org.odata4j.producer.edm.MetadataProducer
 
findStructuralType(MetadataProducer.Context, boolean, boolean) - Method in class org.odata4j.producer.edm.MetadataProducer
 
findTable(String, String) - Method in class org.odata4j.producer.jdbc.JdbcModel
 
fireUnmarshalEvent(Object, OStructuralObject, InMemoryProducer.TriggerType) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
FixedLength - Static variable in class org.odata4j.producer.edm.Edm.Property
 
Flatten - Static variable in class org.odata4j.producer.edm.MetadataProducer.CustomOptions
If true, a query for a structural type will return a flattened representation of the type..i.e.
flatten - Variable in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
floatValue() - Method in class org.odata4j.core.UnsignedByte
 
floor(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
FloorMethodCallExpression - Interface in org.odata4j.expression
 
ForbiddenException - Exception in org.odata4j.exceptions
 
ForbiddenException() - Constructor for exception org.odata4j.exceptions.ForbiddenException
 
ForbiddenException(String) - Constructor for exception org.odata4j.exceptions.ForbiddenException
 
ForbiddenException(Throwable) - Constructor for exception org.odata4j.exceptions.ForbiddenException
 
ForbiddenException(String, Throwable) - Constructor for exception org.odata4j.exceptions.ForbiddenException
 
ForbiddenException.Factory - Class in org.odata4j.exceptions
 
ForbiddenException.Factory() - Constructor for class org.odata4j.exceptions.ForbiddenException.Factory
 
forJavaType(Class<?>) - Static method in class org.odata4j.edm.EdmSimpleType
Finds the edm simple type for a given java-type.
formatDateTimeForJson(LocalDateTime) - Static method in class org.odata4j.internal.InternalUtil
 
formatDateTimeForXml(LocalDateTime) - Static method in class org.odata4j.internal.InternalUtil
 
formatDateTimeOffsetForJson(DateTime) - Static method in class org.odata4j.internal.InternalUtil
 
formatDateTimeOffsetForXml(DateTime) - Static method in class org.odata4j.internal.InternalUtil
 
FormatParser<T> - Interface in org.odata4j.format
Deals with parsing the resulting stream into a Entry or Feed and converting it to a OEntity.
FormatParserFactory - Class in org.odata4j.format
 
FormatParserFactory.AtomParsers - Class in org.odata4j.format
 
FormatParserFactory.AtomParsers() - Constructor for class org.odata4j.format.FormatParserFactory.AtomParsers
 
FormatParserFactory.JsonParsers - Class in org.odata4j.format
 
FormatParserFactory.JsonParsers() - Constructor for class org.odata4j.format.FormatParserFactory.JsonParsers
 
formatTimeForJson(LocalTime) - Static method in class org.odata4j.internal.InternalUtil
 
formatTimeForXml(LocalTime) - Static method in class org.odata4j.internal.InternalUtil
 
FormatType - Enum in org.odata4j.format
 
FormatWriter<T> - Interface in org.odata4j.format
Write entities to an output stream in a particular format
FormatWriterFactory - Class in org.odata4j.format
 
FormatWriterFactory() - Constructor for class org.odata4j.format.FormatWriterFactory
 
FormatWriterFactory.AtomWriters - Class in org.odata4j.format
 
FormatWriterFactory.AtomWriters() - Constructor for class org.odata4j.format.FormatWriterFactory.AtomWriters
 
FormatWriterFactory.JsonWriters - Class in org.odata4j.format
 
FormatWriterFactory.JsonWriters(String) - Constructor for class org.odata4j.format.FormatWriterFactory.JsonWriters
 
fqName() - Static method in class org.odata4j.producer.edm.Edm.ComplexType
 
fqName() - Static method in class org.odata4j.producer.edm.Edm.Documentation
 
fqName() - Static method in class org.odata4j.producer.edm.Edm.EntityKey
 
fqName() - Static method in class org.odata4j.producer.edm.Edm.EntityType
 
fqName() - Static method in class org.odata4j.producer.edm.Edm.Property
 
fqName() - Static method in class org.odata4j.producer.edm.Edm.PropertyRef
 
fqName() - Static method in class org.odata4j.producer.edm.Edm.Schema
 
fromMap(Map<String, Object>) - Static method in class org.odata4j.core.NamedValues
Create multiple named-values from a string->object map.
fromString(String) - Static method in enum org.odata4j.core.Boole
Convert a string value to Boole.
fromString(String) - Static method in class org.odata4j.core.Guid
Return a Guid for a given string.
fromString(String) - Static method in enum org.odata4j.core.ODataHttpMethod
 
fromSymbolString(String) - Static method in enum org.odata4j.edm.EdmMultiplicity
 
fromUUID(UUID) - Static method in class org.odata4j.core.Guid
Return a Guid for a given UUID.
func1_getFQAliasName() - Static method in class org.odata4j.edm.EdmEntityType.Builder
 
func1_getFQNamespaceName() - Static method in class org.odata4j.edm.EdmAssociation.Builder
 
func1_getFullyQualifiedTypeName() - Static method in class org.odata4j.edm.EdmEntityType.Builder
 
functionCallDelete(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, String, InputStream) - Method in class org.odata4j.producer.resources.EntitiesRequestResource
 
functionCallPut(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, String, InputStream) - Method in class org.odata4j.producer.resources.EntitiesRequestResource
 
FunctionResource - Class in org.odata4j.producer.resources
Handles function calls.
FunctionResource() - Constructor for class org.odata4j.producer.resources.FunctionResource
 

G

ge(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
GeExpression - Interface in org.odata4j.expression
 
generate(JdbcMetadataMapping, EdmEntitySet, BoolCommonExpression) - Method in class org.odata4j.producer.jdbc.GenerateSqlDelete
 
generate(JdbcMetadataMapping, EdmEntitySet, OEntity) - Method in class org.odata4j.producer.jdbc.GenerateSqlInsert
 
generate(JdbcMetadataMapping, EdmEntitySet, BoolCommonExpression) - Method in class org.odata4j.producer.jdbc.GenerateSqlQuery
 
generateEdm(EdmDecorator) - Method in interface org.odata4j.edm.EdmGenerator
Produces a new mutable EdmDataServices model given an optional decorator.
generateEdm(EdmDecorator) - Method in class org.odata4j.producer.edm.MetadataEdmGenerator
Generates the meta EDM data services
generateEdm(EdmDecorator) - Method in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
generateEdm(EdmDecorator) - Method in class org.odata4j.producer.jpa.JPAEdmGenerator
 
GenerateJdbcModel - Class in org.odata4j.producer.jdbc
 
GenerateJdbcModel() - Constructor for class org.odata4j.producer.jdbc.GenerateJdbcModel
 
GenerateJPQLCommand - Class in org.odata4j.producer.jpa
 
GenerateJPQLCommand() - Constructor for class org.odata4j.producer.jpa.GenerateJPQLCommand
 
GenerateJPQLCommand(boolean) - Constructor for class org.odata4j.producer.jpa.GenerateJPQLCommand
 
generateModel(JdbcProducerCommandContext) - Method in class org.odata4j.producer.jdbc.JdbcGetMetadataCommand
 
GenerateSqlDelete - Class in org.odata4j.producer.jdbc
 
GenerateSqlDelete() - Constructor for class org.odata4j.producer.jdbc.GenerateSqlDelete
 
GenerateSqlInsert - Class in org.odata4j.producer.jdbc
 
GenerateSqlInsert() - Constructor for class org.odata4j.producer.jdbc.GenerateSqlInsert
 
GenerateSqlQuery - Class in org.odata4j.producer.jdbc
 
GenerateSqlQuery() - Constructor for class org.odata4j.producer.jdbc.GenerateSqlQuery
 
generateToManyNavProperties(List<EdmAssociation.Builder>, List<EdmAssociationSet.Builder>, Map<String, EdmEntityType.Builder>, Map<String, EdmEntitySet.Builder>, Map<Class<?>, String>, String, InMemoryEntityInfo<?>, Class<?>) - Method in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
generateToOneNavProperties(List<EdmAssociation.Builder>, List<EdmAssociationSet.Builder>, Map<String, EdmEntityType.Builder>, Map<String, EdmEntitySet.Builder>, Map<Class<?>, String>, String, InMemoryEntityInfo<?>) - Method in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
GenerateWhereClause - Class in org.odata4j.producer.jdbc
 
GenerateWhereClause(EdmEntitySet, JdbcMetadataMapping) - Constructor for class org.odata4j.producer.jdbc.GenerateWhereClause
 
GenericAnnotation<T> - Class in org.odata4j.core
Generic implementation of NamespacedAnnotation.
GenericAnnotation(String, String, String, Class<T>, T) - Constructor for class org.odata4j.core.GenericAnnotation
 
get() - Method in class org.odata4j.consumer.ConsumerCreateEntityRequest
 
get(String) - Static method in class org.odata4j.consumer.ODataClientRequest
Creates a new GET request.
get(int) - Method in class org.odata4j.core.ImmutableList
 
get(Object) - Method in class org.odata4j.core.ImmutableMap
 
get() - Method in interface org.odata4j.core.OCreateRequest
Returns a locally-built entity and does not send the create-request to the service.
get(Class<T>) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
get(Class<T>) - Method in interface org.odata4j.producer.jdbc.JdbcProducerCommandContext
 
get() - Method in class org.odata4j.producer.jpa.JPAMember
 
get(Object) - Method in class org.odata4j.producer.resources.HeaderMap
 
get(UriInfo, ContextResolver<ODataProducer>, String, String, String, String) - Method in class org.odata4j.producer.resources.ValueRequestResource
 
GET_COLLECTIONS - Static variable in class org.odata4j.format.xml.AtomWorkspaceInfo
 
getAccept() - Method in class org.odata4j.format.xml.AtomCollectionInfo
 
getAcceptableMediaTypes() - Method in enum org.odata4j.format.FormatType
 
getAlias() - Method in class org.odata4j.edm.EdmAssociation.Builder
 
getAlias() - Method in class org.odata4j.edm.EdmAssociation
 
getAlias() - Method in class org.odata4j.edm.EdmEntityType.Builder
 
getAlias() - Method in class org.odata4j.edm.EdmEntityType
 
getAlias() - Method in class org.odata4j.edm.EdmSchema
 
getAnnotation(Class<T>) - Method in class org.odata4j.producer.jpa.JPAMember
 
getAnnotations() - Method in class org.odata4j.edm.EdmItem.Builder
 
getAnnotations() - Method in class org.odata4j.edm.EdmItem
 
getAnnotations(StartElement2) - Method in class org.odata4j.format.xml.EdmxFormatParser
 
getAnnotationsForEntityType(String, String) - Method in interface org.odata4j.edm.EdmDecorator
Gets custom annotations for a given EDM schema.
getAnnotationsForProperty(String, String, String) - Method in interface org.odata4j.edm.EdmDecorator
Gets custom annotations for a given EDM property.
getAnnotationsForSchema(String) - Method in interface org.odata4j.edm.EdmDecorator
Gets custom annotations for a given EDM schema.
getAnnotationValueOverride(EdmItem, NamespacedAnnotation<?>, boolean, Locale, Map<String, String>) - Method in interface org.odata4j.edm.EdmDecorator
Gets an annotation value that overrides the original annotation value.
getAssociation() - Method in class org.odata4j.edm.EdmAssociationSet
 
getAssociationName() - Method in class org.odata4j.edm.EdmAssociationSet.Builder
 
getAssociationName(List<EdmAssociation.Builder>, EdmEntityType.Builder, EdmEntityType.Builder) - Static method in class org.odata4j.producer.jpa.JPAEdmGenerator
 
getAssociations() - Method in class org.odata4j.edm.EdmDataServices.Builder
 
getAssociations() - Method in class org.odata4j.edm.EdmDataServices
 
getAssociations() - Method in class org.odata4j.edm.EdmSchema.Builder
 
getAssociations() - Method in class org.odata4j.edm.EdmSchema
 
getAssociations() - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
getAssociationSets() - Method in class org.odata4j.edm.EdmEntityContainer.Builder
 
getAssociationSets() - Method in class org.odata4j.edm.EdmEntityContainer
 
getAtomEntityAuthor() - Method in interface org.odata4j.core.OAtomEntity
 
getAtomEntitySource() - Method in interface org.odata4j.core.OAtomStreamEntity
Gets the stream src uri.
getAtomEntitySummary() - Method in interface org.odata4j.core.OAtomEntity
If null returned, there will be no <summary> element in the response
getAtomEntityTitle() - Method in interface org.odata4j.core.OAtomEntity
 
getAtomEntityType() - Method in interface org.odata4j.core.OAtomStreamEntity
Gets the stream content-type.
getAtomEntityUpdated() - Method in interface org.odata4j.core.OAtomEntity
 
getAttributeByName(QName2) - Method in interface org.odata4j.stax2.StartElement2
 
getAttributeByName(String) - Method in interface org.odata4j.stax2.StartElement2
 
getAttributeByName(String) - Method in class org.odata4j.stax2.staximpl.StaxXMLFactoryProvider2.StaxStartElement2
 
getAttributeByName(QName2) - Method in class org.odata4j.stax2.staximpl.StaxXMLFactoryProvider2.StaxStartElement2
 
getAttributeByName(String) - Method in class org.odata4j.stax2.util.InMemoryAttributes
 
getAttributeByName(QName2) - Method in class org.odata4j.stax2.util.InMemoryAttributes
 
getAttributes() - Method in interface org.odata4j.stax2.StartElement2
 
getAttributes() - Method in class org.odata4j.stax2.staximpl.StaxXMLFactoryProvider2.StaxStartElement2
 
getAttributes() - Method in class org.odata4j.stax2.util.InMemoryAttributes
 
getAttributeValueIfExists(StartElement2, String) - Static method in class org.odata4j.format.xml.XmlFormatParser
 
getAttributeValueIfExists(StartElement2, QName2) - Static method in class org.odata4j.format.xml.XmlFormatParser
 
getBackend() - Method in interface org.odata4j.producer.jdbc.JdbcProducerCommandContext
 
getBaseType() - Method in class org.odata4j.edm.EdmStructuralType
 
getBeanClass() - Method in class org.odata4j.producer.inmemory.BeanModel
Recovers the original class on which this metadata is based.
getBytesIso8859_1(String) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the ISO-8859-1 charset, storing the result into a new byte array.
getBytesUnchecked(String, String) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the named charset, storing the result into a new byte array.
getBytesUsAscii(String) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the US-ASCII charset, storing the result into a new byte array.
getBytesUtf16(String) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the UTF-16 charset, storing the result into a new byte array.
getBytesUtf16Be(String) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the UTF-16BE charset, storing the result into a new byte array.
getBytesUtf16Le(String) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the UTF-16LE charset, storing the result into a new byte array.
getBytesUtf8(String) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte array.
getCanonicalJavaType() - Method in class org.odata4j.edm.EdmSimpleType
 
getCategoryTerm() - Method in interface org.odata4j.core.AtomInfo
Gets the Atom category term.
getCharsetName() - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Gets the charset name.
getClasses() - Method in class org.odata4j.jersey.producer.resources.ODataApplication
 
getClasses() - Method in class org.odata4j.producer.resources.AbstractODataApplication
 
getClasses() - Method in class org.odata4j.producer.resources.DefaultODataApplication
 
getClasses() - Method in class org.odata4j.producer.resources.RootApplication
 
getClient() - Method in class org.odata4j.consumer.AbstractConsumerEntityRequest
 
getClient() - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
getClient() - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getClient() - Method in class org.odata4j.cxf.consumer.ODataCxfConsumer
 
getClient() - Method in class org.odata4j.jersey.consumer.ODataJerseyConsumer
 
getClientAccessPolicyXml() - Method in class org.odata4j.producer.resources.ClientAccessPolicyXmlResource
 
getClientResponse() - Method in class org.odata4j.jersey.consumer.JerseyClientResponse
 
getCode() - Method in interface org.odata4j.core.OError
Gets the error code, a mandatory service-defined string.
getCollection() - Method in interface org.odata4j.producer.CollectionResponse
 
getCollectionElementType(String) - Method in class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
getCollectionElementType(String) - Method in class org.odata4j.producer.inmemory.BeanModel
For any given collection type, identifies the type of the elements of the collection.
getCollectionElementType(String) - Method in class org.odata4j.producer.inmemory.EnumsAsStringsPropertyModelDelegate
 
getCollectionElementType(String) - Method in interface org.odata4j.producer.inmemory.PropertyModel
 
getCollectionElementType(String) - Method in class org.odata4j.producer.inmemory.PropertyModelDelegate
 
getCollectionFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.AtomParsers
 
getCollectionFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.JsonParsers
 
getCollectionFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.AtomWriters
 
getCollectionFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.JsonWriters
 
getCollectionKind() - Method in class org.odata4j.edm.EdmCollectionType
 
getCollectionKind() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getCollectionKind() - Method in class org.odata4j.edm.EdmProperty
 
getCollectionName() - Method in interface org.odata4j.producer.CollectionResponse
 
getCollectionNames() - Method in class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
getCollectionNames() - Method in class org.odata4j.producer.inmemory.BeanModel
Returns the list of properties that have collection types.
getCollectionNames() - Method in interface org.odata4j.producer.inmemory.PropertyModel
gets the names of all collections defined by the model
getCollectionNames() - Method in class org.odata4j.producer.inmemory.PropertyModelDelegate
 
getCollections(ODataClientRequest) - Method in class org.odata4j.consumer.AbstractODataClient
 
getCollections(ODataClientRequest) - Method in interface org.odata4j.consumer.ODataClient
 
getCollections() - Method in class org.odata4j.format.xml.AtomWorkspaceInfo
 
getCollectionTypeString(EdmProperty.CollectionKind, EdmType) - Static method in class org.odata4j.edm.EdmCollectionType
 
getCollectionValue(Object, String) - Method in class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
getCollectionValue(Object, String) - Method in class org.odata4j.producer.inmemory.BeanModel
Returns a collection from a property in an instance.
getCollectionValue(Object, String) - Method in class org.odata4j.producer.inmemory.EnumsAsStringsPropertyModelDelegate
 
getCollectionValue(Object, String) - Method in interface org.odata4j.producer.inmemory.PropertyModel
 
getCollectionValue(Object, String) - Method in class org.odata4j.producer.inmemory.PropertyModelDelegate
 
getCommand(Class<TContext>) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
getCommand(Class<TContext>) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
getCommandExecution() - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
getCommandExecution() - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
getComplexKeyValue(String) - Method in class org.odata4j.core.OEntityKey
returns the value for a named value in a complex key.
getComplexObjectFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.AtomParsers
 
getComplexObjectFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.JsonParsers
 
getComplexObjectFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.AtomWriters
 
getComplexObjectFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.JsonWriters
 
getComplexObjectName() - Method in interface org.odata4j.producer.ComplexObjectResponse
 
getComplexTypes() - Method in class org.odata4j.edm.EdmDataServices
 
getComplexTypes() - Method in class org.odata4j.edm.EdmSchema.Builder
 
getComplexTypes() - Method in class org.odata4j.edm.EdmSchema
 
getComplexTypes() - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
getComplexTypes(MetadataProducer.Context, boolean) - Method in class org.odata4j.producer.edm.MetadataProducer
 
getConcurrencyMode() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getConcurrencyMode() - Method in class org.odata4j.edm.EdmProperty
 
getContainerName() - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getContainerNamespace(String) - Method in class org.odata4j.producer.jdbc.JdbcModelToMetadata
 
getContainerSchemaNamespace() - Method in class org.odata4j.producer.jpa.JPAEdmGenerator
 
getContentType() - Method in interface org.odata4j.format.FormatWriter
Recover the MIME content type for the stream
getContentType() - Method in class org.odata4j.format.json.JsonErrorFormatWriter
 
getContentType() - Method in class org.odata4j.format.json.JsonFormatWriter
 
getContentType() - Method in class org.odata4j.format.json.JsonRequestEntryFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.AtomCollectionFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.AtomComplexFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.AtomEntryFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.AtomErrorFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.AtomFeedFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.AtomRequestEntryFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.AtomServiceDocumentFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.AtomSimpleFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.AtomSingleLinkFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.AtomSingleLinksFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.XmlPropertyFormatWriter
 
getContext(Class<?>) - Method in class org.odata4j.producer.resources.DefaultODataProducerProvider
 
getCount() - Method in interface org.odata4j.producer.CountResponse
Gets the number of entities in an entity-set.
getCount() - Method in interface org.odata4j.producer.jpa.CountResult
 
getCrossDomainXml() - Method in class org.odata4j.producer.resources.CrossDomainXmlResource
 
getCurrentDepth() - Method in class org.odata4j.producer.PropertyPathHelper
 
getCurrentNavPath() - Method in class org.odata4j.producer.PropertyPathHelper
 
getCustomBoolean(String, boolean) - Method in class org.odata4j.producer.edm.MetadataProducer.Context
 
getCustomOption(String) - Method in class org.odata4j.producer.edm.MetadataProducer.Context
 
getData() - Method in interface org.odata4j.stax2.Characters2
 
getDataServiceVersion(String) - Static method in class org.odata4j.internal.InternalUtil
 
getDeclaredCollectionNames() - Method in class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
getDeclaredCollectionNames() - Method in class org.odata4j.producer.inmemory.BeanModel
Get the collection names that were defined in this.beanClass only (i.e.
getDeclaredCollectionNames() - Method in interface org.odata4j.producer.inmemory.PropertyModel
gets the names of collections defined only at this inheritance level in the model
getDeclaredCollectionNames() - Method in class org.odata4j.producer.inmemory.PropertyModelDelegate
 
getDeclaredNavigationProperties() - Method in class org.odata4j.edm.EdmEntityType
Gets the navigation properties defined for this entity type not including inherited properties.
getDeclaredProperties() - Method in class org.odata4j.edm.EdmStructuralType
Gets the properties defined for this structural type not including inherited properties.
getDeclaredPropertyNames() - Method in class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
getDeclaredPropertyNames() - Method in class org.odata4j.producer.inmemory.BeanModel
Get the property names that were defined in this.beanClass only (i.e.
getDeclaredPropertyNames() - Method in interface org.odata4j.producer.inmemory.PropertyModel
gets the names of properties defined only at this inheritance level in the model
getDeclaredPropertyNames() - Method in class org.odata4j.producer.inmemory.PropertyModelDelegate
 
getDeclaringType() - Method in class org.odata4j.edm.EdmProperty
 
getDefaultValue() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getDefaultValue() - Method in class org.odata4j.edm.EdmProperty
 
getDelegate() - Method in interface org.odata4j.core.Delegate
 
getDelegate() - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
getDelegate() - Method in class org.odata4j.producer.inmemory.EntityIdFunctionPropertyModelDelegate
 
getDelegate() - Method in class org.odata4j.producer.inmemory.EnumsAsStringsPropertyModelDelegate
 
getDepth() - Method in class org.odata4j.producer.RecursivePropertyPath
 
getDirection() - Method in interface org.odata4j.expression.OrderByExpression
 
getDocumentation() - Method in class org.odata4j.edm.EdmItem.Builder
 
getDocumentation() - Method in class org.odata4j.edm.EdmItem
 
getDocumentationForEntityType(String, String) - Method in interface org.odata4j.edm.EdmDecorator
Gets custom documentation for a given EDM entity type.
getDocumentationForProperty(String, String, String) - Method in interface org.odata4j.edm.EdmDecorator
Gets custom documentation for a given EDM property.
getDocumentationForSchema(String) - Method in interface org.odata4j.edm.EdmDecorator
Gets custom documentation for a given EDM schema.
getEdmEntitySet(String) - Method in class org.odata4j.edm.EdmDataServices
 
getEdmEntitySet(EdmEntityType) - Method in class org.odata4j.edm.EdmDataServices
 
getEdmEntitySet(String) - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
getEdmEntitySet(EdmEntityType) - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
getEdmEntitySet() - Method in class org.odata4j.producer.jpa.JPAContext.ContextEntity
 
getEdmPropertyBase() - Method in class org.odata4j.producer.jpa.JPAContext
 
getEdmType(int, String, Integer) - Method in class org.odata4j.producer.jdbc.JdbcModelToMetadata
 
getElementText() - Method in interface org.odata4j.stax2.XMLEventReader2
 
getEnd1() - Method in class org.odata4j.edm.EdmAssociation.Builder
 
getEnd1() - Method in class org.odata4j.edm.EdmAssociation
 
getEnd1() - Method in class org.odata4j.edm.EdmAssociationSet.Builder
 
getEnd1() - Method in class org.odata4j.edm.EdmAssociationSet
 
getEnd2() - Method in class org.odata4j.edm.EdmAssociation.Builder
 
getEnd2() - Method in class org.odata4j.edm.EdmAssociation
 
getEnd2() - Method in class org.odata4j.edm.EdmAssociationSet.Builder
 
getEnd2() - Method in class org.odata4j.edm.EdmAssociationSet
 
getEntities(ODataClientRequest) - Method in class org.odata4j.consumer.AbstractODataClient
 
getEntities(ORelatedEntitiesLink) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getEntities(String) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getEntities(Class<T>, String) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getEntities(ODataClientRequest) - Method in interface org.odata4j.consumer.ODataClient
 
getEntities(ORelatedEntitiesLink) - Method in interface org.odata4j.consumer.ODataConsumer
Gets entities referred to by the given related-entities link.
getEntities(String) - Method in interface org.odata4j.consumer.ODataConsumer
Gets entities from the given entity-set.
getEntities(Class<T>, String) - Method in interface org.odata4j.consumer.ODataConsumer
Gets entities from the given entity-set.
getEntities(String, QueryInfo) - Method in class org.odata4j.producer.command.CommandProducer
 
getEntities(String, QueryInfo) - Method in class org.odata4j.producer.edm.MetadataProducer
 
getEntities() - Method in interface org.odata4j.producer.EntitiesResponse
Gets the OData entities, if any.
getEntities() - Method in interface org.odata4j.producer.EntityIdResponse
Gets the response payload as entity ids
getEntities(String, QueryInfo) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getEntities() - Method in interface org.odata4j.producer.jpa.EntitiesResult
 
getEntities(String, QueryInfo) - Method in class org.odata4j.producer.jpa.JPAProducer
 
getEntities(String, QueryInfo) - Method in interface org.odata4j.producer.ODataProducer
Gets all the entities for a given set matching the query information.
getEntities(String, QueryInfo) - Method in class org.odata4j.producer.ODataProducerDelegate
 
getEntities(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.odata4j.producer.resources.EntitiesRequestResource
 
GetEntitiesCommandContext - Interface in org.odata4j.producer.command
 
getEntitiesCount(String) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getEntitiesCount(String) - Method in interface org.odata4j.consumer.ODataConsumer
Returns a single value request which can be extended by query options.
getEntitiesCount(String, QueryInfo) - Method in class org.odata4j.producer.command.CommandProducer
 
getEntitiesCount(String, QueryInfo) - Method in class org.odata4j.producer.edm.MetadataProducer
 
getEntitiesCount(String, QueryInfo) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getEntitiesCount(String, QueryInfo) - Method in class org.odata4j.producer.jpa.JPAProducer
 
getEntitiesCount(String, QueryInfo) - Method in interface org.odata4j.producer.ODataProducer
Gets the count of all the entities for a given set matching the query information.
getEntitiesCount(String, QueryInfo) - Method in class org.odata4j.producer.ODataProducerDelegate
 
getEntitiesCount(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.odata4j.producer.resources.EntitiesRequestResource
 
GetEntitiesCountCommandContext - Interface in org.odata4j.producer.command
 
getEntitiesImpl(HttpHeaders, UriInfo, ODataProducer, String, boolean, String, String, String, String, String, String, String, String, String, String) - Method in class org.odata4j.producer.resources.EntitiesRequestResource
 
getEntitiesResponse(InMemoryProducer.RequestContext, EdmEntitySet, Enumerable<Object>, PropertyModel) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getEntity(ODataClientRequest) - Method in class org.odata4j.consumer.AbstractODataClient
 
getEntity(ORelatedEntityLink) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getEntity(String, Object) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getEntity(OEntity) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getEntity(String, OEntityKey) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getEntity(Class<T>, String, Object) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getEntity(Class<T>, String, OEntityKey) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getEntity(ODataClientRequest) - Method in interface org.odata4j.consumer.ODataClient
 
getEntity(ORelatedEntityLink) - Method in interface org.odata4j.consumer.ODataConsumer
Gets the entity referred to by the given related entity link.
getEntity(String, Object) - Method in interface org.odata4j.consumer.ODataConsumer
Gets the entity by entity-set name and entity-key value.
getEntity(OEntity) - Method in interface org.odata4j.consumer.ODataConsumer
Gets the latest version of an entity using the given entity as a template.
getEntity(String, OEntityKey) - Method in interface org.odata4j.consumer.ODataConsumer
Gets the entity by entity-set name and entity-key.
getEntity(Class<T>, String, Object) - Method in interface org.odata4j.consumer.ODataConsumer
Gets the entity by entity-set name and entity-key value.
getEntity(Class<T>, String, OEntityKey) - Method in interface org.odata4j.consumer.ODataConsumer
Gets the entity by entity-set name and entity-key.
getEntity() - Method in interface org.odata4j.format.Entry
 
getEntity() - Method in class org.odata4j.format.xml.AtomFeedFormatParser.DataServicesAtomEntry
 
getEntity(String, OEntityKey, EntityQueryInfo) - Method in class org.odata4j.producer.command.CommandProducer
 
getEntity() - Method in interface org.odata4j.producer.command.CreateEntityAtPropertyCommandContext
 
getEntity() - Method in interface org.odata4j.producer.command.CreateEntityCommandContext
 
getEntity() - Method in interface org.odata4j.producer.command.MergeEntityCommandContext
 
getEntity() - Method in interface org.odata4j.producer.command.UpdateEntityCommandContext
 
getEntity(String, OEntityKey, EntityQueryInfo) - Method in class org.odata4j.producer.edm.MetadataProducer
 
getEntity() - Method in interface org.odata4j.producer.EntityResponse
Gets the OData entity.
getEntity(String, OEntityKey, EntityQueryInfo) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getEntity() - Method in interface org.odata4j.producer.jpa.EntityResult
 
getEntity(JPAContext) - Method in class org.odata4j.producer.jpa.JPAContext.EntityAccessor
 
getEntity() - Method in class org.odata4j.producer.jpa.JPAContext
 
getEntity(String, OEntityKey, EntityQueryInfo) - Method in class org.odata4j.producer.jpa.JPAProducer
 
getEntity(String, OEntityKey, EntityQueryInfo) - Method in interface org.odata4j.producer.ODataProducer
Obtains a single entity based on its type and key.
getEntity(String, OEntityKey, EntityQueryInfo) - Method in class org.odata4j.producer.ODataProducerDelegate
 
getEntity() - Method in class org.odata4j.producer.resources.BatchBodyPart
 
getEntity(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, String, String, String, String) - Method in class org.odata4j.producer.resources.EntityRequestResource
 
getEntityClass() - Method in class org.odata4j.producer.inmemory.InMemoryComplexTypeInfo
 
getEntityClass() - Method in class org.odata4j.producer.inmemory.InMemoryEntityInfo
 
GetEntityCommand - Class in org.odata4j.producer.jpa
 
GetEntityCommand() - Constructor for class org.odata4j.producer.jpa.GetEntityCommand
 
GetEntityCommand(JPAContext.EntityAccessor) - Constructor for class org.odata4j.producer.jpa.GetEntityCommand
 
GetEntityCommandContext - Interface in org.odata4j.producer.command
 
getEntityContainerName(String) - Method in class org.odata4j.producer.jdbc.JdbcModelToMetadata
 
getEntityContainerName() - Method in class org.odata4j.producer.jpa.JPAEdmGenerator
 
getEntityContainers() - Method in class org.odata4j.edm.EdmSchema.Builder
 
getEntityContainers() - Method in class org.odata4j.edm.EdmSchema
 
getEntityImpl(HttpHeaders, UriInfo, ODataProducer, String, String, String, String, String, String) - Method in class org.odata4j.producer.resources.EntityRequestResource
 
getEntityKey() - Method in interface org.odata4j.core.OEntityId
Gets the entity-key for this instance.
getEntityKey() - Method in interface org.odata4j.producer.command.CreateEntityAtPropertyCommandContext
 
getEntityKey() - Method in interface org.odata4j.producer.command.DeleteEntityCommandContext
 
getEntityKey() - Method in interface org.odata4j.producer.command.GetEntityCommandContext
 
getEntityKey() - Method in interface org.odata4j.producer.command.GetNavPropertyCommandContext
 
getEntityKey() - Method in interface org.odata4j.producer.command.GetNavPropertyCountCommandContext
 
getEntityKey() - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext
 
getEntityKey() - Method in class org.odata4j.producer.resources.BatchBodyPart
 
getEntityManager() - Method in class org.odata4j.producer.jpa.JPAContext
 
getEntityManagerFactory() - Method in class org.odata4j.producer.jpa.JPAEdmGenerator
 
getEntityPojo(InMemoryProducer.RequestContext) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
Given an entity set and an entity key, returns the pojo that is that entity instance.
getEntityRelId(List<String>, List<OProperty<?>>, String) - Static method in class org.odata4j.internal.InternalUtil
 
getEntityRelId(OEntity) - Static method in class org.odata4j.internal.InternalUtil
 
getEntityRelId(EdmEntitySet, OEntityKey) - Static method in class org.odata4j.internal.InternalUtil
 
getEntitySet() - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
getEntitySet() - Method in interface org.odata4j.core.OEntity
Gets the entity-set of this instance.
getEntitySet() - Method in class org.odata4j.edm.EdmAssociationSetEnd
 
getEntitySet() - Method in class org.odata4j.edm.EdmFunctionImport
 
getEntitySet() - Method in interface org.odata4j.producer.CollectionResponse
Gets the entity-set for the entities if the collection is a collection of entities.
getEntitySet() - Method in interface org.odata4j.producer.EntitiesResponse
Gets the entity-set for the entities.
getEntitySet() - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext
 
getEntitySetForEntityTypeName(String) - Method in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
getEntitySetName() - Method in interface org.odata4j.core.OEntityId
Gets the entity-set name for this instance.
getEntitySetName() - Method in class org.odata4j.edm.EdmAssociationSetEnd.Builder
 
getEntitySetName() - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
getEntitySetName() - Method in interface org.odata4j.producer.command.CreateEntityAtPropertyCommandContext
 
getEntitySetName() - Method in interface org.odata4j.producer.command.CreateEntityCommandContext
 
getEntitySetName() - Method in interface org.odata4j.producer.command.DeleteEntityCommandContext
 
getEntitySetName() - Method in interface org.odata4j.producer.command.GetEntitiesCommandContext
 
getEntitySetName() - Method in interface org.odata4j.producer.command.GetEntitiesCountCommandContext
 
getEntitySetName() - Method in interface org.odata4j.producer.command.GetEntityCommandContext
 
getEntitySetName() - Method in interface org.odata4j.producer.command.GetNavPropertyCommandContext
 
getEntitySetName() - Method in interface org.odata4j.producer.command.GetNavPropertyCountCommandContext
 
getEntitySetName() - Method in interface org.odata4j.producer.command.MergeEntityCommandContext
 
getEntitySetName() - Method in interface org.odata4j.producer.command.UpdateEntityCommandContext
 
getEntitySetName() - Method in class org.odata4j.producer.inmemory.InMemoryEntityInfo
 
getEntitySetName() - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext
 
getEntitySetName(String) - Method in class org.odata4j.producer.jdbc.JdbcModelToMetadata
 
getEntitySetName() - Method in class org.odata4j.producer.jpa.JPAContext.ContextEntity
 
getEntitySetName(EntityType<X>) - Static method in class org.odata4j.producer.jpa.JPAEdmGenerator
 
getEntitySetName() - Method in class org.odata4j.producer.resources.BatchBodyPart
 
getEntitySets() - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getEntitySets() - Method in interface org.odata4j.consumer.ODataConsumer
Lists all top-level entity-sets for the OData service.
getEntitySets() - Method in class org.odata4j.edm.EdmDataServices
 
getEntitySets() - Method in class org.odata4j.edm.EdmEntityContainer.Builder
 
getEntitySets() - Method in class org.odata4j.edm.EdmEntityContainer
 
getEntitySets() - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
getEntityTag() - Method in interface org.odata4j.core.OEntity
An optional opaque token used for concurrency control.
getEntityTransaction() - Method in class org.odata4j.producer.jpa.JPAContext
 
getEntityType() - Method in interface org.odata4j.core.OEntity
Gets the entity type of this instance.
getEntityTypeName() - Method in class org.odata4j.edm.EdmEntitySet.Builder
 
getEntityTypeName() - Method in class org.odata4j.producer.inmemory.InMemoryEntityInfo
 
getEntityTypeName(String) - Method in class org.odata4j.producer.jdbc.JdbcModelToMetadata
 
getEntityTypes() - Method in class org.odata4j.edm.EdmDataServices.Builder
 
getEntityTypes() - Method in class org.odata4j.edm.EdmDataServices
 
getEntityTypes() - Method in class org.odata4j.edm.EdmSchema.Builder
 
getEntityTypes() - Method in class org.odata4j.edm.EdmSchema
 
getEntityTypes() - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
getEntityTypes(MetadataProducer.Context, boolean) - Method in class org.odata4j.producer.edm.MetadataProducer
 
getEntries() - Method in interface org.odata4j.format.Feed
 
getEntries() - Method in class org.odata4j.format.xml.AtomFeedFormatParser.AtomFeed
 
getEntryFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.AtomParsers
 
getEntryFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.JsonParsers
 
getEntryFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.AtomWriters
 
getEntryFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.JsonWriters
 
getError() - Method in interface org.odata4j.producer.ErrorResponse
Get the error.
getErrorFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.AtomParsers
 
getErrorFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.JsonParsers
 
getErrorFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.AtomWriters
 
getErrorFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.JsonWriters
 
getErrorResponse(ODataProducerException, boolean) - Static method in class org.odata4j.producer.resources.ExceptionMappingProvider
 
getExceptions() - Method in exception org.odata4j.core.UmbrellaException
 
getExpression() - Method in interface org.odata4j.expression.BoolParenExpression
 
getExpression() - Method in interface org.odata4j.expression.CastExpression
 
getExpression() - Method in interface org.odata4j.expression.IsofExpression
 
getExpression() - Method in interface org.odata4j.expression.NegateExpression
 
getExpression() - Method in interface org.odata4j.expression.NotExpression
 
getExpression() - Method in interface org.odata4j.expression.OrderByExpression
 
getExpression() - Method in interface org.odata4j.expression.ParenExpression
 
getExtensionNamespaces(StartElement2) - Method in class org.odata4j.format.xml.EdmxFormatParser
 
getFcContentKind() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getFcContentKind() - Method in class org.odata4j.edm.EdmProperty
 
getFcEpmContentKind() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getFcEpmContentKind() - Method in class org.odata4j.edm.EdmProperty
 
getFcEpmKeepInContent() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getFcEpmKeepInContent() - Method in class org.odata4j.edm.EdmProperty
 
getFcKeepInContent() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getFcKeepInContent() - Method in class org.odata4j.edm.EdmProperty
 
getFcNsPrefix() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getFcNsPrefix() - Method in class org.odata4j.edm.EdmProperty
 
getFcNsUri() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getFcNsUri() - Method in class org.odata4j.edm.EdmProperty
 
getFcTargetPath() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getFcTargetPath() - Method in class org.odata4j.edm.EdmProperty
 
getFeedFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.AtomParsers
 
getFeedFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.JsonParsers
 
getFeedFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.AtomWriters
 
getFeedFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.JsonWriters
 
getFeedReader(ODataClientResponse) - Method in interface org.odata4j.consumer.ODataClient
 
getFeedReader(ODataClientResponse) - Method in class org.odata4j.cxf.consumer.ODataCxfClient
 
getFind() - Method in interface org.odata4j.expression.ReplaceMethodCallExpression
 
getFirst(String) - Method in class org.odata4j.producer.resources.HeaderMap
 
getFirstComponent() - Method in class org.odata4j.producer.PropertyPath
 
getFixedLength() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getFixedLength() - Method in class org.odata4j.edm.EdmProperty
 
getFormatType() - Method in class org.odata4j.consumer.AbstractODataClient
 
getFormatType() - Method in interface org.odata4j.consumer.ODataClient
 
getFormatWriter(Class<T>, List<MediaType>, String, String) - Static method in class org.odata4j.format.FormatWriterFactory
 
getFQAliasName() - Method in class org.odata4j.edm.EdmAssociation.Builder
 
getFQAliasName() - Method in class org.odata4j.edm.EdmAssociation
 
getFQAliasName() - Method in class org.odata4j.edm.EdmEntityType.Builder
 
getFQAliasName() - Method in class org.odata4j.edm.EdmEntityType
 
getFQBaseTypeName() - Method in class org.odata4j.edm.EdmEntityType.Builder
 
getFQNamespaceName() - Method in class org.odata4j.edm.EdmAssociation.Builder
 
getFQNamespaceName() - Method in class org.odata4j.edm.EdmAssociation
 
getFromRole() - Method in class org.odata4j.edm.EdmNavigationProperty
 
getFromRoleName() - Method in class org.odata4j.edm.EdmNavigationProperty.Builder
 
getFullyQualifiedName() - Method in class org.odata4j.core.GenericAnnotation
 
getFullyQualifiedTypeName() - Method in class org.odata4j.edm.EdmStructuralType.Builder
 
getFullyQualifiedTypeName() - Method in class org.odata4j.edm.EdmType
Gets the fully-qualified type name for this edm-type.
getFunctionImports() - Method in class org.odata4j.edm.EdmEntityContainer.Builder
 
getFunctionImports() - Method in class org.odata4j.edm.EdmEntityContainer
 
getFunctionType() - Method in interface org.odata4j.expression.AggregateBoolFunction
 
getGet() - Method in class org.odata4j.producer.inmemory.InMemoryEntityInfo
 
getGetWithContext() - Method in class org.odata4j.producer.inmemory.InMemoryEntityInfo
 
getHasStream() - Method in class org.odata4j.edm.EdmEntityType
 
getHasStream() - Method in class org.odata4j.producer.inmemory.InMemoryEntityInfo
 
getHeaders() - Method in class org.odata4j.consumer.ODataClientRequest
Gets the request http headers.
getHeaders() - Method in interface org.odata4j.consumer.ODataClientResponse
 
getHeaders() - Method in class org.odata4j.cxf.consumer.CxfClientResponse
 
getHeaders() - Method in class org.odata4j.jersey.consumer.JerseyClientResponse
 
getHeaders() - Method in class org.odata4j.producer.resources.BatchBodyPart
 
getHref() - Method in interface org.odata4j.core.EntitySetInfo
 
getHref() - Method in interface org.odata4j.core.OLink
Gets the link href.
getHref() - Method in class org.odata4j.format.xml.AtomCollectionInfo
 
getHttpContexts() - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
getHttpHeaders() - Method in class org.odata4j.producer.resources.BatchBodyPart
 
getHttpMethod() - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
getHttpMethod() - Method in class org.odata4j.edm.EdmFunctionImport
 
getHttpMethod() - Method in class org.odata4j.producer.resources.BatchBodyPart
 
getHttpResponse() - Method in class org.odata4j.cxf.consumer.CxfClientResponse
 
getHttpServer() - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
getHttpStatus() - Method in exception org.odata4j.exceptions.BadRequestException
 
getHttpStatus() - Method in exception org.odata4j.exceptions.ForbiddenException
 
getHttpStatus() - Method in exception org.odata4j.exceptions.MethodNotAllowedException
 
getHttpStatus() - Method in exception org.odata4j.exceptions.NotAcceptableException
 
getHttpStatus() - Method in exception org.odata4j.exceptions.NotAuthorizedException
 
getHttpStatus() - Method in exception org.odata4j.exceptions.NotFoundException
 
getHttpStatus() - Method in exception org.odata4j.exceptions.NotImplementedException
 
getHttpStatus() - Method in exception org.odata4j.exceptions.ODataProducerException
Gets the HTTP status.
getHttpStatus() - Method in exception org.odata4j.exceptions.ServerErrorException
 
getHttpStatus() - Method in exception org.odata4j.exceptions.UnsupportedMediaTypeException
 
getId() - Method in class org.odata4j.producer.inmemory.InMemoryEntityInfo
 
getIdAttribute(EntityType<X>) - Static method in class org.odata4j.producer.jpa.JPAEdmGenerator
 
getInlineCount() - Method in interface org.odata4j.producer.CollectionResponse
Gets the inline-count value, if applicable.
getInlineCount() - Method in interface org.odata4j.producer.EntitiesResponse
Gets the inline-count value, if applicable.
getInlineCount() - Method in interface org.odata4j.producer.jpa.EntitiesResult
 
getInnerError() - Method in interface org.odata4j.core.OError
Gets the inner error, service specific debugging information that might assist a service implementer in determining the cause of an error.
getInputStreamForMediaLinkEntry(OEntity, String, EntityQueryInfo) - Method in interface org.odata4j.producer.OMediaLinkExtension
Gets an InputStream that streams the bytes of the media resource associated with the given media link entry entity.
getInstance() - Static method in class org.odata4j.stax2.XMLFactoryProvider2
 
getInstanceType(EdmType) - Static method in class org.odata4j.edm.EdmType
Gets the corresponding instance type of a given edm type.
getIsAbstract() - Method in class org.odata4j.edm.EdmStructuralType
 
getItemType() - Method in class org.odata4j.edm.EdmCollectionType
 
getJavaType() - Method in class org.odata4j.producer.jpa.JPAMember
 
getJavaTypes() - Method in class org.odata4j.edm.EdmSimpleType
Gets all java-types associated with this edm-type.
getJdbc() - Method in class org.odata4j.producer.jdbc.JdbcProducer
 
getJdbc() - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
getJdbc() - Method in interface org.odata4j.producer.jdbc.JdbcProducerCommandContext
 
getJpaEntity() - Method in class org.odata4j.producer.jpa.JPAContext.ContextEntity
 
getJPAEntityType() - Method in class org.odata4j.producer.jpa.JPAContext.ContextEntity
 
getJPQLQuery() - Method in class org.odata4j.producer.jpa.JPAContext
 
getJsonpCallback() - Method in class org.odata4j.format.json.JsonFormatWriter
 
getKeyAttributeName() - Method in class org.odata4j.producer.jpa.JPAContext.ContextEntity
 
getKeys() - Method in class org.odata4j.edm.EdmEntityType
Gets the keys for this EdmEntityType.
getKeys() - Method in class org.odata4j.producer.inmemory.InMemoryEntityInfo
 
getKeyType() - Method in class org.odata4j.core.OEntityKey
Gets the entity-key type: SINGLE or COMPLEX.
getLastComponent() - Method in class org.odata4j.producer.PropertyPath
 
getLazyLoadingEnabled() - Method in class org.odata4j.edm.EdmEntityContainer
 
getLength() - Method in interface org.odata4j.expression.SubstringMethodCallExpression
 
getLHS() - Method in interface org.odata4j.expression.BinaryBoolCommonExpression
 
getLHS() - Method in interface org.odata4j.expression.BinaryCommonExpression
 
getLHS() - Method in interface org.odata4j.expression.ConcatMethodCallExpression
 
getLink(String, Class<T>) - Method in interface org.odata4j.core.OEntity
Gets a link with a given name and link-type.
getLinks(ODataClientRequest) - Method in class org.odata4j.consumer.AbstractODataClient
 
getLinks(OEntityId, String) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getLinks(ODataClientRequest) - Method in interface org.odata4j.consumer.ODataClient
 
getLinks(OEntityId, String) - Method in interface org.odata4j.consumer.ODataConsumer
Gets related entity links for a given source entity by navigation property.
getLinks() - Method in interface org.odata4j.core.OEntity
Gets all links of this instance.
getLinks(OEntityId, String) - Method in class org.odata4j.producer.command.CommandProducer
 
getLinks(OEntityId, String) - Method in class org.odata4j.producer.edm.MetadataProducer
 
getLinks(OEntityId, String) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getLinks(OEntityId, String) - Method in class org.odata4j.producer.jpa.JPAProducer
 
getLinks(OEntityId, String) - Method in interface org.odata4j.producer.ODataProducer
Returns the value of an entity's navigation property as a collection of entity links (or a single link if the association cardinality is 1).
getLinks(OEntityId, String) - Method in class org.odata4j.producer.ODataProducerDelegate
 
getLinks(String, String, String, String) - Method in class org.odata4j.producer.resources.EntityRequestResource
 
getLinks(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String) - Method in class org.odata4j.producer.resources.LinksRequestResource
 
GetLinksCommandContext - Interface in org.odata4j.producer.command
 
getLocalPart() - Method in class org.odata4j.stax2.QName2
 
getLongDescription() - Method in class org.odata4j.edm.EdmDocumentation
An extensive description of the parent element.
getMappedColumn(EdmProperty) - Method in class org.odata4j.producer.jdbc.JdbcMetadataMapping
 
getMappedTable(EdmEntitySet) - Method in class org.odata4j.producer.jdbc.JdbcMetadataMapping
 
getMaxLength() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getMaxLength() - Method in class org.odata4j.edm.EdmProperty
 
getMediaLinkContentDisposition(OEntity) - Method in interface org.odata4j.producer.OMediaLinkExtension
Gets the mime content disposition for the given media link entry entity.
getMediaLinkContentType(OEntity) - Method in interface org.odata4j.producer.OMediaLinkExtension
Gets the mime content type for the given media link entry entity.
getMediaLinkEntryForUpdateOrDelete(EdmEntitySet, OEntityKey, HttpHeaders) - Method in interface org.odata4j.producer.OMediaLinkExtension
Gets an OEntity for an existing media link entry with the given key.
getMediaLinkExtension(HttpHeaders, UriInfo, EdmEntitySet, ODataProducer) - Method in class org.odata4j.producer.resources.BaseResource
 
getMessage() - Method in interface org.odata4j.core.OError
Gets the error-message text, a human readable message describing the error.
getMetadata() - Method in class org.odata4j.consumer.AbstractConsumerEntityRequest
 
getMetadata() - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
getMetadata(ODataClientRequest) - Method in class org.odata4j.consumer.AbstractODataClient
 
getMetadata() - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getMetadata(ODataClientRequest) - Method in interface org.odata4j.consumer.ODataClient
 
getMetadata() - Method in interface org.odata4j.consumer.ODataConsumer
Gets the OData service metadata.
getMetadata() - Method in interface org.odata4j.edm.EdmDataServicesProvider
Gets the service metadata.
getMetadata() - Method in class org.odata4j.producer.command.CommandProducer
 
getMetadata() - Method in class org.odata4j.producer.edm.MetadataProducer
Get the EDM that defines the queryable metadata, the meta-EDM
getMetadata() - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getMetadata() - Method in class org.odata4j.producer.jdbc.JdbcMetadataMapping
 
getMetadata() - Method in class org.odata4j.producer.jpa.JPAContext
 
getMetadata() - Method in class org.odata4j.producer.jpa.JPAProducer
 
getMetadata() - Method in interface org.odata4j.producer.ODataProducer
Obtains the service metadata for this producer.
getMetadata() - Method in class org.odata4j.producer.ODataProducerDelegate
 
getMetadata(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String) - Method in class org.odata4j.producer.resources.MetadataResource
 
GetMetadataCommandContext - Interface in org.odata4j.producer.command
 
getMetadataEntities(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.odata4j.producer.resources.MetadataResource
 
getMetadataEntity(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, String, String, String, String) - Method in class org.odata4j.producer.resources.MetadataResource
 
getMetadataMapping() - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
getMetadataProducer() - Method in class org.odata4j.producer.command.CommandProducer
 
getMetadataProducer() - Method in class org.odata4j.producer.edm.MetadataProducer
 
getMetadataProducer() - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getMetadataProducer() - Method in class org.odata4j.producer.jpa.JPAProducer
 
getMetadataProducer() - Method in interface org.odata4j.producer.ODataProducer
Obtains the ODataProducer implementation that serves the metadata as OData EDM constructs.
getMetadataProducer() - Method in class org.odata4j.producer.ODataProducerDelegate
 
GetMetadataProducerCommandContext - Interface in org.odata4j.producer.command
 
getMethod() - Method in class org.odata4j.consumer.ODataClientRequest
Gets the request http method.
getMimeType() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getMimeType() - Method in class org.odata4j.edm.EdmProperty
 
getMode() - Method in class org.odata4j.edm.EdmFunctionParameter
 
getModel() - Method in class org.odata4j.producer.edm.MetadataProducer
Get the EDM model that this producer exposes.
getModel() - Method in class org.odata4j.producer.jdbc.JdbcMetadataMapping
 
getModelNamespace() - Method in class org.odata4j.producer.jdbc.JdbcModelToMetadata
 
getModelSchemaNamespace() - Method in class org.odata4j.producer.jpa.JPAEdmGenerator
 
getMultiplicity() - Method in class org.odata4j.edm.EdmAssociationEnd
 
getMultiplicity() - Method in interface org.odata4j.producer.EntityIdResponse
Gets the multiplicity of the response
getName() - Method in class org.odata4j.core.GenericAnnotation
 
getName() - Method in interface org.odata4j.core.Named
Gets the name.
getName() - Method in class org.odata4j.edm.EdmAssociation.Builder
 
getName() - Method in class org.odata4j.edm.EdmAssociation
 
getName() - Method in class org.odata4j.edm.EdmAssociationSet
 
getName() - Method in class org.odata4j.edm.EdmEntityContainer.Builder
 
getName() - Method in class org.odata4j.edm.EdmEntityContainer
 
getName() - Method in class org.odata4j.edm.EdmEntitySet.Builder
 
getName() - Method in class org.odata4j.edm.EdmEntitySet
The name of the entity set.
getName() - Method in class org.odata4j.edm.EdmEntityType.Builder
 
getName() - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
getName() - Method in class org.odata4j.edm.EdmFunctionImport
 
getName() - Method in class org.odata4j.edm.EdmFunctionParameter
 
getName() - Method in class org.odata4j.edm.EdmPropertyBase.Builder
 
getName() - Method in class org.odata4j.edm.EdmPropertyBase
 
getName() - Method in class org.odata4j.edm.EdmStructuralType
 
getName() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonStartPropertyEvent
 
getName() - Method in interface org.odata4j.producer.command.CallFunctionCommandContext
 
getName() - Method in interface org.odata4j.producer.jpa.PropertyResult
 
getName() - Method in interface org.odata4j.producer.SimpleResponse
Gets the (optional) name of the value
getName() - Method in interface org.odata4j.stax2.Attribute2
 
getName() - Method in interface org.odata4j.stax2.EndElement2
 
getName() - Method in interface org.odata4j.stax2.StartElement2
 
getName() - Method in class org.odata4j.stax2.staximpl.StaxXMLFactoryProvider2.StaxStartElement2
 
getName() - Method in class org.odata4j.stax2.util.InMemoryAttribute2
 
getNamespace() - Method in class org.odata4j.core.GenericAnnotation
 
getNamespace() - Method in interface org.odata4j.core.NamespacedAnnotation
Gets the namespace (and namespace prefix) for this annotation.
getNamespace() - Method in class org.odata4j.edm.EdmAssociation.Builder
 
getNamespace() - Method in class org.odata4j.edm.EdmAssociation
 
getNamespace() - Method in class org.odata4j.edm.EdmSchema.Builder
 
getNamespace() - Method in class org.odata4j.edm.EdmSchema
 
getNamespace() - Method in class org.odata4j.edm.EdmStructuralType
 
getNamespace() - Method in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
get the Edm namespace
getNamespace() - Method in class org.odata4j.producer.jpa.JPAEdmGenerator
 
getNamespaces() - Method in class org.odata4j.edm.EdmDataServices
 
getNamespaces() - Method in interface org.odata4j.edm.EdmDecorator
Gets custom prefixed namespaces for this EDM.
getNamespaces() - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
getNamespaces() - Method in interface org.odata4j.stax2.StartElement2
 
getNamespaces() - Method in class org.odata4j.stax2.staximpl.StaxXMLFactoryProvider2.StaxStartElement2
 
getNamespaceURI() - Method in interface org.odata4j.stax2.Namespace2
 
getNamespaceUri() - Method in class org.odata4j.stax2.QName2
 
getNavigationProperties() - Method in class org.odata4j.edm.EdmEntityType.Builder
 
getNavigationProperties() - Method in class org.odata4j.edm.EdmEntityType
Gets the navigation properties defined for this entity type including inherited properties.
getNavProp() - Method in interface org.odata4j.producer.command.CreateEntityAtPropertyCommandContext
 
getNavProp() - Method in interface org.odata4j.producer.command.GetNavPropertyCommandContext
 
getNavProp() - Method in interface org.odata4j.producer.command.GetNavPropertyCountCommandContext
 
getNavProperty(String, OEntityKey, String, QueryInfo) - Method in class org.odata4j.producer.command.CommandProducer
 
getNavProperty(String, OEntityKey, String, QueryInfo) - Method in class org.odata4j.producer.edm.MetadataProducer
 
getNavProperty(String, OEntityKey, String, QueryInfo) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getNavProperty(EdmNavigationProperty, InMemoryProducer.RequestContext) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
Gets the entity(s) on the target end of a NavigationProperty.
getNavProperty() - Method in class org.odata4j.producer.jpa.JPAContext
 
getNavProperty(String, OEntityKey, String, QueryInfo) - Method in class org.odata4j.producer.jpa.JPAProducer
 
getNavProperty(String, OEntityKey, String, QueryInfo) - Method in interface org.odata4j.producer.ODataProducer
Given a specific entity, follow one of its navigation properties, applying constraints as appropriate.
getNavProperty(String, OEntityKey, String, QueryInfo) - Method in class org.odata4j.producer.ODataProducerDelegate
 
getNavProperty() - Method in class org.odata4j.producer.resources.EntityRequestResource
 
getNavProperty(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.odata4j.producer.resources.PropertyRequestResource
 
GetNavPropertyCommandContext - Interface in org.odata4j.producer.command
 
getNavPropertyCount(String, OEntityKey, String, QueryInfo) - Method in class org.odata4j.producer.command.CommandProducer
 
getNavPropertyCount(String, OEntityKey, String, QueryInfo) - Method in class org.odata4j.producer.edm.MetadataProducer
 
getNavPropertyCount(String, OEntityKey, String, QueryInfo) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getNavPropertyCount(String, OEntityKey, String, QueryInfo) - Method in class org.odata4j.producer.jpa.JPAProducer
 
getNavPropertyCount(String, OEntityKey, String, QueryInfo) - Method in interface org.odata4j.producer.ODataProducer
Given a specific entity, follow one of its navigation properties, applying constraints as appropriate.
getNavPropertyCount(String, OEntityKey, String, QueryInfo) - Method in class org.odata4j.producer.ODataProducerDelegate
 
GetNavPropertyCountCommandContext - Interface in org.odata4j.producer.command
 
getNavPropName() - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext
 
getNComponents() - Method in class org.odata4j.producer.PropertyPath
 
getNewTargetEntity() - Method in interface org.odata4j.producer.command.UpdateLinkCommandContext
 
getNext() - Method in interface org.odata4j.format.Feed
 
getNext() - Method in class org.odata4j.format.xml.AtomFeedFormatParser.AtomFeed
 
getNthComponent(int) - Method in class org.odata4j.producer.PropertyPath
 
getObject() - Method in interface org.odata4j.producer.ComplexObjectResponse
 
getOEntity() - Method in class org.odata4j.producer.jpa.JPAContext.ContextEntity
 
getOError() - Method in exception org.odata4j.exceptions.ODataProducerException
Gets the OData error message.
getOldTargetEntityKey() - Method in interface org.odata4j.producer.command.UpdateLinkCommandContext
 
getOrCreateColumn(String, String, String) - Method in class org.odata4j.producer.jdbc.JdbcModel
 
getOrCreateSchema(String) - Method in class org.odata4j.producer.jdbc.JdbcModel
 
getOrCreateTable(String, String) - Method in class org.odata4j.producer.jdbc.JdbcModel
 
getOtherEntity() - Method in class org.odata4j.producer.jpa.JPAContext
 
getOutputStreamForMediaLinkEntryCreate(OEntity, String, QueryInfo) - Method in interface org.odata4j.producer.OMediaLinkExtension
Gets an OutputStream for the purpose of creating a media resource.
getOutputStreamForMediaLinkEntryUpdate(OEntity, String, QueryInfo) - Method in interface org.odata4j.producer.OMediaLinkExtension
Gets an OutputStream for the purpose of updating an existing media resource.
getParameters() - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
getParameters() - Method in class org.odata4j.edm.EdmFunctionImport
 
getParams() - Method in interface org.odata4j.producer.command.CallFunctionCommandContext
 
getParser(Class<T>, FormatType, Settings) - Static method in class org.odata4j.format.FormatParserFactory
 
getParser(Class<T>, MediaType, Settings) - Static method in class org.odata4j.format.FormatParserFactory
 
getPath() - Method in class org.odata4j.producer.PropertyPath
 
getPathHelper() - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext
 
getPayload() - Method in class org.odata4j.consumer.ODataClientRequest
Gets the normalized OData payload.
getPostCommands(Class<TContext>) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
getPrecision() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getPrecision() - Method in class org.odata4j.edm.EdmProperty
 
getPreCommands(Class<TContext>) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
getPredicate() - Method in interface org.odata4j.expression.AggregateBoolFunction
 
getPrefix() - Method in class org.odata4j.core.PrefixedNamespace
 
getPrefix() - Method in interface org.odata4j.stax2.Namespace2
 
getPrefix() - Method in class org.odata4j.stax2.QName2
 
getPrimaryKeyName() - Method in class org.odata4j.producer.jpa.JPQLGenerator
 
getProperties() - Method in interface org.odata4j.core.OStructuralObject
Gets all properties of this instance.
getProperties() - Method in class org.odata4j.edm.EdmStructuralType
Gets the properties defined for this structural type including inherited properties.
getProperties(MetadataProducer.Context) - Method in class org.odata4j.producer.edm.MetadataProducer
 
getProperties(String, ManagedType<?>) - Method in class org.odata4j.producer.jpa.JPAEdmGenerator
 
getProperty(String) - Method in interface org.odata4j.core.OStructuralObject
Gets a property by name.
getProperty(String, Class<T>) - Method in interface org.odata4j.core.OStructuralObject
Gets a property by name as a strongly-typed OProperty.
getProperty() - Method in interface org.odata4j.producer.PropertyResponse
Gets the property value.
getPropertyFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.AtomWriters
 
getPropertyFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.JsonWriters
 
getPropertyInfo(SingularAttribute<?, ?>, EdmType) - Static method in class org.odata4j.producer.jpa.eclipselink.EclipseLink
 
getPropertyModel() - Method in class org.odata4j.producer.inmemory.InMemoryComplexTypeInfo
 
getPropertyModel() - Method in class org.odata4j.producer.inmemory.InMemoryEntityInfo
 
getPropertyName() - Method in interface org.odata4j.expression.EntitySimpleProperty
 
getPropertyName(String) - Method in class org.odata4j.producer.jdbc.JdbcModelToMetadata
 
getPropertyNames() - Method in class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
getPropertyNames() - Method in class org.odata4j.producer.inmemory.BeanModel
Returns the list of all properties identified on this class.
getPropertyNames() - Method in class org.odata4j.producer.inmemory.EntityIdFunctionPropertyModelDelegate
 
getPropertyNames() - Method in interface org.odata4j.producer.inmemory.PropertyModel
gets the names of all properties defined by the model
getPropertyNames() - Method in class org.odata4j.producer.inmemory.PropertyModelDelegate
 
getPropertyType(String) - Method in class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
getPropertyType(String) - Method in class org.odata4j.producer.inmemory.BeanModel
Discovers the type of a property.
getPropertyType(String) - Method in class org.odata4j.producer.inmemory.EntityIdFunctionPropertyModelDelegate
 
getPropertyType(String) - Method in class org.odata4j.producer.inmemory.EnumsAsStringsPropertyModelDelegate
 
getPropertyType(String) - Method in interface org.odata4j.producer.inmemory.PropertyModel
 
getPropertyType(String) - Method in class org.odata4j.producer.inmemory.PropertyModelDelegate
 
getPropertyValue(Object, String) - Method in class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
getPropertyValue(Object, String) - Method in class org.odata4j.producer.inmemory.BeanModel
Interrogates an instance of the target class and discovers the value of a given property.
getPropertyValue(Object, String) - Method in class org.odata4j.producer.inmemory.EntityIdFunctionPropertyModelDelegate
 
getPropertyValue(Object, String) - Method in class org.odata4j.producer.inmemory.EnumsAsStringsPropertyModelDelegate
 
getPropertyValue(Object, String) - Method in interface org.odata4j.producer.inmemory.PropertyModel
 
getPropertyValue(Object, String) - Method in class org.odata4j.producer.inmemory.PropertyModelDelegate
 
getQueryInfo() - Method in interface org.odata4j.producer.command.CallFunctionCommandContext
 
getQueryInfo() - Method in interface org.odata4j.producer.command.GetEntitiesCommandContext
 
getQueryInfo() - Method in interface org.odata4j.producer.command.GetEntitiesCountCommandContext
 
getQueryInfo() - Method in interface org.odata4j.producer.command.GetEntityCommandContext
 
getQueryInfo() - Method in interface org.odata4j.producer.command.GetNavPropertyCommandContext
 
getQueryInfo() - Method in interface org.odata4j.producer.command.GetNavPropertyCountCommandContext
 
getQueryInfo() - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext
 
getQueryInfo() - Method in class org.odata4j.producer.jpa.JPAContext
 
getQueryParams() - Method in class org.odata4j.consumer.ODataClientRequest
Gets the request query parameters.
getRelatedEntities() - Method in interface org.odata4j.core.OLink
Gets the inlined referents.
getRelatedEntities() - Method in interface org.odata4j.core.ORelatedEntitiesLinkInline
Gets the inlined referents.
getRelatedEntity() - Method in interface org.odata4j.core.OLink
Gets the inlined referent.
getRelatedEntity() - Method in interface org.odata4j.core.ORelatedEntityLinkInline
Gets the inlined referent.
getRelatedPojos(EdmNavigationProperty, Object, InMemoryEntityInfo<?>) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getRelation() - Method in interface org.odata4j.core.OLink
Gets the link relation.
getRelationship() - Method in class org.odata4j.edm.EdmNavigationProperty
 
getRelationshipName() - Method in class org.odata4j.edm.EdmNavigationProperty.Builder
 
getReplace() - Method in interface org.odata4j.expression.ReplaceMethodCallExpression
 
getRequestEntity(HttpHeaders, UriInfo, String, EdmDataServices, String, OEntityKey) - Method in class org.odata4j.producer.resources.BaseResource
 
getRequestEntity(HttpHeaders, UriInfo, InputStream, EdmDataServices, String, OEntityKey) - Method in class org.odata4j.producer.resources.BaseResource
 
getRequestEntryFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.AtomWriters
 
getRequestEntryFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.JsonWriters
 
getRequestType() - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext
 
getResponse() - Method in class org.odata4j.producer.jpa.JPAContext
 
getResult() - Method in interface org.odata4j.producer.command.ProducerCommandContext
 
getResult() - Method in class org.odata4j.producer.jpa.JPAContext
 
getReturnType() - Method in class org.odata4j.edm.EdmFunctionImport
 
getReturnTypeName() - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
getRHS() - Method in interface org.odata4j.expression.BinaryBoolCommonExpression
 
getRHS() - Method in interface org.odata4j.expression.BinaryCommonExpression
 
getRHS() - Method in interface org.odata4j.expression.ConcatMethodCallExpression
 
getRole() - Method in class org.odata4j.edm.EdmAssociationEnd.Builder
 
getRole() - Method in class org.odata4j.edm.EdmAssociationEnd
 
getRole() - Method in class org.odata4j.edm.EdmAssociationSetEnd
 
getRoleName() - Method in class org.odata4j.edm.EdmAssociationSetEnd.Builder
 
getScale() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getScale() - Method in class org.odata4j.edm.EdmProperty
 
getSchema(MetadataProducer.Context, EdmSchema) - Method in class org.odata4j.producer.edm.MetadataProducer
 
getSchemas() - Method in class org.odata4j.edm.EdmDataServices.Builder
 
getSchemas() - Method in class org.odata4j.edm.EdmDataServices
 
getSchemas() - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
getSchemas(MetadataProducer.Context) - Method in class org.odata4j.producer.edm.MetadataProducer
 
getSegments() - Method in class org.odata4j.consumer.AbstractConsumerEntityRequest
 
getSegments() - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
getServiceDocument(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String) - Method in class org.odata4j.producer.resources.ServiceDocumentResource
 
getServiceDocumentFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.AtomWriters
 
getServiceDocumentFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.JsonWriters
 
getServiceRootUri() - Method in class org.odata4j.consumer.AbstractConsumerEntityRequest
 
getServiceRootUri() - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
getServiceRootUri() - Method in class org.odata4j.consumer.AbstractODataConsumer
 
getServiceRootUri() - Method in interface org.odata4j.consumer.ODataConsumer
Gets the OData service uri.
getSimple(String) - Static method in class org.odata4j.edm.EdmType
Gets an edm-type for a given type name.
getSimpleFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.AtomWriters
 
getSimpleFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.JsonWriters
 
getSimpleNavProperty() - Method in class org.odata4j.producer.resources.EntityRequestResource
 
getSimpleObjectFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.AtomParsers
 
getSimpleObjectFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.JsonParsers
 
getSingleLinkFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.AtomParsers
 
getSingleLinkFormatParser(Settings) - Method in class org.odata4j.format.FormatParserFactory.JsonParsers
 
getSingleLinkFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.AtomWriters
 
getSingleLinkFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.JsonWriters
 
getSingleLinksFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.AtomWriters
 
getSingleLinksFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.JsonWriters
 
getSkipToken() - Method in interface org.odata4j.producer.CollectionResponse
Gets the continuation token to use on a subsequent request, if applicable.
getSkipToken() - Method in interface org.odata4j.producer.EntitiesResponse
Gets the continuation token to use on a subsequent request, if applicable.
getSource() - Method in interface org.odata4j.expression.AggregateBoolFunction
 
getSourceEntity() - Method in interface org.odata4j.producer.command.CreateLinkCommandContext
 
getSourceEntity() - Method in interface org.odata4j.producer.command.DeleteLinkCommandContext
 
getSourceEntity() - Method in interface org.odata4j.producer.command.GetLinksCommandContext
 
getSourceEntity() - Method in interface org.odata4j.producer.command.UpdateLinkCommandContext
 
getStart() - Method in interface org.odata4j.expression.SubstringMethodCallExpression
 
getStatusCode() - Method in class org.odata4j.exceptions.BadRequestException.Factory
 
getStatusCode() - Method in interface org.odata4j.exceptions.ExceptionFactory
Gets the status code this factory creates exception instances for.
getStatusCode() - Method in class org.odata4j.exceptions.ForbiddenException.Factory
 
getStatusCode() - Method in class org.odata4j.exceptions.MethodNotAllowedException.Factory
 
getStatusCode() - Method in class org.odata4j.exceptions.NotAcceptableException.Factory
 
getStatusCode() - Method in class org.odata4j.exceptions.NotAuthorizedException.Factory
 
getStatusCode() - Method in class org.odata4j.exceptions.NotFoundException.Factory
 
getStatusCode() - Method in class org.odata4j.exceptions.NotImplementedException.Factory
 
getStatusCode() - Method in class org.odata4j.exceptions.ServerErrorException.Factory
 
getStatusCode() - Method in class org.odata4j.exceptions.UnsupportedMediaTypeException.Factory
 
getStoreGeneratedPattern() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getStoreGeneratedPattern() - Method in class org.odata4j.edm.EdmProperty
 
getStreamResponse(ODataProducer, EdmEntitySet, String, EntityQueryInfo) - Method in class org.odata4j.producer.resources.ValueRequestResource
 
getStructuralTypes() - Method in class org.odata4j.edm.EdmDataServices
 
getStructuralTypes() - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
getSubTypes(EdmStructuralType) - Method in class org.odata4j.edm.EdmDataServices
 
getSubTypes(EdmStructuralType) - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
getSummary() - Method in class org.odata4j.edm.EdmDocumentation
A brief description of the parent element.
getSuperClass() - Method in class org.odata4j.producer.inmemory.InMemoryEntityInfo
 
getSuperClassModel() - Method in class org.odata4j.producer.inmemory.BeanModel
Returns the BeanModel for the superclass of this.beanClass
getSymbolString() - Method in enum org.odata4j.edm.EdmMultiplicity
 
getTable(String, String) - Method in class org.odata4j.producer.jdbc.JdbcModel
 
getTableAlias() - Method in class org.odata4j.producer.jpa.JPQLGenerator
 
getTarget() - Method in interface org.odata4j.expression.BoolMethodExpression
 
getTarget() - Method in interface org.odata4j.expression.CeilingMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.DayMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.FloorMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.HourMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.IndexOfMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.LengthMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.MinuteMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.MonthMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.ReplaceMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.RoundMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.SecondMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.SubstringMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.ToLowerMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.ToUpperMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.TrimMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.YearMethodCallExpression
 
getTargetEntity() - Method in interface org.odata4j.producer.command.CreateLinkCommandContext
 
getTargetEntityKey() - Method in interface org.odata4j.producer.command.DeleteLinkCommandContext
 
getTargetNavProp() - Method in interface org.odata4j.producer.command.CreateLinkCommandContext
 
getTargetNavProp() - Method in interface org.odata4j.producer.command.DeleteLinkCommandContext
 
getTargetNavProp() - Method in interface org.odata4j.producer.command.GetLinksCommandContext
 
getTargetNavProp() - Method in interface org.odata4j.producer.command.UpdateLinkCommandContext
 
getTemporalType(SingularAttribute<?, ?>) - Method in class org.odata4j.producer.jpa.JPAEdmGenerator
 
getTextContent(Element) - Static method in class org.odata4j.internal.AndroidCompat
 
getTitle() - Method in interface org.odata4j.core.AtomInfo
Gets the Atom title.
getTitle() - Method in interface org.odata4j.core.OLink
Gets the link title.
getTitle() - Method in interface org.odata4j.core.Titled
Gets the title.
getTitle() - Method in class org.odata4j.format.xml.AtomCollectionInfo
 
getTitle() - Method in class org.odata4j.format.xml.AtomWorkspaceInfo
 
getToRole() - Method in class org.odata4j.edm.EdmNavigationProperty
 
getToRoleName() - Method in class org.odata4j.edm.EdmNavigationProperty.Builder
 
getType() - Method in interface org.odata4j.core.OComplexObject.Builder
 
getType() - Method in interface org.odata4j.core.OFunctionParameter
Gets the edm-type for this property.
getType() - Method in interface org.odata4j.core.OObject
Gets the edm type of this object
getType() - Method in interface org.odata4j.core.OProperty
Gets the edm-type for this property.
getType() - Method in interface org.odata4j.core.OSimpleObject
Gets the edm type, which will be an edm simple type
getType() - Method in class org.odata4j.edm.EdmAssociationEnd.Builder
 
getType() - Method in class org.odata4j.edm.EdmAssociationEnd
 
getType() - Method in class org.odata4j.edm.EdmEntitySet
The entity type for which the entity set contains instances.
getType() - Method in class org.odata4j.edm.EdmFunctionParameter
 
getType() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getType() - Method in class org.odata4j.edm.EdmProperty
 
getType() - Method in interface org.odata4j.expression.CastExpression
 
getType() - Method in interface org.odata4j.expression.IsofExpression
 
getType() - Method in interface org.odata4j.producer.jpa.PropertyResult
 
getType() - Method in interface org.odata4j.producer.SimpleResponse
Gets the type of the value
getTypeName() - Method in class org.odata4j.edm.EdmAssociationEnd.Builder
 
getTypeName() - Method in class org.odata4j.producer.inmemory.InMemoryComplexTypeInfo
 
getTypeSafeEntityKey() - Method in class org.odata4j.producer.jpa.JPAContext.ContextEntity
 
getUnicode() - Method in class org.odata4j.edm.EdmProperty.Builder
 
getUnicode() - Method in class org.odata4j.edm.EdmProperty
 
getUnregisteredEntityInfo(Class<?>, InMemoryEntityInfo<?>) - Method in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
getUri() - Method in class org.odata4j.core.PrefixedNamespace
 
getUri() - Method in interface org.odata4j.format.Entry
 
getUri() - Method in interface org.odata4j.format.SingleLink
 
getUri() - Method in class org.odata4j.producer.resources.BatchBodyPart
 
getUriInfo() - Method in class org.odata4j.producer.resources.BatchBodyPart
 
getUrl() - Method in class org.odata4j.consumer.ODataClientRequest
Gets the request url.
getUrl() - Method in class org.odata4j.format.xml.AtomCollectionInfo
 
getValue() - Method in class org.odata4j.core.GenericAnnotation
 
getValue() - Method in interface org.odata4j.core.NamedValue
Gets the value.
getValue() - Method in interface org.odata4j.core.OSimpleObject
Gets the value.
getValue() - Method in interface org.odata4j.expression.BinaryLiteral
 
getValue() - Method in interface org.odata4j.expression.BooleanLiteral
 
getValue() - Method in interface org.odata4j.expression.BoolMethodExpression
 
getValue() - Method in interface org.odata4j.expression.ByteLiteral
 
getValue() - Method in interface org.odata4j.expression.DateTimeLiteral
 
getValue() - Method in interface org.odata4j.expression.DateTimeOffsetLiteral
 
getValue() - Method in interface org.odata4j.expression.DecimalLiteral
 
getValue() - Method in interface org.odata4j.expression.DoubleLiteral
 
getValue() - Method in interface org.odata4j.expression.GuidLiteral
 
getValue() - Method in interface org.odata4j.expression.IndexOfMethodCallExpression
 
getValue() - Method in interface org.odata4j.expression.Int64Literal
 
getValue() - Method in interface org.odata4j.expression.IntegralLiteral
 
getValue() - Method in interface org.odata4j.expression.SByteLiteral
 
getValue() - Method in interface org.odata4j.expression.SingleLiteral
 
getValue() - Method in interface org.odata4j.expression.StringLiteral
 
getValue() - Method in interface org.odata4j.expression.TimeLiteral
 
getValue(JsonStreamReaderFactory.JsonStreamReader.JsonEvent, EdmEntitySet, String, JsonStreamReaderFactory.JsonStreamReader, JsonFeedFormatParser.JsonEntry) - Method in class org.odata4j.format.json.JsonFormatParser
 
getValue() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonEndPropertyEvent
 
getValue() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonValueEvent
 
getValue() - Method in interface org.odata4j.producer.jpa.PropertyResult
 
getValue() - Method in class org.odata4j.producer.resources.EntityRequestResource
 
getValue() - Method in interface org.odata4j.producer.SimpleResponse
Gets the value.
getValue() - Method in interface org.odata4j.stax2.Attribute2
 
getValue() - Method in class org.odata4j.stax2.util.InMemoryAttribute2
 
getValueDisplayString(Object) - Static method in class org.odata4j.core.OSimpleObjects
Returns a human-readable string value for a given object.
getValueTokenType() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonEndPropertyEvent
 
getValueType() - Method in class org.odata4j.core.GenericAnnotation
 
getValueType() - Method in interface org.odata4j.core.NamespacedAnnotation
Gets the java-type of the annotation value.
getVariable() - Method in interface org.odata4j.expression.AggregateBoolFunction
 
getVersion() - Method in class org.odata4j.edm.EdmDataServices
 
getVersion() - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
gt(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
GtExpression - Interface in org.odata4j.expression
 
Guid - Class in org.odata4j.core
A custom Guid class is necessary to interop with .net Guid strings incompatible with UUID.
guid(String, String) - Static method in class org.odata4j.core.OProperties
Creates a new Guid-valued OData property with EdmSimpleType.GUID
guid(String, Guid) - Static method in class org.odata4j.core.OProperties
Creates a new Guid-valued OData property with EdmSimpleType.GUID
GUID - Static variable in class org.odata4j.edm.EdmSimpleType
 
guid(Guid) - Static method in class org.odata4j.expression.Expression
 
GuidLiteral - Interface in org.odata4j.expression
 

H

hashCode() - Method in class org.odata4j.core.Guid
 
hashCode() - Method in class org.odata4j.core.ImmutableList
 
hashCode() - Method in class org.odata4j.core.OEntityKey
 
hashCode() - Method in class org.odata4j.core.UnsignedByte
 
hashCode() - Method in class org.odata4j.edm.EdmType
 
hashCode() - Method in class org.odata4j.producer.PropertyPath
 
hashCode() - Method in class org.odata4j.producer.RecursivePropertyPath
 
hashCode() - Method in class org.odata4j.stax2.QName2
 
hasNext() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader
 
hasNext() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamTokenizer
 
hasNext() - Method in interface org.odata4j.stax2.XMLEventReader2
 
header(String, String) - Method in class org.odata4j.consumer.ODataClientRequest
Sets an http request header.
HeaderMap - Class in org.odata4j.producer.resources
A MultivaluedMap with String keys and values backed by a HashMap.
HeaderMap() - Constructor for class org.odata4j.producer.resources.HeaderMap
 
Hex - Class in org.odata4j.repack.org.apache.commons.codec.binary
Hex encoder and decoder.
Hex() - Constructor for class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Creates a new codec with the default charset name Hex.DEFAULT_CHARSET_NAME
Hex(String) - Constructor for class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Creates a new codec with the given charset name.
hour(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
HourMethodCallExpression - Interface in org.odata4j.expression
 
HsqlAddSystemTables - Class in org.odata4j.producer.jdbc
 
HsqlAddSystemTables() - Constructor for class org.odata4j.producer.jdbc.HsqlAddSystemTables
 
httpHeaders - Variable in class org.odata4j.producer.resources.ExceptionMappingProvider
 

I

ID_PROPNAME - Static variable in class org.odata4j.producer.inmemory.InMemoryProducer
 
IF_MATCH - Static variable in class org.odata4j.core.ODataConstants.Headers
 
ifMatch(String) - Method in class org.odata4j.consumer.ConsumerDeleteEntityRequest
 
ifMatch(String) - Method in class org.odata4j.consumer.ConsumerEntityModificationRequest
 
ifMatch(String) - Method in interface org.odata4j.core.OEntityDeleteRequest
Overrides the If-Match precondition.
ifMatch(String) - Method in interface org.odata4j.core.OModifyRequest
Overrides the If-Match precondition.
ImmutableList<T> - Class in org.odata4j.core
A List implementation whose structure is immutable after construction.
ImmutableMap<K,V> - Class in org.odata4j.core
A Map implementation whose structure is immutable after construction.
ImmutableMap.Builder<K,V> - Class in org.odata4j.core
Mutable builder for ImmutableMap objects.
ImmutableMap.Builder() - Constructor for class org.odata4j.core.ImmutableMap.Builder
 
indexOf(Object) - Method in class org.odata4j.core.ImmutableList
 
indexOf(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
IndexOfMethodCallExpression - Interface in org.odata4j.expression
 
infer(EdmEntitySet, List<OProperty<?>>) - Static method in class org.odata4j.core.OEntityKey
Creates an entity-key using key information from the given entity-set and values from the given property list.
initCommandChains() - Method in class org.odata4j.producer.jpa.JPAProducer
 
initHttpContext(HttpContext) - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
inline(T, String, OEntity...) - Method in class org.odata4j.consumer.AbstractConsumerEntityPayloadRequest
 
inline(String, OEntity...) - Method in class org.odata4j.consumer.ConsumerCreateEntityRequest
 
inline(String, Iterable<OEntity>) - Method in class org.odata4j.consumer.ConsumerCreateEntityRequest
 
inline(String, OEntity...) - Method in interface org.odata4j.core.OCreateRequest
Create related entities inline as part of a single request.
inline(String, Iterable<OEntity>) - Method in interface org.odata4j.core.OCreateRequest
Create related entities inline as part of a single request.
InlineCount - Enum in org.odata4j.producer
NONE or ALLPAGES
inlineCount - Variable in class org.odata4j.producer.QueryInfo
The $inlinecount value, if present.
InMemoryAttribute2 - Class in org.odata4j.stax2.util
 
InMemoryAttribute2(QName2, String) - Constructor for class org.odata4j.stax2.util.InMemoryAttribute2
 
InMemoryAttributes - Class in org.odata4j.stax2.util
 
InMemoryAttributes() - Constructor for class org.odata4j.stax2.util.InMemoryAttributes
 
InMemoryComplexTypeInfo<TEntity> - Class in org.odata4j.producer.inmemory
information about a POJO-based complex type.
InMemoryComplexTypeInfo() - Constructor for class org.odata4j.producer.inmemory.InMemoryComplexTypeInfo
 
InMemoryEdmGenerator - Class in org.odata4j.producer.inmemory
 
InMemoryEdmGenerator(String, String, InMemoryTypeMapping, String, Map<String, InMemoryEntityInfo<?>>, Map<String, InMemoryComplexTypeInfo<?>>) - Constructor for class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
InMemoryEdmGenerator(String, String, InMemoryTypeMapping, String, Map<String, InMemoryEntityInfo<?>>, Map<String, InMemoryComplexTypeInfo<?>>, boolean) - Constructor for class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 
InMemoryEntityInfo<TEntity> - Class in org.odata4j.producer.inmemory
 
InMemoryEntityInfo() - Constructor for class org.odata4j.producer.inmemory.InMemoryEntityInfo
 
InMemoryEvaluation - Class in org.odata4j.producer.inmemory
 
InMemoryEvaluation() - Constructor for class org.odata4j.producer.inmemory.InMemoryEvaluation
 
InMemoryProducer - Class in org.odata4j.producer.inmemory
An in-memory implementation of an ODATA Producer.
InMemoryProducer(String) - Constructor for class org.odata4j.producer.inmemory.InMemoryProducer
Creates a new instance of an in-memory POJO producer.
InMemoryProducer(String, int) - Constructor for class org.odata4j.producer.inmemory.InMemoryProducer
Creates a new instance of an in-memory POJO producer.
InMemoryProducer(String, String, int, EdmDecorator, InMemoryTypeMapping) - Constructor for class org.odata4j.producer.inmemory.InMemoryProducer
Creates a new instance of an in-memory POJO producer.
InMemoryProducer(String, String, int, EdmDecorator, InMemoryTypeMapping, boolean) - Constructor for class org.odata4j.producer.inmemory.InMemoryProducer
 
InMemoryProducer.RequestContext - Class in org.odata4j.producer.inmemory
 
InMemoryProducer.RequestContext.Builder - Class in org.odata4j.producer.inmemory
 
InMemoryProducer.RequestContext.Builder() - Constructor for class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext.Builder
 
InMemoryProducer.RequestContext.RequestType - Enum in org.odata4j.producer.inmemory
 
InMemoryTypeMapping - Class in org.odata4j.producer.inmemory
 
InMemoryTypeMapping() - Constructor for class org.odata4j.producer.inmemory.InMemoryTypeMapping
 
InMemoryXMLEvent2 - Class in org.odata4j.stax2.util
 
InMemoryXMLEvent2(StartElement2, EndElement2, Characters2) - Constructor for class org.odata4j.stax2.util.InMemoryXMLEvent2
 
innerError() - Method in exception org.odata4j.exceptions.ODataProducerException
Returns the inner error that is put into the OError object created during construction of this exception.
innerXml(XMLEvent2, XMLEventReader2) - Static method in class org.odata4j.stax2.util.StaxUtil
 
innerXml(XMLEvent2, XMLEventReader2, XMLWriter2) - Static method in class org.odata4j.stax2.util.StaxUtil
 
input(String, EdmType) - Method in class org.odata4j.edm.EdmFunctionParameter.Builder
 
insert(Class<TContext>, Command<?>) - Method in class org.odata4j.producer.jdbc.JdbcProducer.Builder
 
INSTANCE - Static variable in class org.odata4j.jersey.consumer.DefaultJerseyClientFactory
 
int16(String, Short) - Static method in class org.odata4j.core.OProperties
Creates a new short-valued OData property with EdmSimpleType.INT16
INT16 - Static variable in class org.odata4j.edm.EdmSimpleType
 
int32(String, Integer) - Static method in class org.odata4j.core.OProperties
Creates a new integer-valued OData property with EdmSimpleType.INT32
INT32 - Static variable in class org.odata4j.edm.EdmSimpleType
 
int64(String, Long) - Static method in class org.odata4j.core.OProperties
Creates a new long-valued OData property with EdmSimpleType.INT64
INT64 - Static variable in class org.odata4j.edm.EdmSimpleType
 
int64(long) - Static method in class org.odata4j.expression.Expression
 
Int64Literal - Interface in org.odata4j.expression
 
integral(int) - Static method in class org.odata4j.expression.Expression
 
IntegralLiteral - Interface in org.odata4j.expression
 
InternalUtil - Class in org.odata4j.internal
 
InternalUtil() - Constructor for class org.odata4j.internal.InternalUtil
 
intValue() - Method in class org.odata4j.core.UnsignedByte
 
invoke(Object, Method, Object[]) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackendInvocationHandler
 
isAbstract - Variable in class org.odata4j.edm.EdmStructuralType.Builder
 
isArrayByteBase64(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
isBase64(byte) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Returns whether or not the octet is in the base 64 alphabet.
isCharacters() - Method in class org.odata4j.stax2.util.InMemoryXMLEvent2
 
isCharacters() - Method in interface org.odata4j.stax2.XMLEvent2
 
isCollection() - Method in interface org.odata4j.core.OLink
Returns true if this OLink represents a collection of related entities, false if it is a single entity link.
isCollection() - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
isDefault() - Method in class org.odata4j.edm.EdmEntityContainer
 
isDefault - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcSchema
 
isDefaultNamespaceDeclaration() - Method in interface org.odata4j.stax2.Namespace2
 
isEmpty() - Method in class org.odata4j.core.ImmutableList
 
isEmpty() - Method in class org.odata4j.core.ImmutableMap
 
isEmpty() - Method in class org.odata4j.producer.PropertyPath
 
isEndArray() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonEvent
 
isEndElement(XMLEvent2, QName2) - Static method in class org.odata4j.format.xml.XmlFormatParser
 
isEndElement() - Method in class org.odata4j.stax2.util.InMemoryXMLEvent2
 
isEndElement() - Method in interface org.odata4j.stax2.XMLEvent2
 
isEndObject() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonEvent
 
isEndProperty() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonEvent
 
isExpanded(String) - Method in class org.odata4j.producer.PropertyPathHelper
 
isExpandedExplicit(String) - Method in class org.odata4j.producer.PropertyPathHelper
determines if the given navigation property is expanded on the current navigation path
isExpandedRecursive(String) - Method in class org.odata4j.producer.PropertyPathHelper
 
isExtensionNamespace(String) - Method in class org.odata4j.format.xml.EdmxFormatParser
 
isInline() - Method in interface org.odata4j.core.OLink
Returns true if this OLink represents inlined content, false otherwise.
isNullable() - Method in class org.odata4j.edm.EdmFunctionParameter
 
isNullable() - Method in class org.odata4j.edm.EdmProperty.Builder
 
isNullable() - Method in class org.odata4j.edm.EdmProperty
 
isNullable - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcColumn
 
ISO_8859_1 - Static variable in class org.odata4j.core.ODataConstants.Charsets.Lower
 
ISO_8859_1 - Static variable in class org.odata4j.core.ODataConstants.Charsets.Upper
 
ISO_8859_1 - Static variable in class org.odata4j.repack.org.apache.commons.codec.CharEncoding
CharEncodingISO Latin Alphabet No.
ISO_8859_15 - Static variable in class org.odata4j.core.ODataConstants.Charsets.Lower
 
ISO_8859_15 - Static variable in class org.odata4j.core.ODataConstants.Charsets.Upper
 
isof(String) - Static method in class org.odata4j.expression.Expression
 
isof(CommonExpression, String) - Static method in class org.odata4j.expression.Expression
 
IsofExpression - Interface in org.odata4j.expression
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.odata4j.jersey.internal.StringProvider2
 
isReadable() - Method in class org.odata4j.producer.jpa.JPAMember
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.odata4j.producer.resources.ODataBatchProvider
 
isRecursive() - Method in class org.odata4j.producer.PropertyPathHelper
 
isResponse - Variable in class org.odata4j.format.json.JsonFormatParser
 
isResponse - Variable in class org.odata4j.format.Settings
 
isRootType() - Method in class org.odata4j.edm.EdmStructuralType
 
isSelected(String) - Method in class org.odata4j.producer.PropertyPathHelper
Determines if the given property is selected on the current navigation path.
isSelectionLimited() - Method in class org.odata4j.producer.PropertyPathHelper
Returns true if the $select contains any limiting items on the current navPath.
isSelectionLimitedRecursive() - Method in class org.odata4j.producer.PropertyPathHelper
 
isSimple() - Method in class org.odata4j.edm.EdmNonSimpleType
 
isSimple() - Method in class org.odata4j.edm.EdmSimpleType
 
isSimple() - Method in class org.odata4j.edm.EdmType
 
isStartArray() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonEvent
 
isStartElement(XMLEvent2, QName2...) - Static method in class org.odata4j.format.xml.XmlFormatParser
 
isStartElement() - Method in class org.odata4j.stax2.util.InMemoryXMLEvent2
 
isStartElement() - Method in interface org.odata4j.stax2.XMLEvent2
 
isStartObject() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonEvent
 
isStartProperty() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonEvent
 
isUnlimited() - Method in class org.odata4j.producer.RecursivePropertyPath
 
isUrlSafe() - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Base64
Returns our current encode mode.
isValidAtDepth(int) - Method in class org.odata4j.producer.RecursivePropertyPath
 
isValue() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader.JsonEvent
 
isVersionGreaterThan(ODataVersion, ODataVersion) - Static method in enum org.odata4j.core.ODataVersion
Returns true if the version v is greater than the target version
isVersionGreaterThanOrEqualTo(ODataVersion, ODataVersion) - Static method in enum org.odata4j.core.ODataVersion
Returns true if the version v is greater than or equal to the target version
isWild() - Method in class org.odata4j.producer.PropertyPath
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.odata4j.jersey.internal.StringProvider2
 
isWriteable() - Method in class org.odata4j.producer.jpa.JPAMember
 
iterator() - Method in class org.odata4j.core.ImmutableList
 
iterator() - Method in class org.odata4j.format.SingleLinks
 

J

Jdbc - Class in org.odata4j.producer.jdbc
 
Jdbc(String, String, String, String) - Constructor for class org.odata4j.producer.jdbc.Jdbc
 
jdbc(Jdbc) - Method in class org.odata4j.producer.jdbc.JdbcProducer.Builder
 
JdbcBaseCommand - Class in org.odata4j.producer.jdbc
 
JdbcBaseCommand() - Constructor for class org.odata4j.producer.jdbc.JdbcBaseCommand
 
JdbcCreateEntityCommand - Class in org.odata4j.producer.jdbc
 
JdbcCreateEntityCommand() - Constructor for class org.odata4j.producer.jdbc.JdbcCreateEntityCommand
 
JdbcDeleteEntityCommand - Class in org.odata4j.producer.jdbc
 
JdbcDeleteEntityCommand() - Constructor for class org.odata4j.producer.jdbc.JdbcDeleteEntityCommand
 
JdbcGetEntitiesCommand - Class in org.odata4j.producer.jdbc
 
JdbcGetEntitiesCommand() - Constructor for class org.odata4j.producer.jdbc.JdbcGetEntitiesCommand
 
JdbcGetEntityCommand - Class in org.odata4j.producer.jdbc
 
JdbcGetEntityCommand() - Constructor for class org.odata4j.producer.jdbc.JdbcGetEntityCommand
 
JdbcGetMetadataCommand - Class in org.odata4j.producer.jdbc
 
JdbcGetMetadataCommand() - Constructor for class org.odata4j.producer.jdbc.JdbcGetMetadataCommand
 
JdbcMetadataMapping - Class in org.odata4j.producer.jdbc
 
JdbcMetadataMapping(EdmDataServices, JdbcModel, Map<EdmEntitySet, JdbcModel.JdbcTable>, Map<EdmProperty, JdbcModel.JdbcColumn>) - Constructor for class org.odata4j.producer.jdbc.JdbcMetadataMapping
 
JdbcModel - Class in org.odata4j.producer.jdbc
 
JdbcModel() - Constructor for class org.odata4j.producer.jdbc.JdbcModel
 
JdbcModel.JdbcColumn - Class in org.odata4j.producer.jdbc
 
JdbcModel.JdbcColumn() - Constructor for class org.odata4j.producer.jdbc.JdbcModel.JdbcColumn
 
JdbcModel.JdbcPrimaryKey - Class in org.odata4j.producer.jdbc
 
JdbcModel.JdbcPrimaryKey() - Constructor for class org.odata4j.producer.jdbc.JdbcModel.JdbcPrimaryKey
 
JdbcModel.JdbcSchema - Class in org.odata4j.producer.jdbc
 
JdbcModel.JdbcSchema() - Constructor for class org.odata4j.producer.jdbc.JdbcModel.JdbcSchema
 
JdbcModel.JdbcTable - Class in org.odata4j.producer.jdbc
 
JdbcModel.JdbcTable() - Constructor for class org.odata4j.producer.jdbc.JdbcModel.JdbcTable
 
JdbcModelToMetadata - Class in org.odata4j.producer.jdbc
 
JdbcModelToMetadata() - Constructor for class org.odata4j.producer.jdbc.JdbcModelToMetadata
 
JdbcProducer - Class in org.odata4j.producer.jdbc
 
JdbcProducer(JdbcProducerBackend) - Constructor for class org.odata4j.producer.jdbc.JdbcProducer
 
JdbcProducer.Builder - Class in org.odata4j.producer.jdbc
 
JdbcProducer.Builder() - Constructor for class org.odata4j.producer.jdbc.JdbcProducer.Builder
 
JdbcProducerBackend - Class in org.odata4j.producer.jdbc
 
JdbcProducerBackend() - Constructor for class org.odata4j.producer.jdbc.JdbcProducerBackend
 
JdbcProducerBackendInvocationHandler - Class in org.odata4j.producer.jdbc
 
JdbcProducerBackendInvocationHandler(JdbcProducerBackend, Class<?>, Object[]) - Constructor for class org.odata4j.producer.jdbc.JdbcProducerBackendInvocationHandler
 
JdbcProducerCommandContext - Interface in org.odata4j.producer.jdbc
 
JERSEY_CONSUMER_CLASSNAME - Static variable in class org.odata4j.consumer.ODataConsumers
 
JERSEY_CONSUMERIMPL - Static variable in class org.odata4j.consumer.ODataConsumers
 
JerseyClientBehavior - Interface in org.odata4j.jersey.consumer.behaviors
 
JerseyClientFactory - Interface in org.odata4j.jersey.consumer
Client-side extension mechanism - provides a Jersey Client implementation given a configuration.
JerseyClientResponse - Class in org.odata4j.jersey.consumer
 
JerseyClientResponse(ClientResponse) - Constructor for class org.odata4j.jersey.consumer.JerseyClientResponse
 
JPAContext - Class in org.odata4j.producer.jpa
 
JPAContext(EdmDataServices, String, OEntityKey, OEntity) - Constructor for class org.odata4j.producer.jpa.JPAContext
 
JPAContext(EdmDataServices, String, OEntityKey, String, OEntity) - Constructor for class org.odata4j.producer.jpa.JPAContext
 
JPAContext(EdmDataServices, String, QueryInfo) - Constructor for class org.odata4j.producer.jpa.JPAContext
 
JPAContext(EdmDataServices, String, OEntityKey, String, QueryInfo) - Constructor for class org.odata4j.producer.jpa.JPAContext
 
JPAContext.ContextEntity - Class in org.odata4j.producer.jpa
 
JPAContext.ContextEntity(String, OEntityKey, OEntity) - Constructor for class org.odata4j.producer.jpa.JPAContext.ContextEntity
 
JPAContext.EntityAccessor - Class in org.odata4j.producer.jpa
 
JPAContext.EntityAccessor() - Constructor for class org.odata4j.producer.jpa.JPAContext.EntityAccessor
 
JPAEdmGenerator - Class in org.odata4j.producer.jpa
 
JPAEdmGenerator(EntityManagerFactory, String) - Constructor for class org.odata4j.producer.jpa.JPAEdmGenerator
 
JPAMember - Class in org.odata4j.producer.jpa
 
JPAProducer - Class in org.odata4j.producer.jpa
 
JPAProducer(EntityManagerFactory, String, int) - Constructor for class org.odata4j.producer.jpa.JPAProducer
 
JPAProducer(EntityManagerFactory, EdmDataServices, int) - Constructor for class org.odata4j.producer.jpa.JPAProducer
 
JPAProducer(EntityManagerFactory, EdmDataServices, int, EdmDecorator) - Constructor for class org.odata4j.producer.jpa.JPAProducer
 
JPAProducer(EntityManagerFactory, EdmDataServices, int, EdmDecorator, JPAProducerBehavior) - Constructor for class org.odata4j.producer.jpa.JPAProducer
 
JPAProducer.CommandType - Enum in org.odata4j.producer.jpa
 
JPAProducerBehavior - Interface in org.odata4j.producer.jpa
 
JPAProducerFactory - Class in org.odata4j.producer.jpa
 
JPAProducerFactory() - Constructor for class org.odata4j.producer.jpa.JPAProducerFactory
 
JPAResult - Interface in org.odata4j.producer.jpa
 
JPAResults - Class in org.odata4j.producer.jpa
 
JPAResults() - Constructor for class org.odata4j.producer.jpa.JPAResults
 
JPASkipToken - Class in org.odata4j.producer.jpa
 
JPASkipToken() - Constructor for class org.odata4j.producer.jpa.JPASkipToken
 
JPQLGenerator - Class in org.odata4j.producer.jpa
 
JPQLGenerator(String, String) - Constructor for class org.odata4j.producer.jpa.JPQLGenerator
 
JsonCollectionFormatParser - Class in org.odata4j.format.json
Parses an OCollection in JSON format.
JsonCollectionFormatParser(Settings) - Constructor for class org.odata4j.format.json.JsonCollectionFormatParser
 
JsonCollectionFormatParser(EdmCollectionType, EdmDataServices) - Constructor for class org.odata4j.format.json.JsonCollectionFormatParser
 
JsonCollectionFormatWriter - Class in org.odata4j.format.json
Writer for OCollections in JSON
JsonCollectionFormatWriter(String) - Constructor for class org.odata4j.format.json.JsonCollectionFormatWriter
 
JsonComplexObjectFormatParser - Class in org.odata4j.format.json
Parser for OComplexObjects in JSON
JsonComplexObjectFormatParser(Settings) - Constructor for class org.odata4j.format.json.JsonComplexObjectFormatParser
 
JsonComplexObjectFormatParser(EdmComplexType) - Constructor for class org.odata4j.format.json.JsonComplexObjectFormatParser
 
JsonComplexObjectFormatWriter - Class in org.odata4j.format.json
Writer for OComplexObjects in JSON
JsonComplexObjectFormatWriter(String) - Constructor for class org.odata4j.format.json.JsonComplexObjectFormatWriter
 
JsonEntryFormatParser - Class in org.odata4j.format.json
 
JsonEntryFormatParser(Settings) - Constructor for class org.odata4j.format.json.JsonEntryFormatParser
 
JsonEntryFormatWriter - Class in org.odata4j.format.json
 
JsonEntryFormatWriter(String) - Constructor for class org.odata4j.format.json.JsonEntryFormatWriter
 
JsonErrorFormatParser - Class in org.odata4j.format.json
 
JsonErrorFormatParser(Settings) - Constructor for class org.odata4j.format.json.JsonErrorFormatParser
 
JsonErrorFormatWriter - Class in org.odata4j.format.json
 
JsonErrorFormatWriter(String) - Constructor for class org.odata4j.format.json.JsonErrorFormatWriter
 
JsonFeedFormatParser - Class in org.odata4j.format.json
 
JsonFeedFormatParser(Settings) - Constructor for class org.odata4j.format.json.JsonFeedFormatParser
 
JsonFeedFormatWriter - Class in org.odata4j.format.json
Write an RSS Feed in JSON format
JsonFeedFormatWriter(String) - Constructor for class org.odata4j.format.json.JsonFeedFormatWriter
 
JsonFormatParser - Class in org.odata4j.format.json
 
JsonFormatParser(Settings) - Constructor for class org.odata4j.format.json.JsonFormatParser
 
JsonFormatWriter<T> - Class in org.odata4j.format.json
Write content to an output stream in JSON format.
JsonFormatWriter(String) - Constructor for class org.odata4j.format.json.JsonFormatWriter
Creates a new JSON writer.
JsonPropertyFormatWriter - Class in org.odata4j.format.json
 
JsonPropertyFormatWriter(String) - Constructor for class org.odata4j.format.json.JsonPropertyFormatWriter
 
JsonRequestEntryFormatWriter - Class in org.odata4j.format.json
 
JsonRequestEntryFormatWriter(String) - Constructor for class org.odata4j.format.json.JsonRequestEntryFormatWriter
 
JsonServiceDocumentFormatWriter - Class in org.odata4j.format.json
 
JsonServiceDocumentFormatWriter(String) - Constructor for class org.odata4j.format.json.JsonServiceDocumentFormatWriter
 
JsonSimpleFormatWriter - Class in org.odata4j.format.json
write a single value that has an EdmSimpleType type
JsonSimpleFormatWriter(String) - Constructor for class org.odata4j.format.json.JsonSimpleFormatWriter
 
JsonSimpleObjectFormatParser - Class in org.odata4j.format.json
parses a response from a service operation that returns EdmSimpleType
JsonSimpleObjectFormatParser(Settings) - Constructor for class org.odata4j.format.json.JsonSimpleObjectFormatParser
 
JsonSingleLinkFormatParser - Class in org.odata4j.format.json
 
JsonSingleLinkFormatParser(Settings) - Constructor for class org.odata4j.format.json.JsonSingleLinkFormatParser
 
JsonSingleLinkFormatWriter - Class in org.odata4j.format.json
 
JsonSingleLinkFormatWriter(String) - Constructor for class org.odata4j.format.json.JsonSingleLinkFormatWriter
 
JsonSingleLinksFormatWriter - Class in org.odata4j.format.json
 
JsonSingleLinksFormatWriter(String) - Constructor for class org.odata4j.format.json.JsonSingleLinksFormatWriter
 
JsonStreamReaderFactory - Class in org.odata4j.format.json
 
JsonStreamReaderFactory() - Constructor for class org.odata4j.format.json.JsonStreamReaderFactory
 
JsonStreamReaderFactory.JsonParseException - Exception in org.odata4j.format.json
 
JsonStreamReaderFactory.JsonParseException() - Constructor for exception org.odata4j.format.json.JsonStreamReaderFactory.JsonParseException
 
JsonStreamReaderFactory.JsonParseException(String, Throwable) - Constructor for exception org.odata4j.format.json.JsonStreamReaderFactory.JsonParseException
 
JsonStreamReaderFactory.JsonParseException(String) - Constructor for exception org.odata4j.format.json.JsonStreamReaderFactory.JsonParseException
 
JsonStreamReaderFactory.JsonParseException(Throwable) - Constructor for exception org.odata4j.format.json.JsonStreamReaderFactory.JsonParseException
 
JsonStreamReaderFactory.JsonStreamReader - Interface in org.odata4j.format.json
 
JsonStreamReaderFactory.JsonStreamReader.JsonEndPropertyEvent - Interface in org.odata4j.format.json
 
JsonStreamReaderFactory.JsonStreamReader.JsonEvent - Interface in org.odata4j.format.json
 
JsonStreamReaderFactory.JsonStreamReader.JsonStartPropertyEvent - Interface in org.odata4j.format.json
 
JsonStreamReaderFactory.JsonStreamReader.JsonValueEvent - Interface in org.odata4j.format.json
 
JsonStreamReaderFactory.JsonStreamTokenizer - Interface in org.odata4j.format.json
 
JsonStreamReaderFactory.JsonStreamTokenizer.JsonToken - Class in org.odata4j.format.json
 
JsonStreamReaderFactory.JsonStreamTokenizer.JsonToken(JsonStreamReaderFactory.JsonStreamTokenizer.JsonTokenType) - Constructor for class org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamTokenizer.JsonToken
 
JsonStreamReaderFactory.JsonStreamTokenizer.JsonToken(JsonStreamReaderFactory.JsonStreamTokenizer.JsonTokenType, String) - Constructor for class org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamTokenizer.JsonToken
 
JsonStreamReaderFactory.JsonStreamTokenizer.JsonTokenType - Enum in org.odata4j.format.json
 
JsonTypeConverter - Class in org.odata4j.format.json
 
JsonTypeConverter() - Constructor for class org.odata4j.format.json.JsonTypeConverter
 
JsonWriter - Class in org.odata4j.format.json
 
JsonWriter(Writer) - Constructor for class org.odata4j.format.json.JsonWriter
 

K

key - Variable in class org.odata4j.internal.EntitySegment
 
Key - Static variable in class org.odata4j.producer.edm.Edm.EntityType
 
Keys - Static variable in class org.odata4j.producer.edm.Edm.EntityKey
 
keySet() - Method in class org.odata4j.core.ImmutableMap
 

L

lastIndexOf(Object) - Method in class org.odata4j.core.ImmutableList
 
le(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
LeExpression - Interface in org.odata4j.expression
 
length(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
LengthMethodCallExpression - Interface in org.odata4j.expression
 
LimitJdbcModelToDefaultSchema - Class in org.odata4j.producer.jdbc
 
LimitJdbcModelToDefaultSchema() - Constructor for class org.odata4j.producer.jdbc.LimitJdbcModelToDefaultSchema
 
link(T, String, OEntity) - Method in class org.odata4j.consumer.AbstractConsumerEntityPayloadRequest
 
link(T, String, OEntityKey) - Method in class org.odata4j.consumer.AbstractConsumerEntityPayloadRequest
 
link(String, OEntity) - Method in class org.odata4j.consumer.ConsumerCreateEntityRequest
 
link(String, OEntityKey) - Method in class org.odata4j.consumer.ConsumerCreateEntityRequest
 
link(String, OEntity) - Method in class org.odata4j.consumer.ConsumerEntityModificationRequest
 
link(String, OEntityKey) - Method in class org.odata4j.consumer.ConsumerEntityModificationRequest
 
link(String, OEntity) - Method in interface org.odata4j.core.OCreateRequest
Define an explicit link to another related entity.
link(String, OEntityKey) - Method in interface org.odata4j.core.OCreateRequest
Define an explicit link to another related entity.
link(String, OEntity) - Method in interface org.odata4j.core.OModifyRequest
Defines an explicit link to another related entity.
link(String, OEntityKey) - Method in interface org.odata4j.core.OModifyRequest
Defines an explicit link to another related entity.
links - Variable in class org.odata4j.consumer.AbstractConsumerEntityPayloadRequest
 
linksPath(String, Object[]) - Static method in class org.odata4j.consumer.ConsumerQueryLinksRequest
 
LinksRequestResource - Class in org.odata4j.producer.resources
 
LinksRequestResource(OEntityId, String, OEntityKey) - Constructor for class org.odata4j.producer.resources.LinksRequestResource
 
linkTitleEquals(String) - Static method in class org.odata4j.core.OPredicates
 
listIterator() - Method in class org.odata4j.core.ImmutableList
 
listIterator(int) - Method in class org.odata4j.core.ImmutableList
 
literal(Object) - Static method in class org.odata4j.expression.Expression
 
literal(EdmSimpleType<?>, Object) - Static method in class org.odata4j.expression.Expression
 
LiteralExpression - Interface in org.odata4j.expression
 
literalValue(LiteralExpression) - Static method in class org.odata4j.expression.Expression
 
Locale - Static variable in class org.odata4j.producer.edm.MetadataProducer.CustomOptions
Locale will be parsed as a locale string ala java.util.Locale.
log(String) - Method in class org.odata4j.producer.resources.DefaultODataProducerProvider
Helper method to log an INFO message.
LoggingCommand - Class in org.odata4j.producer.jdbc
 
LoggingCommand() - Constructor for class org.odata4j.producer.jdbc.LoggingCommand
 
LongDescription - Static variable in class org.odata4j.producer.edm.Edm.Documentation
 
longValue() - Method in class org.odata4j.core.UnsignedByte
 
lt(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
LtExpression - Interface in org.odata4j.expression
 

M

m - Static variable in class org.odata4j.format.xml.XmlFormatWriter
 
M_ETAG - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
M_FC_CONTENTKIND - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
M_FC_EPMCONTENTKIND - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
M_FC_EPMKEEPINCONTENT - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
M_FC_KEEPINCONTENT - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
M_FC_TARGETPATH - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
M_INLINE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
M_NULL - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
M_PROPERTIES - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
M_TYPE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
ManualXMLWriter2 - Class in org.odata4j.stax2.domimpl
 
ManualXMLWriter2(Writer) - Constructor for class org.odata4j.stax2.domimpl.ManualXMLWriter2
 
MAX_RESULTS_PROPNAME - Static variable in class org.odata4j.producer.jpa.JPAProducerFactory
 
MAX_VALUE - Static variable in class org.odata4j.core.UnsignedByte
 
MaxLength - Static variable in class org.odata4j.producer.edm.Edm.Property
 
MemberExpression - Interface in org.odata4j.expression
 
merge(String, Entry) - Static method in class org.odata4j.consumer.ODataClientRequest
Creates a new MERGE request.
merge(String, SingleLink) - Static method in class org.odata4j.consumer.ODataClientRequest
Creates a new MERGE request.
mergeEntity(OEntity) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
mergeEntity(String, Object) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
mergeEntity(String, OEntityKey) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
mergeEntity(String, OEntityKey, String) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
mergeEntity(OEntity) - Method in interface org.odata4j.consumer.ODataConsumer
Modifies an existing entity using merge semantics.
mergeEntity(String, Object) - Method in interface org.odata4j.consumer.ODataConsumer
Modifies an existing entity using merge semantics.
mergeEntity(String, OEntityKey) - Method in interface org.odata4j.consumer.ODataConsumer
Modifies an existing entity using merge semantics.
mergeEntity(String, OEntity) - Method in class org.odata4j.producer.command.CommandProducer
 
mergeEntity(String, OEntity) - Method in class org.odata4j.producer.edm.MetadataProducer
 
mergeEntity(String, OEntity) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
mergeEntity(String, OEntity) - Method in class org.odata4j.producer.jpa.JPAProducer
 
mergeEntity(String, OEntity) - Method in interface org.odata4j.producer.ODataProducer
Modifies an existing entity using merge semantics.
mergeEntity(String, OEntity) - Method in class org.odata4j.producer.ODataProducerDelegate
 
mergeEntity(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, String) - Method in class org.odata4j.producer.resources.EntityRequestResource
 
mergeEntity(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, String, String) - Method in class org.odata4j.producer.resources.PropertyRequestResource
 
MergeEntityCommand - Class in org.odata4j.producer.jpa
 
MergeEntityCommand() - Constructor for class org.odata4j.producer.jpa.MergeEntityCommand
 
MergeEntityCommandContext - Interface in org.odata4j.producer.command
 
message() - Method in exception org.odata4j.exceptions.ODataProducerException
Returns the message that is put into the OError object created during construction of this exception.
metadata - Variable in class org.odata4j.consumer.AbstractConsumerEntityPayloadRequest
 
metadata - Variable in class org.odata4j.format.json.JsonFormatParser
 
metadata - Variable in class org.odata4j.format.Settings
 
metadata - Variable in class org.odata4j.format.xml.AtomEntryFormatParser
 
metadata - Variable in class org.odata4j.format.xml.AtomFeedFormatParser
 
METADATA_PROPERTY - Static variable in class org.odata4j.format.json.JsonFormatParser
 
MetadataEdmGenerator - Class in org.odata4j.producer.edm
Creates an EdmDataServices instance that models the EDM in terms of the EDM, call it a meta-EDM.
MetadataEdmGenerator() - Constructor for class org.odata4j.producer.edm.MetadataEdmGenerator
 
MetadataProducer - Class in org.odata4j.producer.edm
A producer for $metadata.
MetadataProducer(ODataProducer, EdmDecorator) - Constructor for class org.odata4j.producer.edm.MetadataProducer
Creates a new MetadataProducer.
MetadataProducer.Context - Class in org.odata4j.producer.edm
 
MetadataProducer.Context(String, QueryInfo) - Constructor for class org.odata4j.producer.edm.MetadataProducer.Context
 
MetadataProducer.Context(String, QueryInfo, OEntityKey) - Constructor for class org.odata4j.producer.edm.MetadataProducer.Context
 
MetadataProducer.CustomOptions - Class in org.odata4j.producer.edm
 
MetadataProducer.CustomOptions() - Constructor for class org.odata4j.producer.edm.MetadataProducer.CustomOptions
 
MetadataResource - Class in org.odata4j.producer.resources
 
MetadataResource() - Constructor for class org.odata4j.producer.resources.MetadataResource
 
method(String) - Method in class org.odata4j.consumer.ODataClientRequest
Sets the http request method.
METHOD_NOT_ALLOWED - Static variable in exception org.odata4j.exceptions.MethodNotAllowedException
 
MethodCallExpression - Interface in org.odata4j.expression
 
MethodNotAllowedException - Exception in org.odata4j.exceptions
 
MethodNotAllowedException() - Constructor for exception org.odata4j.exceptions.MethodNotAllowedException
 
MethodNotAllowedException(String) - Constructor for exception org.odata4j.exceptions.MethodNotAllowedException
 
MethodNotAllowedException(Throwable) - Constructor for exception org.odata4j.exceptions.MethodNotAllowedException
 
MethodNotAllowedException(String, Throwable) - Constructor for exception org.odata4j.exceptions.MethodNotAllowedException
 
MethodNotAllowedException.Factory - Class in org.odata4j.exceptions
 
MethodNotAllowedException.Factory() - Constructor for class org.odata4j.exceptions.MethodNotAllowedException.Factory
 
methodTunneling(String...) - Static method in class org.odata4j.consumer.behaviors.OClientBehaviors
Creates a behavior that tunnels specific http request methods through POST.
MethodTunnelingBehavior - Class in org.odata4j.consumer.behaviors
 
MethodTunnelingBehavior(String...) - Constructor for class org.odata4j.consumer.behaviors.MethodTunnelingBehavior
 
MIN_VALUE - Static variable in class org.odata4j.core.UnsignedByte
 
minute(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
MinuteMethodCallExpression - Interface in org.odata4j.expression
 
mod(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
modelToMapping(JdbcProducerCommandContext, JdbcModel) - Method in class org.odata4j.producer.jdbc.JdbcGetMetadataCommand
 
ModExpression - Interface in org.odata4j.expression
 
modify(ClientConfig) - Method in enum org.odata4j.jersey.consumer.behaviors.AllowSelfSignedCertsBehavior
 
modify(ClientConfig) - Method in interface org.odata4j.jersey.consumer.behaviors.JerseyClientBehavior
 
modify(JPAProducer.CommandType, List<Command>) - Method in interface org.odata4j.producer.jpa.JPAProducerBehavior
 
modifyClientFilters(Filterable) - Method in enum org.odata4j.jersey.consumer.behaviors.AllowSelfSignedCertsBehavior
 
modifyClientFilters(Filterable) - Method in interface org.odata4j.jersey.consumer.behaviors.JerseyClientBehavior
 
modifyWebResourceFilters(Filterable) - Method in enum org.odata4j.jersey.consumer.behaviors.AllowSelfSignedCertsBehavior
 
modifyWebResourceFilters(Filterable) - Method in interface org.odata4j.jersey.consumer.behaviors.JerseyClientBehavior
 
month(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
MonthMethodCallExpression - Interface in org.odata4j.expression
 
mul(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
MulExpression - Interface in org.odata4j.expression
 
MULTIPART_MIXED - Static variable in class org.odata4j.producer.resources.ODataBatchProvider
 
multipleIds(Iterable<T>) - Static method in class org.odata4j.producer.Responses
Creates a new EntityIdResponse instance for payloads with a cardinality of EdmMultiplicity.MANY.

N

name(Class<T>) - Static method in class org.odata4j.core.OFuncs
 
name - Variable in class org.odata4j.edm.EdmEntitySet.Builder
 
name - Variable in class org.odata4j.edm.EdmStructuralType.Builder
 
name() - Static method in class org.odata4j.producer.edm.Edm.ComplexType
 
name() - Static method in class org.odata4j.producer.edm.Edm.Documentation
 
name() - Static method in class org.odata4j.producer.edm.Edm.EntityKey
 
name() - Static method in class org.odata4j.producer.edm.Edm.EntityType
 
Name - Static variable in class org.odata4j.producer.edm.Edm.Item
The Name is one of an Item's key properties
name() - Static method in class org.odata4j.producer.edm.Edm.Property
 
Name - Static variable in class org.odata4j.producer.edm.Edm.PropertyRef
 
name() - Static method in class org.odata4j.producer.edm.Edm.PropertyRef
 
name() - Static method in class org.odata4j.producer.edm.Edm.Schema
 
name() - Static method in class org.odata4j.producer.edm.Edm.StructuralType
 
Named - Interface in org.odata4j.core
An object with a name.
NamedValue<T> - Interface in org.odata4j.core
A strongly-typed named value.
namedValueByNameRaw() - Static method in class org.odata4j.core.OComparators
 
NamedValues - Class in org.odata4j.core
A static factory to create immutable NamedValue instances.
namedValueToProperty() - Static method in class org.odata4j.core.OFuncs
 
namedValueToPropertyRaw() - Static method in class org.odata4j.core.OFuncs
 
nameEquals(Class<T>, String) - Static method in class org.odata4j.core.OPredicates
 
namespace - Variable in class org.odata4j.edm.EdmStructuralType.Builder
 
namespace - Static variable in class org.odata4j.producer.edm.Edm
 
Namespace - Static variable in class org.odata4j.producer.edm.Edm.Property
 
Namespace - Static variable in class org.odata4j.producer.edm.Edm.Schema
 
Namespace - Static variable in class org.odata4j.producer.edm.Edm.StructuralType
 
Namespace2 - Interface in org.odata4j.stax2
 
NAMESPACE_PROPNAME - Static variable in class org.odata4j.producer.jpa.JPAProducerFactory
 
NamespacedAnnotation<T> - Interface in org.odata4j.core
An annotation (typed name-value pair) that lives in a namespace.
nav(String, OEntityKey) - Method in class org.odata4j.consumer.AbstractConsumerEntityRequest
 
nav(String) - Method in class org.odata4j.consumer.AbstractConsumerEntityRequest
 
nav(Object, String) - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
nav(OEntityKey, String) - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
nav(String, OEntityKey) - Method in class org.odata4j.consumer.ConsumerEntityModificationRequest
 
nav(String, OEntityKey) - Method in interface org.odata4j.core.OEntityRequest
Navigates to a related entity using a collection navigation property.
nav(String) - Method in interface org.odata4j.core.OEntityRequest
Navigates to a related entity using a single-valued navigation property.
nav(String, OEntityKey) - Method in interface org.odata4j.core.OModifyRequest
Selects a new modification entity by navigating to a referenced entity in a child collection.
nav(Object, String) - Method in interface org.odata4j.core.OQueryRequest
Navigates to a referenced collection using a collection-valued navigation property.
nav(OEntityKey, String) - Method in interface org.odata4j.core.OQueryRequest
Navigates to a referenced collection using a collection-valued navigation property.
navigate(String) - Method in class org.odata4j.producer.PropertyPathHelper
 
navPropName(String) - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext.Builder
 
ne(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
NeExpression - Interface in org.odata4j.expression
 
negate(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
NegateExpression - Interface in org.odata4j.expression
 
newBuilder() - Static method in class org.odata4j.command.ChainCommand
 
newBuilder(String) - Static method in class org.odata4j.consumer.ODataConsumers
Constructs a new builder for an ODataConsumer object.
newBuilder(EdmType) - Static method in class org.odata4j.core.OCollections
Starts a new OCollection builder using a given edm type.
newBuilder(EdmComplexType) - Static method in class org.odata4j.core.OComplexObjects
Starts a new OComplexObject builder of a given edm complex type.
newBuilder(String) - Static method in class org.odata4j.cxf.consumer.ODataCxfConsumer
Constructs a new builder for an ODataCxfConsumer object.
newBuilder() - Static method in class org.odata4j.edm.EdmAssociation
 
newBuilder() - Static method in class org.odata4j.edm.EdmAssociationEnd
 
newBuilder() - Static method in class org.odata4j.edm.EdmAssociationSet
 
newBuilder() - Static method in class org.odata4j.edm.EdmAssociationSetEnd
 
newBuilder() - Static method in class org.odata4j.edm.EdmCollectionType
 
newBuilder() - Static method in class org.odata4j.edm.EdmComplexType
 
newBuilder() - Static method in class org.odata4j.edm.EdmDataServices
 
newBuilder(EdmDataServices) - Static method in class org.odata4j.edm.EdmDataServices
 
newBuilder() - Static method in class org.odata4j.edm.EdmEntityContainer
 
newBuilder() - Static method in class org.odata4j.edm.EdmEntitySet
 
newBuilder() - Static method in class org.odata4j.edm.EdmEntityType
 
newBuilder(EdmEntityType, EdmItem.BuilderContext) - Static method in class org.odata4j.edm.EdmEntityType
 
newBuilder() - Static method in class org.odata4j.edm.EdmFunctionImport
 
newBuilder() - Static method in class org.odata4j.edm.EdmFunctionParameter
 
newBuilder(EdmFunctionParameter, EdmItem.BuilderContext) - Static method in class org.odata4j.edm.EdmFunctionParameter
 
newBuilder(String) - Static method in class org.odata4j.edm.EdmNavigationProperty
 
newBuilder(String) - Static method in class org.odata4j.edm.EdmProperty
 
newBuilder() - Static method in class org.odata4j.edm.EdmSchema
 
newBuilder(EdmType) - Static method in class org.odata4j.edm.EdmSimpleType
 
newBuilder(String) - Static method in class org.odata4j.jersey.consumer.ODataJerseyConsumer
Constructs a new builder for an ODataJerseyConsumer object.
newBuilder() - Static method in class org.odata4j.producer.EntityQueryInfo
 
newBuilder(InMemoryProducer.RequestContext.RequestType) - Static method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext
 
newBuilder() - Static method in class org.odata4j.producer.jdbc.JdbcProducer
 
newBuilder() - Static method in class org.odata4j.producer.QueryInfo
 
newCallFunctionCommandContext(EdmFunctionImport, Map<String, OFunctionParameter>, QueryInfo) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newCallFunctionCommandContext(EdmFunctionImport, Map<String, OFunctionParameter>, QueryInfo) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newCloseCommandContext() - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newCloseCommandContext() - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newCollectionBuilder() - Method in class org.odata4j.format.json.JsonCollectionFormatParser
 
newCreateEntityAtPropertyCommandContext(String, OEntityKey, String, OEntity) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newCreateEntityAtPropertyCommandContext(String, OEntityKey, String, OEntity) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newCreateEntityCommandContext(String, OEntity) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newCreateEntityCommandContext(String, OEntity) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newCreateLinkCommandContext(OEntityId, String, OEntityId) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newCreateLinkCommandContext(OEntityId, String, OEntityId) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newDeferredBuilder(String, EdmDataServices.Builder) - Static method in class org.odata4j.edm.EdmType
 
newDeleteEntityCommandContext(String, OEntityKey) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newDeleteEntityCommandContext(String, OEntityKey) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newDeleteLinkCommandContext(OEntityId, String, OEntityKey) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newDeleteLinkCommandContext(OEntityId, String, OEntityKey) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newEdmGenerator(String, InMemoryTypeMapping, String, Map<String, InMemoryEntityInfo<?>>, Map<String, InMemoryComplexTypeInfo<?>>) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
newGetEntitiesCommandContext(String, QueryInfo) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newGetEntitiesCommandContext(String, QueryInfo) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newGetEntitiesCountCommandContext(String, QueryInfo) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newGetEntitiesCountCommandContext(String, QueryInfo) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newGetEntityCommandContext(String, OEntityKey, EntityQueryInfo) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newGetEntityCommandContext(String, OEntityKey, EntityQueryInfo) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newGetLinksCommandContext(OEntityId, String) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newGetLinksCommandContext(OEntityId, String) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newGetMetadataCommandContext() - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newGetMetadataCommandContext() - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newGetMetadataProducerCommandContext() - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newGetMetadataProducerCommandContext() - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newGetNavPropertyCommandContext(String, OEntityKey, String, QueryInfo) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newGetNavPropertyCommandContext(String, OEntityKey, String, QueryInfo) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newGetNavPropertyCountCommandContext(String, OEntityKey, String, QueryInfo) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newGetNavPropertyCountCommandContext(String, OEntityKey, String, QueryInfo) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newJdbcCommandContext() - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newMergeEntityCommandContext(String, OEntity) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newMergeEntityCommandContext(String, OEntity) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newProducerFromFactory(String, Properties) - Method in class org.odata4j.producer.resources.DefaultODataProducerProvider
Helper method to create an OData producer instance from a given producer factory (ODataProducerFactory).
newString(byte[], String) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the given charset.
newStringIso8859_1(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the ISO-8859-1 charset.
newStringUsAscii(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the US-ASCII charset.
newStringUtf16(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-16 charset.
newStringUtf16Be(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-16BE charset.
newStringUtf16Le(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-16LE charset.
newStringUtf8(byte[]) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-8 charset.
newUpdateEntityCommandContext(String, OEntity) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newUpdateEntityCommandContext(String, OEntity) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newUpdateLinkCommandContext(OEntityId, String, OEntityKey, OEntityId) - Method in interface org.odata4j.producer.command.CommandProducerBackend
 
newUpdateLinkCommandContext(OEntityId, String, OEntityKey, OEntityId) - Method in class org.odata4j.producer.jdbc.JdbcProducerBackend
 
newWhereClauseGenerator(EdmEntitySet, JdbcMetadataMapping) - Method in class org.odata4j.producer.jdbc.GenerateSqlDelete
 
newWhereClauseGenerator(EdmEntitySet, JdbcMetadataMapping) - Method in class org.odata4j.producer.jdbc.GenerateSqlQuery
 
newXMLEventReader(Reader) - Static method in class org.odata4j.stax2.util.StaxUtil
 
newXMLEventWriter(Writer) - Static method in class org.odata4j.stax2.util.StaxUtil
 
newXMLInputFactory2() - Method in class org.odata4j.stax2.domimpl.DomXMLFactoryProvider2
 
newXMLInputFactory2() - Method in class org.odata4j.stax2.staximpl.StaxXMLFactoryProvider2
 
newXMLInputFactory2() - Method in class org.odata4j.stax2.XMLFactoryProvider2
 
newXMLInputFactory2() - Method in class org.odata4j.stax2.xppimpl.XmlPullXMLFactoryProvider2
 
newXMLOutputFactory2() - Method in class org.odata4j.stax2.domimpl.DomXMLFactoryProvider2
 
newXMLOutputFactory2() - Method in class org.odata4j.stax2.staximpl.StaxXMLFactoryProvider2
 
newXMLOutputFactory2() - Method in class org.odata4j.stax2.XMLFactoryProvider2
 
newXMLOutputFactory2() - Method in class org.odata4j.stax2.xppimpl.XmlPullXMLFactoryProvider2
 
newXMLWriter(Writer) - Static method in class org.odata4j.stax2.util.StaxUtil
 
newXMLWriterFactory2() - Method in class org.odata4j.stax2.domimpl.DomXMLFactoryProvider2
 
newXMLWriterFactory2() - Method in class org.odata4j.stax2.staximpl.StaxXMLFactoryProvider2
 
newXMLWriterFactory2() - Method in class org.odata4j.stax2.XMLFactoryProvider2
 
newXMLWriterFactory2() - Method in class org.odata4j.stax2.xppimpl.XmlPullXMLFactoryProvider2
 
next - Variable in class org.odata4j.format.xml.AtomFeedFormatParser.AtomFeed
 
NEXT_PROPERTY - Static variable in class org.odata4j.format.json.JsonFormatParser
 
nextEvent() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader
 
nextEvent() - Method in interface org.odata4j.stax2.XMLEventReader2
 
nextToken() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamTokenizer
 
NoopCommand - Class in org.odata4j.producer.jdbc
 
NoopCommand() - Constructor for class org.odata4j.producer.jdbc.NoopCommand
 
not(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
NOT_IMPLEMENTED - Static variable in exception org.odata4j.exceptions.NotImplementedException
 
NotAcceptableException - Exception in org.odata4j.exceptions
 
NotAcceptableException() - Constructor for exception org.odata4j.exceptions.NotAcceptableException
 
NotAcceptableException(String) - Constructor for exception org.odata4j.exceptions.NotAcceptableException
 
NotAcceptableException(Throwable) - Constructor for exception org.odata4j.exceptions.NotAcceptableException
 
NotAcceptableException(String, Throwable) - Constructor for exception org.odata4j.exceptions.NotAcceptableException
 
NotAcceptableException.Factory - Class in org.odata4j.exceptions
 
NotAcceptableException.Factory() - Constructor for class org.odata4j.exceptions.NotAcceptableException.Factory
 
NotAuthorizedException - Exception in org.odata4j.exceptions
 
NotAuthorizedException() - Constructor for exception org.odata4j.exceptions.NotAuthorizedException
 
NotAuthorizedException(String) - Constructor for exception org.odata4j.exceptions.NotAuthorizedException
 
NotAuthorizedException(Throwable) - Constructor for exception org.odata4j.exceptions.NotAuthorizedException
 
NotAuthorizedException(String, Throwable) - Constructor for exception org.odata4j.exceptions.NotAuthorizedException
 
NotAuthorizedException.Factory - Class in org.odata4j.exceptions
 
NotAuthorizedException.Factory() - Constructor for class org.odata4j.exceptions.NotAuthorizedException.Factory
 
NotExpression - Interface in org.odata4j.expression
 
NotFoundException - Exception in org.odata4j.exceptions
 
NotFoundException() - Constructor for exception org.odata4j.exceptions.NotFoundException
 
NotFoundException(String) - Constructor for exception org.odata4j.exceptions.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception org.odata4j.exceptions.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception org.odata4j.exceptions.NotFoundException
 
NotFoundException.Factory - Class in org.odata4j.exceptions
 
NotFoundException.Factory() - Constructor for class org.odata4j.exceptions.NotFoundException.Factory
 
NotImplementedException - Exception in org.odata4j.exceptions
 
NotImplementedException() - Constructor for exception org.odata4j.exceptions.NotImplementedException
 
NotImplementedException(String) - Constructor for exception org.odata4j.exceptions.NotImplementedException
 
NotImplementedException(Throwable) - Constructor for exception org.odata4j.exceptions.NotImplementedException
 
NotImplementedException(String, Throwable) - Constructor for exception org.odata4j.exceptions.NotImplementedException
 
NotImplementedException.Factory - Class in org.odata4j.exceptions
 
NotImplementedException.Factory() - Constructor for class org.odata4j.exceptions.NotImplementedException.Factory
 
NS_APP - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
NS_ATOM - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
NS_DATASERVICES - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
NS_EDM2006 - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
NS_EDM2007 - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
NS_EDM2008_1 - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
NS_EDM2008_9 - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
NS_EDM2009 - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
NS_EDMANNOTATION - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
NS_EDMX - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
NS_METADATA - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
NS_XML - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
null_(String, EdmSimpleType<?>) - Static method in class org.odata4j.core.OProperties
Creates a new OData property of the given edm simple type with a null value.
null_(String, String) - Static method in class org.odata4j.core.OProperties
Creates a new OData property of the given edm simple type with a null value.
null_() - Static method in class org.odata4j.expression.Expression
 
Nullable - Static variable in class org.odata4j.producer.edm.Edm.Property
 
NullLiteral - Interface in org.odata4j.expression
 

O

OAtomEntity - Interface in org.odata4j.core
Interface providing information for ATOM serialization.
OAtomStreamEntity - Interface in org.odata4j.core
OEntity extension to support streaming entities.
OClientBehavior - Interface in org.odata4j.consumer.behaviors
Extension-point for modifying client http requests.
OClientBehaviors - Class in org.odata4j.consumer.behaviors
A static factory to create built-in OClientBehavior instances.
OCollection<T extends OObject> - Interface in org.odata4j.core
A homogeneous collection of OData objects of a given EdmType.
OCollection.Builder<T extends OObject> - Interface in org.odata4j.core
Builds an OCollection instance.
OCollections - Class in org.odata4j.core
A static factory to create immutable OCollection instances.
OCollections() - Constructor for class org.odata4j.core.OCollections
 
OComparators - Class in org.odata4j.core
A static factory to create useful Comparator instances.
OComplexObject - Interface in org.odata4j.core
An instance of an EdmComplexType.
OComplexObject.Builder - Interface in org.odata4j.core
Builds an OComplexObject instance.
OComplexObjects - Class in org.odata4j.core
A static factory to create immutable OComplexObject instances.
OCountRequest - Interface in org.odata4j.core
A consumer-side count-request builder.
OCreateRequest<T> - Interface in org.odata4j.core
A consumer-side create-request builder.
ODATA4J_DEBUG - Static variable in class org.odata4j.producer.ErrorResponseExtensions
Default system property and query parameter that drives whether or not inner errors are returned.
ODataApplication - Class in org.odata4j.jersey.producer.resources
Jersey-specific OData application containing the Jersey-specific ODataProducerProvider.
ODataApplication() - Constructor for class org.odata4j.jersey.producer.resources.ODataApplication
 
ODataBatchProvider - Class in org.odata4j.producer.resources
 
ODataBatchProvider() - Constructor for class org.odata4j.producer.resources.ODataBatchProvider
 
ODataBatchProvider.HTTP_METHOD - Enum in org.odata4j.producer.resources
 
ODataClient - Interface in org.odata4j.consumer
ODataClient is one abstraction layer below ODataConsumer.
ODataClientRequest - Class in org.odata4j.consumer
Generic OData http request builder used by the low-level ODataClient api.
ODataClientRequest(String, String, Map<String, String>, Map<String, String>, Object) - Constructor for class org.odata4j.consumer.ODataClientRequest
 
ODataClientResponse - Interface in org.odata4j.consumer
Generic OData http response used by the low-level ODataClient api.
ODataConstants - Class in org.odata4j.core
Useful constants.
ODataConstants.Charsets - Class in org.odata4j.core
Common character sets.
ODataConstants.Charsets() - Constructor for class org.odata4j.core.ODataConstants.Charsets
 
ODataConstants.Charsets.Lower - Class in org.odata4j.core
Common character sets.
ODataConstants.Charsets.Lower() - Constructor for class org.odata4j.core.ODataConstants.Charsets.Lower
 
ODataConstants.Charsets.Upper - Class in org.odata4j.core
Common character sets.
ODataConstants.Charsets.Upper() - Constructor for class org.odata4j.core.ODataConstants.Charsets.Upper
 
ODataConstants.Headers - Class in org.odata4j.core
Common http header names.
ODataConstants.Headers() - Constructor for class org.odata4j.core.ODataConstants.Headers
 
ODataConsumer - Interface in org.odata4j.consumer
ODataConsumer is the client-side interface to an OData service.
ODataConsumer.Builder - Interface in org.odata4j.consumer
Mutable builder for ODataConsumer instances.
ODataConsumer.Dump - Enum in org.odata4j.consumer
Sends http request and/or response information to standard out.
ODataConsumers - Class in org.odata4j.consumer
ODataConsumer is the client-side interface to an OData service.
ODataConsumers() - Constructor for class org.odata4j.consumer.ODataConsumers
 
ODataConsumers.Builder - Class in org.odata4j.consumer
Builder for ODataConsumer objects.
ODataCxfClient - Class in org.odata4j.cxf.consumer
OData client based on Apache's HTTP client implementation.
ODataCxfClient(FormatType, OClientBehavior...) - Constructor for class org.odata4j.cxf.consumer.ODataCxfClient
 
ODataCxfConsumer - Class in org.odata4j.cxf.consumer
ODataConsumer is the client-side interface to an OData service.
ODataCxfConsumer.Builder - Class in org.odata4j.cxf.consumer
 
ODataCxfServer - Class in org.odata4j.cxf.producer.server
OData server using the CXF JAX-RS implementation and Jetty as HTTP server.
ODataCxfServer(String) - Constructor for class org.odata4j.cxf.producer.server.ODataCxfServer
 
ODataCxfServer(String, Class<? extends Application>, Class<? extends Application>) - Constructor for class org.odata4j.cxf.producer.server.ODataCxfServer
 
ODataHttpMethod - Enum in org.odata4j.core
Common http methods supported by the OData protocol.
ODataJerseyConsumer - Class in org.odata4j.jersey.consumer
OData consumer based on Jersey.
ODataJerseyConsumer.Builder - Class in org.odata4j.jersey.consumer
Builder for ODataJerseyConsumer objects.
ODataJerseyConsumers - Class in org.odata4j.jersey.consumer
A static factory to create ODataJerseyConsumer instances preconfigured for specific services.
ODataJerseyServer - Class in org.odata4j.jersey.producer.server
OData server using the Jersey JAX-RS and Sun's HTTP server implementation.
ODataJerseyServer(String) - Constructor for class org.odata4j.jersey.producer.server.ODataJerseyServer
 
ODataJerseyServer(String, Class<? extends Application>, Class<? extends Application>) - Constructor for class org.odata4j.jersey.producer.server.ODataJerseyServer
 
ODataProducer - Interface in org.odata4j.producer
Implement ODataProducer on the server-side to create a new java-based OData producer.
ODataProducerDelegate - Class in org.odata4j.producer
Abstract base Delegate for ODataProducer.
ODataProducerDelegate() - Constructor for class org.odata4j.producer.ODataProducerDelegate
 
ODataProducerException - Exception in org.odata4j.exceptions
An OData producer exception with the information described in the OData documentation for error conditions.
ODataProducerException(String, Throwable) - Constructor for exception org.odata4j.exceptions.ODataProducerException
Constructor used by sub-classes to instantiate an exception that is thrown by an OData provider at runtime.
ODataProducerException(OError) - Constructor for exception org.odata4j.exceptions.ODataProducerException
Constructor used by sub-classes to instantiate an exception based on the given OError that has been received and parsed by an OData consumer.
ODataProducerExceptions - Class in org.odata4j.exceptions
A static factory to create ODataProducerException instances.
ODataProducerFactory - Interface in org.odata4j.producer
An ODataProducerFactory creates new OData producer instances given properties.
ODataProducerProvider - Class in org.odata4j.jersey.producer.resources
Jersey-specific OData producer provider.
ODataProducerProvider() - Constructor for class org.odata4j.jersey.producer.resources.ODataProducerProvider
 
ODataServer - Interface in org.odata4j.producer.server
Generic OData server
ODataVersion - Enum in org.odata4j.core
V1 or V2
OEntities - Class in org.odata4j.core
A static factory to create immutable OEntity instances.
OEntity - Interface in org.odata4j.core
An immutable OData entity instance, consisting of an identity (an entity-set and a unique entity-key within that set), properties (typed, named values), and links (references to other entities).
OEntityDeleteRequest - Interface in org.odata4j.core
A consumer-side entity-request builder, used for DELETE operations of a single entity.
OEntityGetRequest<T> - Interface in org.odata4j.core
A consumer-side entity-request builder, used for GET operations of a single entity.
OEntityId - Interface in org.odata4j.core
The identity of a single OData entity, consisting of an entity-set name and a unique entity-key within that set.
OEntityIds - Class in org.odata4j.core
A static factory to create immutable OEntityId instances.
OEntityKey - Class in org.odata4j.core
An immutable entity-key, made up of either a single unnamed-value or multiple named-values.
OEntityKey.KeyType - Enum in org.odata4j.core
SINGLE or COMPLEX
OEntityRequest<T> - Interface in org.odata4j.core
A consumer-side entity-request builder, used for operations on a single entity such as DELETE.
OEntityToJPAEntityCommand - Class in org.odata4j.producer.jpa
 
OEntityToJPAEntityCommand(boolean) - Constructor for class org.odata4j.producer.jpa.OEntityToJPAEntityCommand
 
OEntityToJPAEntityCommand(JPAContext.EntityAccessor, boolean) - Constructor for class org.odata4j.producer.jpa.OEntityToJPAEntityCommand
 
OError - Interface in org.odata4j.core
An OData error message, consisting of an error code, an error-message text, and an optional inner error.
OErrors - Class in org.odata4j.core
A static factory to create immutable OError instances.
OErrors() - Constructor for class org.odata4j.core.OErrors
 
OExtensible<T> - Interface in org.odata4j.core
Basic extension mechanism.
OExtension<T> - Interface in org.odata4j.core
Marker for extension interfaces of a given type.
of() - Static method in class org.odata4j.core.ImmutableMap
 
of(K, V) - Static method in class org.odata4j.core.ImmutableMap
 
of(K, V, K, V) - Static method in class org.odata4j.core.ImmutableMap
 
of(K, V, K, V, K, V) - Static method in class org.odata4j.core.ImmutableMap
 
of(K, V, K, V, K, V, K, V) - Static method in class org.odata4j.core.ImmutableMap
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class org.odata4j.core.ImmutableMap
 
OFuncs - Class in org.odata4j.core
A static factory to create useful generic function instances.
OFunctionParameter - Interface in org.odata4j.core
An immutable service operation parameter, consisting of a name, a strongly-typed value, and an edm-type.
OFunctionParameters - Class in org.odata4j.core
A static factory to create immutable OFunctionParameter instances.
OFunctionRequest<T> - Interface in org.odata4j.core
A consumer-side function-request builder.
OldStylePagingBehavior - Class in org.odata4j.consumer.behaviors
 
OldStylePagingBehavior() - Constructor for class org.odata4j.consumer.behaviors.OldStylePagingBehavior
 
OldStylePagingBehavior(int) - Constructor for class org.odata4j.consumer.behaviors.OldStylePagingBehavior
 
OldStylePagingBehavior(int, int) - Constructor for class org.odata4j.consumer.behaviors.OldStylePagingBehavior
 
OLink - Interface in org.odata4j.core
An OLink represents a reference to one or more OData entities.
OLinks - Class in org.odata4j.core
A static factory to create immutable OLink instances.
olinkTitle() - Static method in class org.odata4j.core.OFuncs
 
OMediaLinkExtension - Interface in org.odata4j.producer
An optional extension that a producer can expose to work with Media Link Entries.
OModifyRequest<T> - Interface in org.odata4j.core
A consumer-side modification-request builder, used for operations such as MERGE and UPDATE.
OObject - Interface in org.odata4j.core
OData instance object of the given EdmType.
OpenType - Static variable in class org.odata4j.producer.edm.Edm.EntityType
 
OPredicates - Class in org.odata4j.core
A static factory to create useful generic predicate instances.
OProperties - Class in org.odata4j.core
A static factory to create immutable OProperty instances.
OProperty<T> - Interface in org.odata4j.core
An immutable OData property instance, consisting of a name, a strongly-typed value, and an edm-type.
OptionExpandR - Static variable in class org.odata4j.producer.PropertyPathHelper
 
OptionSelectR - Static variable in class org.odata4j.producer.PropertyPathHelper
 
OptionsQueryParser - Class in org.odata4j.producer.resources
 
OptionsQueryParser() - Constructor for class org.odata4j.producer.resources.OptionsQueryParser
 
OQueryRequest<T> - Interface in org.odata4j.core
A consumer-side query-request builder.
or(BoolCommonExpression, BoolCommonExpression) - Static method in class org.odata4j.expression.Expression
 
orderBy(String) - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
orderBy(String) - Method in interface org.odata4j.core.OQueryRequest
Sets the ordering expressions.
orderBy(CommonExpression, OrderByExpression.Direction) - Static method in class org.odata4j.expression.Expression
 
orderBy - Variable in class org.odata4j.producer.QueryInfo
The ordering expressions to apply, if present.
OrderByExpression - Interface in org.odata4j.expression
 
OrderByExpression.Direction - Enum in org.odata4j.expression
 
ordinalPosition - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcColumn
 
ORelatedEntitiesLink - Interface in org.odata4j.core
An ORelatedEntitiesLink represents a relationship to multiple OData entities.
ORelatedEntitiesLinkInline - Interface in org.odata4j.core
An ORelatedEntitiesLinkInline is an ORelatedEntitiesLink that also includes the referents inline.
ORelatedEntityLink - Interface in org.odata4j.core
An ORelatedEntityLink represents a relationship to a single OData entity.
ORelatedEntityLinkInline - Interface in org.odata4j.core
An ORelatedEntityLinkInline is an ORelatedEntityLink that also includes the referent inlined.
OrExpression - Interface in org.odata4j.expression
 
org.odata4j.command - package org.odata4j.command
 
org.odata4j.consumer - package org.odata4j.consumer
The odata4j client-side (consumer-side) API.
org.odata4j.consumer.behaviors - package org.odata4j.consumer.behaviors
 
org.odata4j.core - package org.odata4j.core
Core odata4j concepts.
org.odata4j.cxf.consumer - package org.odata4j.cxf.consumer
 
org.odata4j.cxf.producer.server - package org.odata4j.cxf.producer.server
 
org.odata4j.edm - package org.odata4j.edm
Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol.
org.odata4j.exceptions - package org.odata4j.exceptions
 
org.odata4j.expression - package org.odata4j.expression
 
org.odata4j.format - package org.odata4j.format
 
org.odata4j.format.json - package org.odata4j.format.json
 
org.odata4j.format.xml - package org.odata4j.format.xml
 
org.odata4j.internal - package org.odata4j.internal
 
org.odata4j.jersey.consumer - package org.odata4j.jersey.consumer
 
org.odata4j.jersey.consumer.behaviors - package org.odata4j.jersey.consumer.behaviors
 
org.odata4j.jersey.internal - package org.odata4j.jersey.internal
 
org.odata4j.jersey.producer.resources - package org.odata4j.jersey.producer.resources
 
org.odata4j.jersey.producer.server - package org.odata4j.jersey.producer.server
 
org.odata4j.producer - package org.odata4j.producer
The odata4j server-side (producer-side) API.
org.odata4j.producer.command - package org.odata4j.producer.command
 
org.odata4j.producer.edm - package org.odata4j.producer.edm
 
org.odata4j.producer.inmemory - package org.odata4j.producer.inmemory
 
org.odata4j.producer.jdbc - package org.odata4j.producer.jdbc
 
org.odata4j.producer.jpa - package org.odata4j.producer.jpa
 
org.odata4j.producer.jpa.eclipselink - package org.odata4j.producer.jpa.eclipselink
 
org.odata4j.producer.resources - package org.odata4j.producer.resources
 
org.odata4j.producer.server - package org.odata4j.producer.server
 
org.odata4j.repack.org.apache.commons.codec - package org.odata4j.repack.org.apache.commons.codec
 
org.odata4j.repack.org.apache.commons.codec.binary - package org.odata4j.repack.org.apache.commons.codec.binary
 
org.odata4j.stax2 - package org.odata4j.stax2
 
org.odata4j.stax2.domimpl - package org.odata4j.stax2.domimpl
 
org.odata4j.stax2.staximpl - package org.odata4j.stax2.staximpl
 
org.odata4j.stax2.util - package org.odata4j.stax2.util
 
org.odata4j.stax2.xppimpl - package org.odata4j.stax2.xppimpl
 
OSimpleObject<V> - Interface in org.odata4j.core
An instance of an EdmSimpleType, a primitive value in the OData type system.
OSimpleObjects - Class in org.odata4j.core
A static factory to create immutable OSimpleObject instances.
OStructuralObject - Interface in org.odata4j.core
An OData instance object with properties.
OTHER - Static variable in class org.odata4j.producer.jpa.JPAContext.EntityAccessor
 
outerXml(XMLEvent2, XMLEventReader2) - Static method in class org.odata4j.stax2.util.StaxUtil
 
outerXml(XMLEvent2, XMLEventReader2, XMLWriter2) - Static method in class org.odata4j.stax2.util.StaxUtil
 

P

parameter(String, OObject) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
parameter(String, OObject) - Method in interface org.odata4j.core.OFunctionRequest
Adds a generic parameter.
params - Variable in class org.odata4j.producer.jdbc.SqlStatement
 
paren(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
ParenExpression - Interface in org.odata4j.expression
 
parse(String) - Static method in enum org.odata4j.core.ODataVersion
Identify a version by version string.
parse(String) - Static method in class org.odata4j.core.OEntityIds
Parses an entity-id from a "key string" representation.
parse(String, String) - Static method in class org.odata4j.core.OEntityIds
Parses an entity-id of an entity at an OData uri given its service root uri.
parse(String) - Static method in class org.odata4j.core.OEntityKey
Creates an entity-key from its standard string representation.
parse(String, EdmType, String) - Static method in class org.odata4j.core.OFunctionParameters
Creates a new OFunctionParameter by parsing a string value
parse(EdmSimpleType<V>, String) - Static method in class org.odata4j.core.OSimpleObjects
Parses a string value into a new OSimpleObject given an edm type.
parse(String) - Static method in class org.odata4j.expression.Expression
 
parse(String) - Static method in class org.odata4j.expression.ExpressionParser
 
parse(Reader) - Method in interface org.odata4j.format.FormatParser
 
parse(String) - Static method in enum org.odata4j.format.FormatType
 
parse(Reader) - Method in class org.odata4j.format.json.JsonCollectionFormatParser
 
parse(Reader) - Method in class org.odata4j.format.json.JsonComplexObjectFormatParser
 
parse(Reader) - Method in class org.odata4j.format.json.JsonEntryFormatParser
 
parse(Reader) - Method in class org.odata4j.format.json.JsonErrorFormatParser
 
parse(Reader) - Method in class org.odata4j.format.json.JsonFeedFormatParser
 
parse(Reader) - Method in class org.odata4j.format.json.JsonSimpleObjectFormatParser
 
parse(Reader) - Method in class org.odata4j.format.json.JsonSingleLinkFormatParser
 
parse(String, EdmSimpleType<?>, String, JsonStreamReaderFactory.JsonStreamTokenizer.JsonTokenType) - Static method in class org.odata4j.format.json.JsonTypeConverter
 
parse(Reader) - Method in class org.odata4j.format.xml.AtomEntryFormatParser
 
parse(Reader) - Method in class org.odata4j.format.xml.AtomErrorFormatParser
 
parse(Reader) - Method in class org.odata4j.format.xml.AtomFeedFormatParser
 
parse(Reader) - Method in class org.odata4j.format.xml.AtomSimpleObjectFormatParser
 
parse(Reader) - Method in class org.odata4j.format.xml.AtomSingleLinkFormatParser
 
parse(String, List<OrderByExpression>, String) - Static method in class org.odata4j.producer.jpa.JPASkipToken
 
parseCollection(JsonStreamReaderFactory.JsonStreamReader) - Method in class org.odata4j.format.json.JsonCollectionFormatParser
 
parseCollectionOfSimple(OCollection.Builder<OObject>, JsonStreamReaderFactory.JsonStreamReader) - Method in class org.odata4j.format.json.JsonCollectionFormatParser
 
parseCustomOptions(UriInfo) - Static method in class org.odata4j.producer.resources.OptionsQueryParser
 
parseDateTimeFromJson(String) - Static method in class org.odata4j.internal.InternalUtil
 
parseDateTimeFromXml(String) - Static method in class org.odata4j.internal.InternalUtil
 
parseDateTimeOffsetFromJson(String) - Static method in class org.odata4j.internal.InternalUtil
 
parseDateTimeOffsetFromXml(String) - Static method in class org.odata4j.internal.InternalUtil
 
parseEmbedded(String, JsonStreamReaderFactory.JsonStreamReader.JsonEvent, JsonStreamReaderFactory.JsonStreamReader, List<OProperty<?>>) - Method in class org.odata4j.format.json.JsonComplexObjectFormatParser
 
parseEntityKey(String) - Static method in class org.odata4j.format.xml.AtomFeedFormatParser
 
parseEntry(JsonFormatParser.JsonEntryMetaData, EdmEntitySet, JsonStreamReaderFactory.JsonStreamReader) - Method in class org.odata4j.format.json.JsonFormatParser
 
parseEntry(EdmEntitySet, JsonStreamReaderFactory.JsonStreamReader) - Method in class org.odata4j.format.json.JsonFormatParser
 
parseExpand(String) - Static method in class org.odata4j.expression.ExpressionParser
 
parseExpand(String) - Static method in class org.odata4j.producer.resources.OptionsQueryParser
 
parseFeed(EdmEntitySet, JsonStreamReaderFactory.JsonStreamReader) - Method in class org.odata4j.format.json.JsonFormatParser
 
parseFilter(String) - Static method in class org.odata4j.producer.resources.OptionsQueryParser
 
parseInlineCount(String) - Static method in class org.odata4j.producer.resources.OptionsQueryParser
 
parseLinks(XMLEventReader2) - Static method in class org.odata4j.format.xml.AtomSingleLinkFormatParser
 
parseLocale(String) - Method in class org.odata4j.producer.edm.MetadataProducer.Context
 
parseMetadata(JsonStreamReaderFactory.JsonStreamReader) - Method in class org.odata4j.format.json.JsonFormatParser
 
parseMetadata(XMLEventReader2) - Method in class org.odata4j.format.xml.EdmxFormatParser
 
parseOrderBy(String) - Static method in class org.odata4j.expression.ExpressionParser
 
parseOrderBy(String) - Static method in class org.odata4j.producer.resources.OptionsQueryParser
 
parseProperties(XMLEventReader2, StartElement2, EdmDataServices, EdmStructuralType) - Static method in class org.odata4j.format.xml.AtomFeedFormatParser
 
parseSelect(String) - Static method in class org.odata4j.producer.resources.OptionsQueryParser
 
parseSimple(String, EdmSimpleType, String) - Static method in class org.odata4j.core.OProperties
Creates a new OData property of the given edm-type with a value parsed from a string.
parseSingleObject(JsonStreamReaderFactory.JsonStreamReader) - Method in class org.odata4j.format.json.JsonComplexObjectFormatParser
 
parseSingleObject(JsonStreamReaderFactory.JsonStreamReader, JsonStreamReaderFactory.JsonStreamReader.JsonEvent) - Method in class org.odata4j.format.json.JsonComplexObjectFormatParser
 
parseSkip(String) - Static method in class org.odata4j.producer.resources.OptionsQueryParser
 
parseSkipToken(String) - Static method in class org.odata4j.producer.resources.OptionsQueryParser
 
parseTime(String) - Static method in class org.odata4j.internal.InternalUtil
 
parseTop(String) - Static method in class org.odata4j.producer.resources.OptionsQueryParser
 
parseType - Variable in class org.odata4j.format.json.JsonFormatParser
 
parseType - Variable in class org.odata4j.format.Settings
 
parseUnsignedByte(String) - Static method in class org.odata4j.core.UnsignedByte
 
parseWorkspaces(XMLEventReader2) - Static method in class org.odata4j.format.xml.AtomServiceDocumentFormatParser
 
password - Variable in class org.odata4j.producer.jdbc.Jdbc
 
pathHelper(PropertyPathHelper) - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext.Builder
 
pBoolean(String, boolean) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pBoolean(String, boolean) - Method in interface org.odata4j.core.OFunctionRequest
Adds a boolean parameter.
pByte(String, UnsignedByte) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pByte(String, UnsignedByte) - Method in interface org.odata4j.core.OFunctionRequest
Adds a byte parameter.
pDateTime(String, Calendar) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pDateTime(String, Date) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pDateTime(String, LocalDateTime) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pDateTime(String, Calendar) - Method in interface org.odata4j.core.OFunctionRequest
Adds a datetime parameter.
pDateTime(String, Date) - Method in interface org.odata4j.core.OFunctionRequest
Adds a datetime parameter.
pDateTime(String, LocalDateTime) - Method in interface org.odata4j.core.OFunctionRequest
Adds a datetime parameter.
pDecimal(String, BigDecimal) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pDecimal(String, BigDecimal) - Method in interface org.odata4j.core.OFunctionRequest
Adds a decimal parameter.
pDouble(String, double) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pDouble(String, double) - Method in interface org.odata4j.core.OFunctionRequest
Adds a double parameter.
PersistJPAEntityCommand - Class in org.odata4j.producer.jpa
 
PersistJPAEntityCommand() - Constructor for class org.odata4j.producer.jpa.PersistJPAEntityCommand
 
pGuid(String, Guid) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pGuid(String, Guid) - Method in interface org.odata4j.core.OFunctionRequest
Adds a guid parameter.
pInt16(String, short) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pInt16(String, short) - Method in interface org.odata4j.core.OFunctionRequest
Adds a 16-bit integer parameter.
pInt32(String, int) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pInt32(String, int) - Method in interface org.odata4j.core.OFunctionRequest
Adds a 32-bit integer parameter.
pInt64(String, long) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pInt64(String, long) - Method in interface org.odata4j.core.OFunctionRequest
Adds a 64-bit integer parameter.
PlatformUtil - Class in org.odata4j.internal
 
PlatformUtil() - Constructor for class org.odata4j.internal.PlatformUtil
 
popPath() - Method in class org.odata4j.producer.PropertyPathHelper
 
post(String, Entry) - Static method in class org.odata4j.consumer.ODataClientRequest
Creates a new POST request.
post(String, SingleLink) - Static method in class org.odata4j.consumer.ODataClientRequest
Creates a new POST request.
postProcess(TContext, Exception) - Method in interface org.odata4j.command.FilterCommand
 
postProcess(JPAContext, Exception) - Method in class org.odata4j.producer.jpa.BeginTransactionCommand
 
postProcess(JPAContext, Exception) - Method in class org.odata4j.producer.jpa.EntityManagerCommand
 
postProcess(JPAContext, Exception) - Method in interface org.odata4j.producer.jpa.Filter
 
Precision - Static variable in class org.odata4j.producer.edm.Edm.Property
 
pred1_byName(String) - Static method in class org.odata4j.stax2.util.InMemoryAttribute2
 
pred1_byQName(QName2) - Static method in class org.odata4j.stax2.util.InMemoryAttribute2
 
pred1_hasAlias() - Static method in class org.odata4j.edm.EdmEntityType.Builder
 
PrefixedNamespace - Class in org.odata4j.core
A namespace - consists of a uri and local prefix.
PrefixedNamespace(String, String) - Constructor for class org.odata4j.core.PrefixedNamespace
 
prependPrimaryKeyFilter(JdbcMetadataMapping, EdmEntityType, OEntityKey, BoolCommonExpression) - Method in class org.odata4j.producer.jdbc.JdbcBaseCommand
 
previousEvent() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader
returns the JsonEvent that the last call to nextEvent() returned.
primaryKeyName - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcPrimaryKey
 
primaryKeys - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcTable
 
PrintExpressionVisitor - Class in org.odata4j.expression
 
PrintExpressionVisitor() - Constructor for class org.odata4j.expression.PrintExpressionVisitor
 
processBatch(ContextResolver<ODataProducer>, HttpHeaders, Request, String, String, List<BatchBodyPart>) - Method in class org.odata4j.producer.resources.EntitiesRequestResource
 
processParentheses(List<ExpressionParser.Token>) - Static method in class org.odata4j.expression.ExpressionParser
 
ProducerCommandContext<TResult> - Interface in org.odata4j.producer.command
 
producerResolver - Variable in class org.odata4j.producer.resources.ExceptionMappingProvider
 
propagate(Throwable) - Static method in class org.odata4j.core.Throwables
 
propagateIfInstanceOf(Throwable, Class<X>) - Static method in class org.odata4j.core.Throwables
 
properties(T, OProperty<?>...) - Method in class org.odata4j.consumer.AbstractConsumerEntityPayloadRequest
 
properties(T, Iterable<OProperty<?>>) - Method in class org.odata4j.consumer.AbstractConsumerEntityPayloadRequest
 
properties(OProperty<?>...) - Method in class org.odata4j.consumer.ConsumerCreateEntityRequest
 
properties(Iterable<OProperty<?>>) - Method in class org.odata4j.consumer.ConsumerCreateEntityRequest
 
properties(OProperty<?>...) - Method in class org.odata4j.consumer.ConsumerEntityModificationRequest
 
properties(Iterable<OProperty<?>>) - Method in class org.odata4j.consumer.ConsumerEntityModificationRequest
 
properties(OProperty<?>...) - Method in interface org.odata4j.core.OCreateRequest
Set properties on the new entity.
properties(Iterable<OProperty<?>>) - Method in interface org.odata4j.core.OCreateRequest
Set properties on the new entity.
properties(OProperty<?>...) - Method in interface org.odata4j.core.OModifyRequest
Sets properties on the new entity.
properties(Iterable<OProperty<?>>) - Method in interface org.odata4j.core.OModifyRequest
Sets properties on the new entity.
properties - Variable in class org.odata4j.edm.EdmStructuralType.Builder
 
properties - Variable in class org.odata4j.format.xml.AtomFeedFormatParser.DataServicesAtomEntry
 
Properties - Static variable in class org.odata4j.producer.edm.Edm.EntitySets
All Properties of all structural types
Properties - Static variable in class org.odata4j.producer.edm.Edm.StructuralType.NavProps
 
property(String, EdmSimpleType<T>, Object) - Static method in class org.odata4j.producer.jpa.JPAResults
 
property(OProperty<?>) - Static method in class org.odata4j.producer.Responses
Creates a new PropertyResponse instance.
propertyByName() - Static method in class org.odata4j.core.OComparators
 
PropertyModel - Interface in org.odata4j.producer.inmemory
 
PropertyModelDelegate - Class in org.odata4j.producer.inmemory
 
PropertyModelDelegate() - Constructor for class org.odata4j.producer.inmemory.PropertyModelDelegate
 
propertyNameEquals(String) - Static method in class org.odata4j.core.OPredicates
 
PropertyPath - Class in org.odata4j.producer
A path in an object graph made up of property names.
PropertyPath(String) - Constructor for class org.odata4j.producer.PropertyPath
 
PropertyPath(PropertyPath) - Constructor for class org.odata4j.producer.PropertyPath
 
PropertyPathHelper - Class in org.odata4j.producer
Helps producers determine if a property is $selected and/or $expanded.
PropertyPathHelper() - Constructor for class org.odata4j.producer.PropertyPathHelper
 
PropertyPathHelper(QueryInfo) - Constructor for class org.odata4j.producer.PropertyPathHelper
 
PropertyPathHelper(String, String) - Constructor for class org.odata4j.producer.PropertyPathHelper
 
PropertyPathHelper(String, String, String, String) - Constructor for class org.odata4j.producer.PropertyPathHelper
 
PropertyPathHelper(List<EntitySimpleProperty>, List<EntitySimpleProperty>) - Constructor for class org.odata4j.producer.PropertyPathHelper
 
PropertyPathHelper(List<EntitySimpleProperty>, List<EntitySimpleProperty>, String, String) - Constructor for class org.odata4j.producer.PropertyPathHelper
 
PropertyRequestResource - Class in org.odata4j.producer.resources
 
PropertyRequestResource() - Constructor for class org.odata4j.producer.resources.PropertyRequestResource
 
PropertyResponse - Interface in org.odata4j.producer
An PropertyResponse is a response to a client request expecting a single property value.
PropertyResult<T> - Interface in org.odata4j.producer.jpa
 
props - Variable in class org.odata4j.consumer.AbstractConsumerEntityPayloadRequest
 
pSByte(String, byte) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pSByte(String, byte) - Method in interface org.odata4j.core.OFunctionRequest
Adds a sbyte parameter.
pSingle(String, float) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pSingle(String, float) - Method in interface org.odata4j.core.OFunctionRequest
Adds a single parameter.
pString(String, String) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pString(String, String) - Method in interface org.odata4j.core.OFunctionRequest
Adds a string parameter.
pTime(String, Calendar) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pTime(String, Date) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pTime(String, LocalDateTime) - Method in class org.odata4j.consumer.ConsumerFunctionCallRequest
 
pTime(String, Calendar) - Method in interface org.odata4j.core.OFunctionRequest
Adds a time parameter.
pTime(String, Date) - Method in interface org.odata4j.core.OFunctionRequest
Adds a time parameter.
pTime(String, LocalDateTime) - Method in interface org.odata4j.core.OFunctionRequest
Adds a time parameter.
PUNAME_PROPNAME - Static variable in class org.odata4j.producer.jpa.JPAProducerFactory
 
put(String, Entry) - Static method in class org.odata4j.consumer.ODataClientRequest
Creates a new PUT request.
put(String, SingleLink) - Static method in class org.odata4j.consumer.ODataClientRequest
Creates a new PUT request.
put(K, V) - Method in class org.odata4j.core.ImmutableMap.Builder
 
put(K, V) - Method in class org.odata4j.core.ImmutableMap
 
put(String, List<String>) - Method in class org.odata4j.producer.resources.HeaderMap
 
put(String, String, String, String) - Method in class org.odata4j.stax2.util.InMemoryAttributes
 
putAll(Map<? extends K, ? extends V>) - Method in class org.odata4j.core.ImmutableMap.Builder
 
putAll(Map<? extends K, ? extends V>) - Method in class org.odata4j.core.ImmutableMap
 
putAll(Map<? extends String, ? extends List<String>>) - Method in class org.odata4j.producer.resources.HeaderMap
 
putSingle(String, String) - Method in class org.odata4j.producer.resources.HeaderMap
 

Q

QName2 - Class in org.odata4j.stax2
 
QName2(String) - Constructor for class org.odata4j.stax2.QName2
 
QName2(String, String) - Constructor for class org.odata4j.stax2.QName2
 
QName2(String, String, String) - Constructor for class org.odata4j.stax2.QName2
 
queryInfo(QueryInfo) - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext.Builder
 
QueryInfo - Class in org.odata4j.producer
QueryInfo represents an OData multiple-entity query as a strongly-typed immutable data structure.
QueryInfo() - Constructor for class org.odata4j.producer.QueryInfo
 
QueryInfo(InlineCount, Integer, Integer, BoolCommonExpression, List<OrderByExpression>, String, Map<String, String>, List<EntitySimpleProperty>, List<EntitySimpleProperty>) - Constructor for class org.odata4j.producer.QueryInfo
Creates a new QueryInfo instance.
QueryInfo.Builder - Class in org.odata4j.producer
Mutable builder for QueryInfo objects.
QueryInfo.Builder() - Constructor for class org.odata4j.producer.QueryInfo.Builder
 
queryParam(String, String) - Method in class org.odata4j.consumer.ODataClientRequest
Sets a request query parameter.

R

randomGuid() - Static method in class org.odata4j.core.Guid
Generate a new Guid.
rateLimit(long) - Static method in class org.odata4j.consumer.behaviors.OClientBehaviors
Creates a behavior that sleeps a specified amount of time before each client request.
read() - Method in class org.odata4j.internal.BOMWorkaroundReader
 
read(char[]) - Method in class org.odata4j.internal.BOMWorkaroundReader
 
read(char[], int, int) - Method in class org.odata4j.internal.BOMWorkaroundReader
 
read(CharBuffer) - Method in class org.odata4j.internal.BOMWorkaroundReader
 
readFrom(Class<String>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.odata4j.jersey.internal.StringProvider2
 
readFrom(Class<List<BatchBodyPart>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.odata4j.producer.resources.ODataBatchProvider
 
real - Variable in class org.odata4j.stax2.staximpl.StaxXMLFactoryProvider2.StaxStartElement2
 
RecursivePropertyPath - Class in org.odata4j.producer
A recursive path has an associated depth limiter.
RecursivePropertyPath(PropertyPath, int) - Constructor for class org.odata4j.producer.RecursivePropertyPath
 
reflectionToString(Object) - Static method in class org.odata4j.internal.InternalUtil
 
register(Class<TEntity>, String, Func<Iterable<TEntity>>, String...) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
Registers a new entity based on a POJO, with support for composite keys.
register(Class<TEntity>, String, String, Func<Iterable<TEntity>>, String...) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
Registers a new entity based on a POJO, with support for composite keys.
register(Class<TEntity>, Class<TKey>, String, Func<Iterable<TEntity>>, Func1<TEntity, TKey>) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
Registers a new entity set based on a POJO type using the default property model.
register(Class<TEntity>, PropertyModel, String, Func<Iterable<TEntity>>, String...) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
Registers a new entity set based on a POJO type and a property model.
register(Class<TEntity>, PropertyModel, String, String, Func<Iterable<TEntity>>, String...) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
register(Class<TEntity>, PropertyModel, String, String, Func<Iterable<TEntity>>, Func1<InMemoryProducer.RequestContext, Iterable<TEntity>>, String...) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
register(Class<T>, T) - Method in class org.odata4j.producer.jdbc.JdbcProducer.Builder
 
registerComplexType(Class<TEntity>, String) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
Registers a POJO class as an EdmComplexType.
registerComplexType(Class<TEntity>, String, PropertyModel) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
related - Static variable in class org.odata4j.format.xml.XmlFormatWriter
 
relatedEntities(String, String, String) - Static method in class org.odata4j.core.OLinks
Creates a new OLink of sub-type ORelatedEntitiesLink.
relatedEntitiesInline(String, String, String, List<OEntity>) - Static method in class org.odata4j.core.OLinks
Creates a new OLink of sub-type ORelatedEntitiesLinkInline.
relatedEntity(String, String, String) - Static method in class org.odata4j.core.OLinks
Creates a new OLink of sub-type ORelatedEntityLink.
relatedEntityInline(String, String, String, OEntity) - Static method in class org.odata4j.core.OLinks
Creates a new OLink of sub-type ORelatedEntityLinkInline.
remove(int) - Method in class org.odata4j.core.ImmutableList
 
remove(Object) - Method in class org.odata4j.core.ImmutableList
 
remove(Object) - Method in class org.odata4j.core.ImmutableMap
 
remove(Object) - Method in class org.odata4j.producer.resources.HeaderMap
 
REMOVE_ANNOTATION_OVERRIDE - Static variable in class org.odata4j.producer.edm.MetadataProducer
Return this from your decorators annotation override method and the annotation will be removed.
removeAll(Collection<?>) - Method in class org.odata4j.core.ImmutableList
 
removeFirstComponent() - Method in class org.odata4j.producer.PropertyPath
 
removeLastComponent() - Method in class org.odata4j.producer.PropertyPath
 
rename(String) - Method in class org.odata4j.producer.jdbc.JdbcModelToMetadata
 
replace(CommonExpression, CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
ReplaceMethodCallExpression - Interface in org.odata4j.expression
 
requestBody(FormatType, ODataClientRequest) - Method in interface org.odata4j.consumer.ODataClient
 
requestBody() - Method in enum org.odata4j.consumer.ODataConsumer.Dump
Are http request bodies currently dumped?
requestBody(boolean) - Method in enum org.odata4j.consumer.ODataConsumer.Dump
Sets whether or not to dump http request bodies.
requestBody(FormatType, ODataClientRequest) - Method in class org.odata4j.cxf.consumer.ODataCxfClient
 
requestHeaders() - Method in enum org.odata4j.consumer.ODataConsumer.Dump
Are http request headers currently dumped?
requestHeaders(boolean) - Method in enum org.odata4j.consumer.ODataConsumer.Dump
Sets whether or not to dump http request headers.
requestType(InMemoryProducer.RequestContext.RequestType) - Method in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext.Builder
 
requestType - Variable in class org.odata4j.producer.inmemory.InMemoryProducer.RequestContext
 
ReReadJPAEntityCommand - Class in org.odata4j.producer.jpa
 
ReReadJPAEntityCommand() - Constructor for class org.odata4j.producer.jpa.ReReadJPAEntityCommand
 
resolveEntityType(JsonFeedFormatParser.JsonEntry) - Method in class org.odata4j.format.json.JsonFormatParser
 
resolvePropertyProperty(EdmProperty, PropertyPath) - Method in interface org.odata4j.edm.EdmDecorator
Resolves a custom property (i.e.
resolveStructuralTypeProperty(EdmStructuralType, PropertyPath) - Method in interface org.odata4j.edm.EdmDecorator
Resolves a custom property (i.e.
resolveType(String) - Method in class org.odata4j.edm.EdmDataServices.Builder
 
resolveType(String) - Method in class org.odata4j.edm.EdmDataServices
 
resolveVariable(String) - Method in class org.odata4j.producer.edm.MetadataProducer.Context
 
resolveVariable(String) - Method in interface org.odata4j.producer.ExpressionEvaluator.VariableResolver
 
responseBody() - Method in enum org.odata4j.consumer.ODataConsumer.Dump
Are http response bodies currently dumped?
responseBody(boolean) - Method in enum org.odata4j.consumer.ODataConsumer.Dump
Sets whether or not to dump http response bodies.
responseHeaders() - Method in enum org.odata4j.consumer.ODataConsumer.Dump
Are http response headers currently dumped?
responseHeaders(boolean) - Method in enum org.odata4j.consumer.ODataConsumer.Dump
Sets whether or not to dump http response headers.
Responses - Class in org.odata4j.producer
A static factory to create immutable EntitiesResponse, EntityResponse, PropertyResponse, EntityIdResponse, ComplexObjectResponse, CollectionResponse, or ErrorResponse instances.
restore() - Static method in class org.odata4j.exceptions.ODataProducerExceptions
Restores this factory to its initial state.
RESULTS_PROPERTY - Static variable in class org.odata4j.format.json.JsonFormatParser
 
retainAll(Collection<?>) - Method in class org.odata4j.core.ImmutableList
 
returnInnerError(HttpHeaders, UriInfo, ODataProducerException) - Method in interface org.odata4j.producer.ErrorResponseExtension
This method is called before an error response is created and sent to the client.
returnInnerErrors() - Static method in class org.odata4j.producer.ErrorResponseExtensions
Returns inner errors in all cases.
returnInnerErrorsBasedOnDefaultQueryParameter() - Static method in class org.odata4j.producer.ErrorResponseExtensions
Returns inner errors when the default query parameter is set to true.
returnInnerErrorsBasedOnDefaultSystemProperty() - Static method in class org.odata4j.producer.ErrorResponseExtensions
Returns inner errors when the default system property is set to true.
returnInnerErrorsBasedOnQueryParameter(String) - Static method in class org.odata4j.producer.ErrorResponseExtensions
Returns inner errors when a custom query parameter is set to true.
returnInnerErrorsBasedOnSystemProperty(String) - Static method in class org.odata4j.producer.ErrorResponseExtensions
Returns inner errors when a system property is set to true.
RootApplication - Class in org.odata4j.producer.resources
Root application containing resources for cross domain and client access policies.
RootApplication() - Constructor for class org.odata4j.producer.resources.RootApplication
 
RootComplexTypes - Static variable in class org.odata4j.producer.edm.Edm.EntitySets
All ComplexTypes that do *not* have a BaseType
RootEntityTypes - Static variable in class org.odata4j.producer.edm.Edm.EntitySets
All EntityTypes that do *not* have a BaseType
round(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
RoundMethodCallExpression - Interface in org.odata4j.expression
 
runningOnAndroid() - Static method in class org.odata4j.internal.PlatformUtil
 

S

SBYTE - Static variable in class org.odata4j.edm.EdmSimpleType
 
sbyte_(String, byte) - Static method in class org.odata4j.core.OProperties
Creates a new byte-valued OData property with EdmSimpleType.SBYTE
sbyte_(byte) - Static method in class org.odata4j.expression.Expression
 
SByteLiteral - Interface in org.odata4j.expression
-128 (0x80) to 127 (0x7F)
Scale - Static variable in class org.odata4j.producer.edm.Edm.Property
 
schemaName - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcSchema
 
schemaNameEquals(String) - Static method in class org.odata4j.producer.jdbc.JdbcModel
 
Schemas - Static variable in class org.odata4j.producer.edm.Edm.EntitySets
All of the Schemas
schemas - Variable in class org.odata4j.producer.jdbc.JdbcModel
 
scheme - Static variable in class org.odata4j.format.xml.XmlFormatWriter
 
second(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
SecondMethodCallExpression - Interface in org.odata4j.expression
 
segment - Variable in class org.odata4j.internal.EntitySegment
 
select(String) - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
select(String) - Method in class org.odata4j.consumer.ConsumerGetEntityRequest
 
select(String) - Method in interface org.odata4j.core.OEntityGetRequest
Specifies a subset of properties to return.
select(String) - Method in interface org.odata4j.core.OQueryRequest
Sets the selection clauses.
select - Variable in class org.odata4j.producer.QueryInfo
Selection clauses, if present.
selectPaths - Variable in class org.odata4j.producer.PropertyPathHelper
 
selectRPaths - Variable in class org.odata4j.producer.PropertyPathHelper
 
sequenceNumber - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcPrimaryKey
 
ServerErrorException - Exception in org.odata4j.exceptions
 
ServerErrorException() - Constructor for exception org.odata4j.exceptions.ServerErrorException
 
ServerErrorException(String) - Constructor for exception org.odata4j.exceptions.ServerErrorException
 
ServerErrorException(Throwable) - Constructor for exception org.odata4j.exceptions.ServerErrorException
 
ServerErrorException(String, Throwable) - Constructor for exception org.odata4j.exceptions.ServerErrorException
 
ServerErrorException.Factory - Class in org.odata4j.exceptions
 
ServerErrorException.Factory() - Constructor for class org.odata4j.exceptions.ServerErrorException.Factory
 
ServiceDocumentResource - Class in org.odata4j.producer.resources
 
ServiceDocumentResource() - Constructor for class org.odata4j.producer.resources.ServiceDocumentResource
 
serviceRootUri - Variable in class org.odata4j.consumer.AbstractConsumerEntityPayloadRequest
 
set(int, T) - Method in class org.odata4j.core.ImmutableList
 
set(T) - Method in class org.odata4j.producer.jpa.JPAMember
 
setAlias(String) - Method in class org.odata4j.edm.EdmAssociation.Builder
 
setAlias(String) - Method in class org.odata4j.edm.EdmEntityType.Builder
 
setAlias(String) - Method in class org.odata4j.edm.EdmSchema.Builder
 
setAnnotations(List<EdmAnnotation<?>>) - Method in class org.odata4j.edm.EdmItem.Builder
 
setAssociation(EdmAssociation.Builder) - Method in class org.odata4j.edm.EdmAssociationSet.Builder
 
setAssociationName(String) - Method in class org.odata4j.edm.EdmAssociationSet.Builder
 
setBaseType(EdmEntityType.Builder) - Method in class org.odata4j.edm.EdmEntityType.Builder
 
setBaseType(String) - Method in class org.odata4j.edm.EdmEntityType.Builder
 
setClientBehaviors(OClientBehavior...) - Method in interface org.odata4j.consumer.ODataConsumer.Builder
Sets the client behavior extensions associated with the consumer.
setClientBehaviors(OClientBehavior...) - Method in class org.odata4j.consumer.ODataConsumers.Builder
 
setClientBehaviors(OClientBehavior...) - Method in class org.odata4j.cxf.consumer.ODataCxfConsumer.Builder
Sets one or more client behaviors.
setClientBehaviors(OClientBehavior...) - Method in class org.odata4j.jersey.consumer.ODataJerseyConsumer.Builder
Sets one or more client behaviors.
setClientFactory(JerseyClientFactory) - Method in class org.odata4j.jersey.consumer.ODataJerseyConsumer.Builder
Sets a specific JerseyClientFactory.
setCollectionKind(EdmProperty.CollectionKind) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setCollectionType(EdmType.Builder<?, ?>) - Method in class org.odata4j.edm.EdmCollectionType.Builder
 
setCollectionValue(Object, String, Collection<?>) - Method in class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
setCollectionValue(Object, String, Collection<T>) - Method in class org.odata4j.producer.inmemory.BeanModel
Updates a collection property.
setCollectionValue(Object, String, Collection<?>) - Method in interface org.odata4j.producer.inmemory.PropertyModel
 
setCollectionValue(Object, String, Collection<?>) - Method in class org.odata4j.producer.inmemory.PropertyModelDelegate
 
setConcurrencyMode(String) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setCustomOptions(Map<String, String>) - Method in class org.odata4j.producer.QueryInfo.Builder
 
setDeclaringType(EdmStructuralType) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setDefaultValue(String) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setDocumentation(EdmDocumentation) - Method in class org.odata4j.edm.EdmItem.Builder
 
setEdmPropertyBase(EdmPropertyBase) - Method in class org.odata4j.producer.jpa.JPAContext
 
setEnds(EdmAssociationEnd.Builder, EdmAssociationEnd.Builder) - Method in class org.odata4j.edm.EdmAssociation.Builder
 
setEnds(EdmAssociationSetEnd.Builder, EdmAssociationSetEnd.Builder) - Method in class org.odata4j.edm.EdmAssociationSet.Builder
 
setEntity(String) - Method in class org.odata4j.producer.resources.BatchBodyPart
 
setEntityManager(EntityManager) - Method in class org.odata4j.producer.jpa.JPAContext
 
setEntitySet(EdmEntitySet.Builder) - Method in class org.odata4j.edm.EdmAssociationSetEnd.Builder
 
setEntitySet(EdmEntitySet.Builder) - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
setEntitySetName(String) - Method in class org.odata4j.edm.EdmAssociationSetEnd.Builder
 
setEntitySetName(String) - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
setEntitySetName(String) - Method in class org.odata4j.producer.jpa.JPAContext.ContextEntity
 
setEntityTransaction(EntityTransaction) - Method in class org.odata4j.producer.jpa.JPAContext
 
setEntityType(EdmEntityType.Builder) - Method in class org.odata4j.edm.EdmEntitySet.Builder
 
setEntityTypeName(String) - Method in class org.odata4j.edm.EdmEntitySet.Builder
 
setExpand(List<EntitySimpleProperty>) - Method in class org.odata4j.producer.QueryInfo.Builder
 
setFcContentKind(String) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setFcEpmContentKind(String) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setFcEpmKeepInContent(String) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setFcKeepInContent(String) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setFcNsPrefix(String) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setFcNsUri(String) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setFcTargetPath(String) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setFilter(BoolCommonExpression) - Method in class org.odata4j.producer.EntityQueryInfo.Builder
 
setFilter(BoolCommonExpression) - Method in class org.odata4j.producer.QueryInfo.Builder
 
setFixedLength(Boolean) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setFormatType(FormatType) - Method in interface org.odata4j.consumer.ODataConsumer.Builder
Sets the desired format type for all requests.
setFormatType(FormatType) - Method in class org.odata4j.consumer.ODataConsumers.Builder
 
setFormatType(FormatType) - Method in class org.odata4j.cxf.consumer.ODataCxfConsumer.Builder
Sets a preferred FormatType.
setFormatType(FormatType) - Method in class org.odata4j.jersey.consumer.ODataJerseyConsumer.Builder
Sets a preferred FormatType.
setFromTo(EdmAssociationEnd.Builder, EdmAssociationEnd.Builder) - Method in class org.odata4j.edm.EdmNavigationProperty.Builder
 
setFromToName(String, String) - Method in class org.odata4j.edm.EdmNavigationProperty.Builder
 
setHasStream(Boolean) - Method in class org.odata4j.edm.EdmEntityType.Builder
 
setHttpMethod(String) - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
setHttpMethod(ODataBatchProvider.HTTP_METHOD) - Method in class org.odata4j.producer.resources.BatchBodyPart
 
setHttpServerAuthenticator(Authenticator) - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
setIncludeNullPropertyValues(boolean) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
setInlineCount(InlineCount) - Method in class org.odata4j.producer.QueryInfo.Builder
 
setInstance(ODataProducer) - Static method in class org.odata4j.producer.resources.DefaultODataProducerProvider
Sets the given OData producer as a static singleton.
setInstance(XMLFactoryProvider2) - Static method in class org.odata4j.stax2.XMLFactoryProvider2
 
setIsAbstract(Boolean) - Method in class org.odata4j.edm.EdmStructuralType.Builder
 
setIsCollection(boolean) - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
setIsDefault(boolean) - Method in class org.odata4j.edm.EdmEntityContainer.Builder
 
setJerseyFeature(String, boolean) - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
setJerseyTrace(boolean) - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
Enabling this feature can be useful in tracking down issues related to selecting the resource class
setJpaEntity(Object) - Method in class org.odata4j.producer.jpa.JPAContext.ContextEntity
 
setJPAEntity(JPAContext, Object) - Method in class org.odata4j.producer.jpa.JPAContext.EntityAccessor
 
setJPQLQuery(String) - Method in class org.odata4j.producer.jpa.JPAContext
 
setKind(EdmProperty.CollectionKind) - Method in class org.odata4j.edm.EdmCollectionType.Builder
 
setLazyLoadingEnabled(Boolean) - Method in class org.odata4j.edm.EdmEntityContainer.Builder
 
setLocale() - Method in class org.odata4j.producer.edm.MetadataProducer.Context
 
setMaxLength(Integer) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setMimeType(String) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setMode(EdmFunctionParameter.Mode) - Method in class org.odata4j.edm.EdmFunctionParameter.Builder
 
setMultiplicity(EdmMultiplicity) - Method in class org.odata4j.edm.EdmAssociationEnd.Builder
 
setName(String) - Method in class org.odata4j.edm.EdmAssociation.Builder
 
setName(String) - Method in class org.odata4j.edm.EdmAssociationSet.Builder
 
setName(String) - Method in class org.odata4j.edm.EdmEntityContainer.Builder
 
setName(String) - Method in class org.odata4j.edm.EdmEntitySet.Builder
 
setName(String) - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
setName(String) - Method in class org.odata4j.edm.EdmFunctionParameter.Builder
 
setName(String) - Method in class org.odata4j.edm.EdmPropertyBase.Builder
 
setName(String) - Method in class org.odata4j.edm.EdmStructuralType.Builder
 
setNamespace(String) - Method in class org.odata4j.edm.EdmAssociation.Builder
 
setNamespace(String) - Method in class org.odata4j.edm.EdmSchema.Builder
 
setNamespace(String) - Method in class org.odata4j.edm.EdmStructuralType.Builder
 
setNullable(Boolean) - Method in class org.odata4j.edm.EdmFunctionParameter.Builder
 
setNullable(boolean) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setODataApplication(Class<? extends Application>) - Method in class org.odata4j.cxf.producer.server.ODataCxfServer
 
setODataApplication(Class<? extends Application>) - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
setODataApplication(Class<? extends Application>) - Method in interface org.odata4j.producer.server.ODataServer
Sets the OData application.
setOEntity(OEntity) - Method in class org.odata4j.producer.jpa.JPAContext.ContextEntity
 
setOEntityKey(OEntityKey) - Method in class org.odata4j.producer.jpa.JPAContext.ContextEntity
 
setOrderBy(List<OrderByExpression>) - Method in class org.odata4j.producer.QueryInfo.Builder
 
setPrecision(Integer) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setPropertyValue(Object, String, Object) - Method in class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
setPropertyValue(Object, String, Object) - Method in class org.odata4j.producer.inmemory.BeanModel
Updates an instance to set a property to a given value This method is only intended to be used for simple properties
setPropertyValue(Object, String, Object) - Method in class org.odata4j.producer.inmemory.EnumsAsStringsPropertyModelDelegate
 
setPropertyValue(Object, String, Object) - Method in interface org.odata4j.producer.inmemory.PropertyModel
 
setPropertyValue(Object, String, Object) - Method in class org.odata4j.producer.inmemory.PropertyModelDelegate
 
setRelationship(EdmAssociation.Builder) - Method in class org.odata4j.edm.EdmNavigationProperty.Builder
 
setRelationshipName(String) - Method in class org.odata4j.edm.EdmNavigationProperty.Builder
 
setResponse(BaseResponse) - Method in class org.odata4j.producer.jpa.JPAContext
 
SetResponseCommand - Class in org.odata4j.producer.jpa
 
SetResponseCommand() - Constructor for class org.odata4j.producer.jpa.SetResponseCommand
 
SetResponseCommand(JPAContext.EntityAccessor) - Constructor for class org.odata4j.producer.jpa.SetResponseCommand
 
setResult(TResult) - Method in interface org.odata4j.producer.command.ProducerCommandContext
 
setResult(JPAResult) - Method in class org.odata4j.producer.jpa.JPAContext
 
setReturnType(EdmType) - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
setReturnType(EdmType.Builder<?, ?>) - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
setReturnTypeName(String) - Method in class org.odata4j.edm.EdmFunctionImport.Builder
 
setRole(String) - Method in class org.odata4j.edm.EdmAssociationEnd.Builder
 
setRole(EdmAssociationEnd.Builder) - Method in class org.odata4j.edm.EdmAssociationSetEnd.Builder
 
setRoleName(String) - Method in class org.odata4j.edm.EdmAssociationSetEnd.Builder
 
setRootApplication(Class<? extends Application>) - Method in class org.odata4j.cxf.producer.server.ODataCxfServer
 
setRootApplication(Class<? extends Application>) - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
setRootApplication(Class<? extends Application>) - Method in interface org.odata4j.producer.server.ODataServer
Sets the root application.
setScale(Integer) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setSelect(List<EntitySimpleProperty>) - Method in class org.odata4j.producer.QueryInfo.Builder
 
setSkip(Integer) - Method in class org.odata4j.producer.QueryInfo.Builder
 
setSkipToken(String) - Method in class org.odata4j.producer.QueryInfo.Builder
 
setStoreGeneratedPattern(String) - Method in class org.odata4j.edm.EdmProperty.Builder
 
Settings - Class in org.odata4j.format
 
Settings(ODataVersion, EdmDataServices, String, OEntityKey, FeedCustomizationMapping) - Constructor for class org.odata4j.format.Settings
 
Settings(ODataVersion, EdmDataServices, String, OEntityKey, FeedCustomizationMapping, boolean) - Constructor for class org.odata4j.format.Settings
 
Settings(ODataVersion, EdmDataServices, String, OEntityKey, FeedCustomizationMapping, boolean, EdmType) - Constructor for class org.odata4j.format.Settings
 
setTop(Integer) - Method in class org.odata4j.producer.QueryInfo.Builder
 
setType(EdmEntityType.Builder) - Method in class org.odata4j.edm.EdmAssociationEnd.Builder
 
setType(EdmType) - Method in class org.odata4j.edm.EdmFunctionParameter.Builder
 
setType(EdmType.Builder<?, ?>) - Method in class org.odata4j.edm.EdmFunctionParameter.Builder
 
setType(EdmType) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setType(EdmType.Builder<?, ?>) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setTypeName(String) - Method in class org.odata4j.edm.EdmAssociationEnd.Builder
 
setUnicode(Boolean) - Method in class org.odata4j.edm.EdmProperty.Builder
 
setUri(String) - Method in class org.odata4j.producer.resources.BatchBodyPart
 
setVersion(ODataVersion) - Method in class org.odata4j.edm.EdmDataServices.Builder
 
simple(String, T) - Static method in class org.odata4j.core.OProperties
Creates a new OData property, inferring the edm-type from the value provided, which cannot be null.
simple(String, EdmSimpleType<T>, Object) - Static method in class org.odata4j.core.OProperties
Creates a new OData property of the given edm-type.
simple(EdmSimpleType<?>, Object) - Static method in class org.odata4j.producer.Responses
 
simple(EdmSimpleType<?>, String, Object) - Static method in class org.odata4j.producer.Responses
 
simpleProperty(String) - Static method in class org.odata4j.expression.Expression
 
SimpleResponse - Interface in org.odata4j.producer
An SimpleResponse is a response to a client request expecting a single EdmSimpleType value.
single(String, Float) - Static method in class org.odata4j.core.OProperties
Creates a new single-precision-valued OData property with EdmSimpleType.SINGLE
SINGLE - Static variable in class org.odata4j.edm.EdmSimpleType
 
single(float) - Static method in class org.odata4j.expression.Expression
 
singleId(T) - Static method in class org.odata4j.producer.Responses
Creates a new EntityIdResponse instance for payloads with a cardinality of EdmMultiplicity.ONE.
SingleLink - Interface in org.odata4j.format
 
SingleLinks - Class in org.odata4j.format
 
SingleLiteral - Interface in org.odata4j.expression
 
size() - Method in class org.odata4j.core.ImmutableList
 
size() - Method in class org.odata4j.core.ImmutableMap
 
size() - Method in interface org.odata4j.core.OCollection
Gets the size of this collection
skip(int) - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
skip(int) - Method in interface org.odata4j.core.OQueryRequest
Sets the number of items to skip.
skip - Variable in class org.odata4j.producer.QueryInfo
The number of items to skip, if present.
skipNestedEvents() - Method in interface org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamReader
 
skipToken - Variable in class org.odata4j.producer.QueryInfo
The continuation token to use as a starting point, if present.
sleep(long) - Static method in class org.odata4j.internal.InternalUtil
 
sql - Variable in class org.odata4j.producer.jdbc.SqlStatement
 
SqlStatement - Class in org.odata4j.producer.jdbc
 
SqlStatement(String, ImmutableList<SqlStatement.SqlParameter>) - Constructor for class org.odata4j.producer.jdbc.SqlStatement
 
SqlStatement.SqlParameter - Class in org.odata4j.producer.jdbc
 
SqlStatement.SqlParameter(Object, Integer) - Constructor for class org.odata4j.producer.jdbc.SqlStatement.SqlParameter
 
sqlType - Variable in class org.odata4j.producer.jdbc.SqlStatement.SqlParameter
 
start() - Method in class org.odata4j.cxf.producer.server.ODataCxfServer
 
start() - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
start() - Method in interface org.odata4j.producer.server.ODataServer
Starts the OData server.
startArray() - Method in class org.odata4j.format.json.JsonWriter
 
startCallback(String) - Method in class org.odata4j.format.json.JsonWriter
 
startDocument() - Method in class org.odata4j.stax2.domimpl.ManualXMLWriter2
 
startDocument() - Method in class org.odata4j.stax2.staximpl.StaxXMLWriter2
 
startDocument() - Method in interface org.odata4j.stax2.XMLWriter2
 
startElement(String) - Method in class org.odata4j.stax2.domimpl.ManualXMLWriter2
 
startElement(QName2) - Method in class org.odata4j.stax2.domimpl.ManualXMLWriter2
 
startElement(QName2, String) - Method in class org.odata4j.stax2.domimpl.ManualXMLWriter2
 
startElement(String) - Method in class org.odata4j.stax2.staximpl.StaxXMLWriter2
 
startElement(QName2) - Method in class org.odata4j.stax2.staximpl.StaxXMLWriter2
 
startElement(QName2, String) - Method in class org.odata4j.stax2.staximpl.StaxXMLWriter2
 
startElement(String) - Method in interface org.odata4j.stax2.XMLWriter2
 
startElement(QName2) - Method in interface org.odata4j.stax2.XMLWriter2
 
startElement(QName2, String) - Method in interface org.odata4j.stax2.XMLWriter2
 
StartElement2 - Interface in org.odata4j.stax2
 
startObject() - Method in class org.odata4j.format.json.JsonWriter
 
startsWith(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
startsWith(PropertyPath) - Method in class org.odata4j.producer.PropertyPath
 
StartsWithMethodCallExpression - Interface in org.odata4j.expression
 
StaxUtil - Class in org.odata4j.stax2.util
 
StaxUtil() - Constructor for class org.odata4j.stax2.util.StaxUtil
 
StaxXMLFactoryProvider2 - Class in org.odata4j.stax2.staximpl
 
StaxXMLFactoryProvider2() - Constructor for class org.odata4j.stax2.staximpl.StaxXMLFactoryProvider2
 
StaxXMLFactoryProvider2.StaxStartElement2 - Class in org.odata4j.stax2.staximpl
 
StaxXMLFactoryProvider2.StaxStartElement2(StartElement) - Constructor for class org.odata4j.stax2.staximpl.StaxXMLFactoryProvider2.StaxStartElement2
 
StaxXMLWriter2 - Class in org.odata4j.stax2.staximpl
 
StaxXMLWriter2(Writer) - Constructor for class org.odata4j.stax2.staximpl.StaxXMLWriter2
 
stop() - Method in class org.odata4j.cxf.producer.server.ODataCxfServer
 
stop() - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
 
stop(int) - Method in class org.odata4j.jersey.producer.server.ODataJerseyServer
Stops synchronously, handy for unit test scenarios.
stop() - Method in interface org.odata4j.producer.server.ODataServer
Stops the OData server.
string(String, String) - Static method in class org.odata4j.core.OProperties
Creates a new String-valued OData property with EdmSimpleType.STRING
string(String, char) - Static method in class org.odata4j.core.OProperties
Creates a new String-valued OData property with EdmSimpleType.STRING
STRING - Static variable in class org.odata4j.edm.EdmSimpleType
 
string(String) - Static method in class org.odata4j.expression.Expression
 
String_isEmpty(String) - Static method in class org.odata4j.internal.AndroidCompat
 
StringLiteral - Interface in org.odata4j.expression
 
StringProvider2 - Class in org.odata4j.jersey.internal
 
StringProvider2() - Constructor for class org.odata4j.jersey.internal.StringProvider2
 
StringUtils - Class in org.odata4j.repack.org.apache.commons.codec.binary
Converts String to and from bytes using the encodings required by the Java specification.
StringUtils() - Constructor for class org.odata4j.repack.org.apache.commons.codec.binary.StringUtils
 
sub(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
SubExpression - Interface in org.odata4j.expression
 
subList(int, int) - Method in class org.odata4j.core.ImmutableList
 
substring(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
substring(CommonExpression, CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
SubstringMethodCallExpression - Interface in org.odata4j.expression
 
substringOf(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
substringOf(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
SubstringOfMethodCallExpression - Interface in org.odata4j.expression
 
SubTypes - Static variable in class org.odata4j.producer.edm.Edm.StructuralType.NavProps
 
Summary - Static variable in class org.odata4j.producer.edm.Edm.Documentation
 
summaryPropName - Variable in class org.odata4j.internal.FeedCustomizationMapping
 
SuperType - Static variable in class org.odata4j.producer.edm.Edm.StructuralType.NavProps
 

T

tableName - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcTable
 
tableNameEquals(String) - Static method in class org.odata4j.producer.jdbc.JdbcModel
 
tables - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcSchema
 
tableType - Variable in class org.odata4j.producer.jdbc.JdbcModel.JdbcTable
 
TEXT_JAVASCRIPT_CHARSET_UTF8 - Static variable in class org.odata4j.core.ODataConstants
 
TEXT_PLAIN - Static variable in class org.odata4j.core.ODataConstants
 
TEXT_PLAIN_CHARSET_UTF8 - Static variable in class org.odata4j.core.ODataConstants
 
Throwables - Class in org.odata4j.core
Helper methods for dealing with exceptions in catch clauses.
Throwables() - Constructor for class org.odata4j.core.Throwables
 
time(String, LocalTime) - Static method in class org.odata4j.core.OProperties
Creates a new LocalTime-valued OData property with EdmSimpleType.TIME
time(String, Date) - Static method in class org.odata4j.core.OProperties
Creates a new LocalTime-valued OData property with EdmSimpleType.TIME
time(String, Calendar) - Static method in class org.odata4j.core.OProperties
Creates a new LocalTime-valued OData property with EdmSimpleType.TIME
time(String, Timestamp) - Static method in class org.odata4j.core.OProperties
Creates a new LocalTime-valued OData property with EdmSimpleType.TIME
time(String, Time) - Static method in class org.odata4j.core.OProperties
Creates a new LocalTime-valued OData property with EdmSimpleType.TIME
TIME - Static variable in class org.odata4j.edm.EdmSimpleType
 
time(LocalTime) - Static method in class org.odata4j.expression.Expression
 
TIME_FORMATTER - Static variable in class org.odata4j.expression.ExpressionParser
 
TimeLiteral - Interface in org.odata4j.expression
 
title(Class<T>) - Static method in class org.odata4j.core.OFuncs
 
Titled - Interface in org.odata4j.core
An object with a title.
titlePropName - Variable in class org.odata4j.internal.FeedCustomizationMapping
 
toArray() - Method in class org.odata4j.core.ImmutableList
 
toArray(TArray[]) - Method in class org.odata4j.core.ImmutableList
 
toBoolean() - Method in enum org.odata4j.core.Boole
 
toDigit(char, int) - Static method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Converts a hexadecimal character to an integer.
toEdmProperty(String, SingularAttribute<?, ?>) - Method in class org.odata4j.producer.jpa.eclipselink.EclipseLinkJPAEdmGenerator
 
toEdmProperty(String, SingularAttribute<?, ?>) - Method in class org.odata4j.producer.jpa.JPAEdmGenerator
 
toEdmType(SingularAttribute<?, ?>) - Method in class org.odata4j.producer.jpa.JPAEdmGenerator
 
toEntity(Class<T>, OEntity) - Static method in class org.odata4j.internal.InternalUtil
 
toJpql(CommonExpression) - Method in class org.odata4j.producer.jpa.JPQLGenerator
 
toJpql(BoolCommonExpression) - Method in class org.odata4j.producer.jpa.JPQLGenerator
 
toJpqlLiteral(Object) - Static method in class org.odata4j.producer.jpa.JPQLGenerator
 
tokenize(String) - Static method in class org.odata4j.expression.ExpressionParser
 
toKeyString(OEntityId) - Static method in class org.odata4j.core.OEntityIds
Computes the "key string" representation of an entity.
toKeyString() - Method in class org.odata4j.core.OEntityKey
Gets the standard string representation of this entity-key, including parentheses.
toKeyStringWithoutParentheses() - Method in class org.odata4j.core.OEntityKey
Gets the standard string representation of this entity-key, excluding parentheses.
toLower(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
ToLowerMethodCallExpression - Interface in org.odata4j.expression
 
toOEntity(EdmEntitySet, Object, PropertyPathHelper) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
toOEntity(JdbcMetadataMapping, EdmEntitySet, ResultSet) - Method in class org.odata4j.producer.jdbc.JdbcBaseCommand
 
top(int) - Method in class org.odata4j.consumer.AbstractConsumerQueryRequestBase
 
top(int) - Method in class org.odata4j.consumer.ConsumerCountRequest
 
top(int) - Method in interface org.odata4j.core.OCountRequest
Sets a maximum limit on the result returned.
top(int) - Method in interface org.odata4j.core.OQueryRequest
Sets the number of items to return.
top - Variable in class org.odata4j.producer.QueryInfo
The number of items to return, if present.
toPojo(Class<T>, OEntity) - Static method in class org.odata4j.internal.InternalUtil
 
toPojo(OComplexObject, Class<T>) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
Transforms an OComplexObject into a POJO of the given class
toPojo(OEntity, Class<T>) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
Transforms the given entity into a POJO of type pojoClass.
toQName(QName2) - Static method in class org.odata4j.stax2.staximpl.StaxXMLFactoryProvider2
 
toResponse(RuntimeException) - Method in class org.odata4j.producer.resources.ExceptionMappingProvider
 
toSingleLink(OEntityId) - Method in class org.odata4j.consumer.AbstractConsumerEntityRequest
 
toString() - Method in class org.odata4j.core.GenericAnnotation
 
toString() - Method in class org.odata4j.core.Guid
 
toString() - Method in class org.odata4j.core.ImmutableList
 
toString() - Method in class org.odata4j.core.OEntityKey
 
toString() - Method in class org.odata4j.core.PrefixedNamespace
 
toString() - Method in class org.odata4j.core.UnsignedByte
 
toString() - Method in class org.odata4j.edm.EdmAssociation
 
toString() - Method in class org.odata4j.edm.EdmAssociationEnd
 
toString() - Method in class org.odata4j.edm.EdmEntitySet
 
toString() - Method in class org.odata4j.edm.EdmEntityType
 
toString() - Method in class org.odata4j.edm.EdmNavigationProperty
 
toString() - Method in class org.odata4j.edm.EdmProperty
 
toString() - Method in class org.odata4j.edm.EdmType
 
toString() - Method in class org.odata4j.expression.ExpressionParser.Token
 
toString() - Method in class org.odata4j.expression.FilterExpressionVisitor
 
toString() - Method in class org.odata4j.expression.PrintExpressionVisitor
 
toString() - Method in class org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamTokenizer.JsonToken
 
toString() - Method in class org.odata4j.format.xml.AtomCollectionInfo
 
toString() - Method in class org.odata4j.format.xml.AtomFeedFormatParser.DataServicesAtomEntry
 
toString() - Method in class org.odata4j.internal.EdmDataServicesDecorator
 
toString() - Method in class org.odata4j.internal.EntitySegment
 
toString(DateTime) - Static method in class org.odata4j.internal.InternalUtil
 
toString() - Method in class org.odata4j.producer.PropertyPath
 
toString() - Method in class org.odata4j.producer.PropertyPathHelper
 
toString() - Method in class org.odata4j.producer.QueryInfo
 
toString() - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Returns a string representation of the object, which includes the charset name.
toString() - Method in class org.odata4j.stax2.QName2
 
toUpper(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
ToUpperMethodCallExpression - Interface in org.odata4j.expression
 
toXml(ODataClientResponse) - Method in class org.odata4j.consumer.AbstractODataClient
 
toXml(ODataClientResponse) - Method in class org.odata4j.cxf.consumer.ODataCxfClient
 
transform(ODataClientRequest) - Method in class org.odata4j.consumer.behaviors.AzureTableBehavior
 
transform(ODataClientRequest) - Method in class org.odata4j.consumer.behaviors.BasicAuthenticationBehavior
 
transform(ODataClientRequest) - Method in class org.odata4j.consumer.behaviors.DallasCtp2AuthenticationBehavior
 
transform(ODataClientRequest) - Method in class org.odata4j.consumer.behaviors.MethodTunnelingBehavior
 
transform(ODataClientRequest) - Method in interface org.odata4j.consumer.behaviors.OClientBehavior
Transforms the current http request.
transform(ODataClientRequest) - Method in class org.odata4j.consumer.behaviors.OldStylePagingBehavior
 
transform(ODataClientRequest) - Method in enum org.odata4j.jersey.consumer.behaviors.AllowSelfSignedCertsBehavior
 
trim(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
TrimMethodCallExpression - Interface in org.odata4j.expression
 
type - Variable in class org.odata4j.expression.ExpressionParser.Token
 
type - Variable in class org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamTokenizer.JsonToken
 
Type - Static variable in class org.odata4j.producer.edm.Edm.Property
 
TYPE_PROPERTY - Static variable in class org.odata4j.format.json.JsonFormatParser
 
TypeConverter - Class in org.odata4j.internal
 
TypeConverter() - Constructor for class org.odata4j.internal.TypeConverter
 
typeMapping - Variable in class org.odata4j.producer.inmemory.InMemoryEdmGenerator
 

U

UmbrellaException - Exception in org.odata4j.core
Unchecked exception that rolls up one or more underlying exceptions.
UmbrellaException(Collection<Exception>) - Constructor for exception org.odata4j.core.UmbrellaException
 
Unicode - Static variable in class org.odata4j.producer.edm.Edm.Property
 
UnsignedByte - Class in org.odata4j.core
Unsigned 8-bit integer (0-255)
UnsignedByte(int) - Constructor for class org.odata4j.core.UnsignedByte
 
UnsupportedMediaTypeException - Exception in org.odata4j.exceptions
 
UnsupportedMediaTypeException() - Constructor for exception org.odata4j.exceptions.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(String) - Constructor for exception org.odata4j.exceptions.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(Throwable) - Constructor for exception org.odata4j.exceptions.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(String, Throwable) - Constructor for exception org.odata4j.exceptions.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException.Factory - Class in org.odata4j.exceptions
 
UnsupportedMediaTypeException.Factory() - Constructor for class org.odata4j.exceptions.UnsupportedMediaTypeException.Factory
 
updateEntity(ODataClientRequest) - Method in class org.odata4j.consumer.AbstractODataClient
 
updateEntity(OEntity) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
updateEntity(ODataClientRequest) - Method in interface org.odata4j.consumer.ODataClient
 
updateEntity(OEntity) - Method in interface org.odata4j.consumer.ODataConsumer
Modifies an existing entity using update semantics.
updateEntity(String, OEntity) - Method in class org.odata4j.producer.command.CommandProducer
 
updateEntity(String, OEntity) - Method in class org.odata4j.producer.edm.MetadataProducer
 
updateEntity(String, OEntity) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
updateEntity(String, OEntity) - Method in class org.odata4j.producer.jpa.JPAProducer
 
updateEntity(String, OEntity) - Method in interface org.odata4j.producer.ODataProducer
Modifies an existing entity using update semantics.
updateEntity(String, OEntity) - Method in class org.odata4j.producer.ODataProducerDelegate
 
updateEntity(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, InputStream) - Method in class org.odata4j.producer.resources.EntityRequestResource
 
updateEntity(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String, String, String) - Method in class org.odata4j.producer.resources.EntityRequestResource
Updates an entity given a String payload.
updateEntity(ContextResolver<ODataProducer>, String, String, String) - Method in class org.odata4j.producer.resources.PropertyRequestResource
 
UpdateEntityCommand - Class in org.odata4j.producer.jpa
 
UpdateEntityCommand() - Constructor for class org.odata4j.producer.jpa.UpdateEntityCommand
 
UpdateEntityCommandContext - Interface in org.odata4j.producer.command
 
updateLink(ODataClientRequest) - Method in class org.odata4j.consumer.AbstractODataClient
 
updateLink(OEntityId, OEntityId, String, Object...) - Method in class org.odata4j.consumer.AbstractODataConsumer
 
updateLink(ODataClientRequest) - Method in interface org.odata4j.consumer.ODataClient
 
updateLink(OEntityId, OEntityId, String, Object...) - Method in interface org.odata4j.consumer.ODataConsumer
Updates related entity links between two entities by navigation property.
updateLink(OEntityId, String, OEntityKey, OEntityId) - Method in class org.odata4j.producer.command.CommandProducer
 
updateLink(OEntityId, String, OEntityKey, OEntityId) - Method in class org.odata4j.producer.edm.MetadataProducer
 
updateLink(OEntityId, String, OEntityKey, OEntityId) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
updateLink(OEntityId, String, OEntityKey, OEntityId) - Method in class org.odata4j.producer.jpa.JPAProducer
 
updateLink(OEntityId, String, OEntityKey, OEntityId) - Method in interface org.odata4j.producer.ODataProducer
Replaces an existing link between two entities.
updateLink(OEntityId, String, OEntityKey, OEntityId) - Method in class org.odata4j.producer.ODataProducerDelegate
 
updateLink(HttpHeaders, UriInfo, ContextResolver<ODataProducer>, String) - Method in class org.odata4j.producer.resources.LinksRequestResource
 
UpdateLinkCommandContext - Interface in org.odata4j.producer.command
 
updateMediaLinkEntry(OEntity, OutputStream) - Method in interface org.odata4j.producer.OMediaLinkExtension
Updates an OEntity for an existing media link entry.
updateMediaLinkEntry(HttpHeaders, UriInfo, ODataProducer, EdmEntitySet, InputStream, OEntityKey) - Method in class org.odata4j.producer.resources.EntityRequestResource
Updates the media resource found in the payload for the media link entry (mle) identified by the given key.
URI_PROPERTY - Static variable in class org.odata4j.format.json.JsonFormatParser
 
uriInfo - Variable in class org.odata4j.producer.resources.ExceptionMappingProvider
 
url - Variable in class org.odata4j.producer.jdbc.Jdbc
 
urlCombine(String, String) - Static method in class org.odata4j.format.xml.XmlFormatParser
 
US_ASCII - Static variable in class org.odata4j.repack.org.apache.commons.codec.CharEncoding
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
user - Variable in class org.odata4j.producer.jdbc.Jdbc
 
USER_AGENT - Static variable in class org.odata4j.core.ODataConstants.Headers
 
UTF_16 - Static variable in class org.odata4j.repack.org.apache.commons.codec.CharEncoding
Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output)
UTF_16BE - Static variable in class org.odata4j.repack.org.apache.commons.codec.CharEncoding
Sixteen-bit Unicode Transformation Format, big-endian byte order.
UTF_16LE - Static variable in class org.odata4j.repack.org.apache.commons.codec.CharEncoding
Sixteen-bit Unicode Transformation Format, little-endian byte order.
UTF_8 - Static variable in class org.odata4j.core.ODataConstants.Charsets.Lower
 
UTF_8 - Static variable in class org.odata4j.core.ODataConstants.Charsets.Upper
 
UTF_8 - Static variable in class org.odata4j.repack.org.apache.commons.codec.CharEncoding
Eight-bit Unicode Transformation Format.

V

ValidateCountRequestProcessor - Class in org.odata4j.producer.jpa
 
ValidateCountRequestProcessor() - Constructor for class org.odata4j.producer.jpa.ValidateCountRequestProcessor
 
value - Variable in class org.odata4j.expression.ExpressionParser.Token
 
value - Variable in class org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamTokenizer.JsonToken
 
value - Variable in class org.odata4j.producer.jdbc.SqlStatement.SqlParameter
 
valueOf(String) - Static method in enum org.odata4j.command.CommandResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.command.FilterResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.consumer.ODataConsumer.Dump
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.core.Boole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.core.ODataHttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.core.ODataVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.core.OEntityKey.KeyType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class org.odata4j.core.UnsignedByte
 
valueOf(String) - Static method in enum org.odata4j.edm.EdmFunctionParameter.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.edm.EdmMultiplicity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.edm.EdmProperty.CollectionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.expression.ExpressionParser.AggregateFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.expression.ExpressionParser.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.expression.OrderByExpression.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.format.FormatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamTokenizer.JsonTokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.jersey.consumer.behaviors.AllowSelfSignedCertsBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.producer.InlineCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.producer.inmemory.InMemoryProducer.RequestContext.RequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.producer.jpa.JPAProducer.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odata4j.producer.resources.ODataBatchProvider.HTTP_METHOD
Returns the enum constant of this type with the specified name.
ValueRequestResource - Class in org.odata4j.producer.resources
 
ValueRequestResource() - Constructor for class org.odata4j.producer.resources.ValueRequestResource
 
values() - Static method in enum org.odata4j.command.CommandResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.command.FilterResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.consumer.ODataConsumer.Dump
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.core.Boole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.odata4j.core.ImmutableMap
 
values() - Static method in enum org.odata4j.core.ODataHttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.core.ODataVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.core.OEntityKey.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.edm.EdmFunctionParameter.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.edm.EdmMultiplicity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.edm.EdmProperty.CollectionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.expression.ExpressionParser.AggregateFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.expression.ExpressionParser.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.expression.OrderByExpression.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.format.FormatType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.format.json.JsonStreamReaderFactory.JsonStreamTokenizer.JsonTokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.jersey.consumer.behaviors.AllowSelfSignedCertsBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.producer.InlineCount
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.producer.inmemory.InMemoryProducer.RequestContext.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.producer.jpa.JPAProducer.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odata4j.producer.resources.ODataBatchProvider.HTTP_METHOD
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.odata4j.format.json.JsonFormatParser
 
version - Variable in class org.odata4j.format.Settings
 
visit(ExpressionVisitor) - Method in interface org.odata4j.expression.CommonExpression
 
visit(String) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(OrderByExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(OrderByExpression.Direction) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(AddExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(AndExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(BooleanLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(CastExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(ConcatMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(DateTimeLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(DateTimeOffsetLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(DecimalLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(DivExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(EndsWithMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(EntitySimpleProperty) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(EqExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(GeExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(GtExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(GuidLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(BinaryLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(ByteLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(SByteLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(IndexOfMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(SingleLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(DoubleLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(IntegralLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(Int64Literal) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(IsofExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(LeExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(LengthMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(LtExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(ModExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(MulExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(NeExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(NegateExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(NotExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(NullLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(OrExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(ParenExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(BoolParenExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(ReplaceMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(StartsWithMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(StringLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(SubExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(SubstringMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(SubstringOfMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(TimeLiteral) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(ToLowerMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(ToUpperMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(TrimMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(YearMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(MonthMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(DayMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(HourMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(MinuteMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(SecondMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(RoundMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(FloorMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(CeilingMethodCallExpression) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(AggregateAnyFunction) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(AggregateAllFunction) - Method in interface org.odata4j.expression.ExpressionVisitor
 
visit(NullLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(BooleanLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(GuidLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(StringLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(Int64Literal) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(IntegralLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(DoubleLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(SingleLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(DecimalLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(BinaryLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(DateTimeLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(DateTimeOffsetLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(TimeLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(ByteLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(String) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(OrderByExpression.Direction) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(OrderByExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(SByteLiteral) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(AddExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(AndExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(CastExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(ConcatMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(DivExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(EndsWithMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(EntitySimpleProperty) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(EqExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(GeExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(GtExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(IndexOfMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(IsofExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(LeExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(LengthMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(LtExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(ModExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(MulExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(NeExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(NegateExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(NotExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(OrExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(ParenExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(BoolParenExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(ReplaceMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(StartsWithMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(SubExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(SubstringMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(SubstringOfMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(ToLowerMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(ToUpperMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(TrimMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(YearMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(MonthMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(DayMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(HourMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(MinuteMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(SecondMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(RoundMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(FloorMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(CeilingMethodCallExpression) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(AggregateAnyFunction) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(AggregateAllFunction) - Method in class org.odata4j.expression.FilterExpressionVisitor
 
visit(String) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(AddExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(AndExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(BooleanLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(CastExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(ConcatMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(DateTimeLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(DateTimeOffsetLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(DecimalLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(DivExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(EndsWithMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(EntitySimpleProperty) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(EqExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(GeExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(GtExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(GuidLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(IndexOfMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(IntegralLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(IsofExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(LeExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(LengthMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(LtExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(ModExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(MulExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(NeExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(NegateExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(NotExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(NullLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(OrExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(ParenExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(BoolParenExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(ReplaceMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(StartsWithMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(StringLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(SubExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(SubstringMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(SubstringOfMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(TimeLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(ToLowerMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(ToUpperMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(TrimMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(YearMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(MonthMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(DayMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(HourMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(MinuteMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(SecondMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(RoundMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(FloorMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(CeilingMethodCallExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(OrderByExpression) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(OrderByExpression.Direction) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(Int64Literal) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(SingleLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(DoubleLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(BinaryLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(ByteLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(SByteLiteral) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(AggregateAnyFunction) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(AggregateAllFunction) - Method in class org.odata4j.expression.PrintExpressionVisitor
 
visit(String) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(OrderByExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(OrderByExpression.Direction) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(AddExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(AndExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(BooleanLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(CastExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(ConcatMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(DateTimeLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(DateTimeOffsetLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(DecimalLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(DivExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(EndsWithMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(EntitySimpleProperty) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(EqExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(GeExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(GtExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(GuidLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(BinaryLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(ByteLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(SByteLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(IndexOfMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(SingleLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(DoubleLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(IntegralLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(Int64Literal) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(IsofExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(LeExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(LengthMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(LtExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(ModExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(MulExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(NeExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(NegateExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(NotExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(NullLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(OrExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(ParenExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(BoolParenExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(ReplaceMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(StartsWithMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(StringLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(SubExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(SubstringMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(SubstringOfMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(TimeLiteral) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(ToLowerMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(ToUpperMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(TrimMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(YearMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(MonthMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(DayMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(HourMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(MinuteMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(SecondMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(RoundMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(FloorMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(CeilingMethodCallExpression) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(AggregateAnyFunction) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 
visit(AggregateAllFunction) - Method in class org.odata4j.producer.jdbc.GenerateWhereClause
 

W

widen(Func1<T1, T2>) - Static method in class org.odata4j.core.OFuncs
 
write(UriInfo, Writer, T) - Method in interface org.odata4j.format.FormatWriter
Write an object to the formatted version of the stream
write(UriInfo, Writer, ErrorResponse) - Method in class org.odata4j.format.json.JsonErrorFormatWriter
 
write(UriInfo, Writer, T) - Method in class org.odata4j.format.json.JsonFormatWriter
 
write(UriInfo, Writer, Entry) - Method in class org.odata4j.format.json.JsonRequestEntryFormatWriter
 
write(UriInfo, Writer, CollectionResponse<?>) - Method in class org.odata4j.format.xml.AtomCollectionFormatWriter
 
write(UriInfo, Writer, ComplexObjectResponse) - Method in class org.odata4j.format.xml.AtomComplexFormatWriter
 
write(UriInfo, Writer, EntityResponse) - Method in class org.odata4j.format.xml.AtomEntryFormatWriter
 
write(UriInfo, Writer, ErrorResponse) - Method in class org.odata4j.format.xml.AtomErrorFormatWriter
 
write(UriInfo, Writer, EntitiesResponse) - Method in class org.odata4j.format.xml.AtomFeedFormatWriter
 
write(UriInfo, Writer, Entry) - Method in class org.odata4j.format.xml.AtomRequestEntryFormatWriter
 
write(UriInfo, Writer, EdmDataServices) - Method in class org.odata4j.format.xml.AtomServiceDocumentFormatWriter
 
write(UriInfo, Writer, SimpleResponse) - Method in class org.odata4j.format.xml.AtomSimpleFormatWriter
 
write(UriInfo, Writer, SingleLink) - Method in class org.odata4j.format.xml.AtomSingleLinkFormatWriter
 
write(UriInfo, Writer, SingleLinks) - Method in class org.odata4j.format.xml.AtomSingleLinksFormatWriter
 
write(EdmDataServices, Writer) - Static method in class org.odata4j.format.xml.EdmxFormatWriter
 
write(UriInfo, Writer, PropertyResponse) - Method in class org.odata4j.format.xml.XmlPropertyFormatWriter
 
writeAttribute(String, String) - Method in class org.odata4j.stax2.domimpl.ManualXMLWriter2
 
writeAttribute(QName2, String) - Method in class org.odata4j.stax2.domimpl.ManualXMLWriter2
 
writeAttribute(String, String) - Method in class org.odata4j.stax2.staximpl.StaxXMLWriter2
 
writeAttribute(QName2, String) - Method in class org.odata4j.stax2.staximpl.StaxXMLWriter2
 
writeAttribute(String, String) - Method in interface org.odata4j.stax2.XMLWriter2
 
writeAttribute(QName2, String) - Method in interface org.odata4j.stax2.XMLWriter2
 
writeBoolean(boolean) - Method in class org.odata4j.format.json.JsonWriter
 
writeCollection(JsonWriter, EdmCollectionType, OCollection<? extends OObject>) - Method in class org.odata4j.format.json.JsonFormatWriter
 
writeComplexObject(JsonWriter, String, String, List<OProperty<?>>) - Method in class org.odata4j.format.json.JsonFormatWriter
 
writeContent(UriInfo, JsonWriter, CollectionResponse<?>) - Method in class org.odata4j.format.json.JsonCollectionFormatWriter
 
writeContent(UriInfo, JsonWriter, ComplexObjectResponse) - Method in class org.odata4j.format.json.JsonComplexObjectFormatWriter
 
writeContent(UriInfo, JsonWriter, EntityResponse) - Method in class org.odata4j.format.json.JsonEntryFormatWriter
 
writeContent(UriInfo, JsonWriter, EntitiesResponse) - Method in class org.odata4j.format.json.JsonFeedFormatWriter
 
writeContent(UriInfo, JsonWriter, T) - Method in class org.odata4j.format.json.JsonFormatWriter
A strategy method to actually write content objects
writeContent(UriInfo, JsonWriter, PropertyResponse) - Method in class org.odata4j.format.json.JsonPropertyFormatWriter
 
writeContent(UriInfo, JsonWriter, Entry) - Method in class org.odata4j.format.json.JsonRequestEntryFormatWriter
 
writeContent(UriInfo, JsonWriter, EdmDataServices) - Method in class org.odata4j.format.json.JsonServiceDocumentFormatWriter
 
writeContent(UriInfo, JsonWriter, SimpleResponse) - Method in class org.odata4j.format.json.JsonSimpleFormatWriter
 
writeContent(UriInfo, JsonWriter, SingleLink) - Method in class org.odata4j.format.json.JsonSingleLinkFormatWriter
 
writeContent(UriInfo, JsonWriter, SingleLinks) - Method in class org.odata4j.format.json.JsonSingleLinksFormatWriter
 
writeElement(XMLWriter2, String, String, String...) - Method in class org.odata4j.format.xml.XmlFormatWriter
 
writeEntry(XMLWriter2, OEntity, List<OProperty<?>>, List<OLink>, String, String, EdmEntitySet, boolean) - Method in class org.odata4j.format.xml.XmlFormatWriter
 
writeLinkInline(XMLWriter2, OLink, String, String, String, boolean) - Method in class org.odata4j.format.xml.XmlFormatWriter
 
writeLinks(JsonWriter, OEntity, UriInfo, boolean) - Method in class org.odata4j.format.json.JsonFormatWriter
 
writeName(String) - Method in class org.odata4j.format.json.JsonWriter
 
writeNamespace(String, String) - Method in class org.odata4j.stax2.domimpl.ManualXMLWriter2
 
writeNamespace(String, String) - Method in class org.odata4j.stax2.staximpl.StaxXMLWriter2
 
writeNamespace(String, String) - Method in interface org.odata4j.stax2.XMLWriter2
 
writeNull() - Method in class org.odata4j.format.json.JsonWriter
 
writeNumber(int) - Method in class org.odata4j.format.json.JsonWriter
 
writeNumber(float) - Method in class org.odata4j.format.json.JsonWriter
 
writeOEntity(UriInfo, JsonWriter, OEntity, EdmEntitySet, boolean) - Method in class org.odata4j.format.json.JsonFormatWriter
 
writeOProperties(JsonWriter, List<OProperty<?>>) - Method in class org.odata4j.format.json.JsonFormatWriter
 
writeProperties(XMLWriter2, List<OProperty<?>>) - Method in class org.odata4j.format.xml.XmlFormatWriter
 
writeProperty(JsonWriter, OProperty<?>) - Method in class org.odata4j.format.json.JsonFormatWriter
 
writeProperty(XMLWriter2, OProperty<?>, boolean) - Method in class org.odata4j.format.xml.XmlFormatWriter
 
writeProperty(XMLWriter2, String, EdmType, Object, boolean, boolean) - Method in class org.odata4j.format.xml.XmlFormatWriter
 
writeRaw(String) - Method in class org.odata4j.format.json.JsonWriter
 
writeRequestEntry(Writer, Entry) - Method in class org.odata4j.format.xml.AtomEntryFormatWriter
 
writeRequestLink(JsonWriter, OLink, OEntity, UriInfo) - Method in class org.odata4j.format.json.JsonFormatWriter
 
writeResponseLink(JsonWriter, OLink, OEntity, UriInfo) - Method in class org.odata4j.format.json.JsonFormatWriter
 
writeSeparator() - Method in class org.odata4j.format.json.JsonWriter
 
writeString(String) - Method in class org.odata4j.format.json.JsonWriter
 
writeText(String) - Method in class org.odata4j.stax2.domimpl.ManualXMLWriter2
 
writeText(String) - Method in class org.odata4j.stax2.staximpl.StaxXMLWriter2
 
writeText(String) - Method in interface org.odata4j.stax2.XMLWriter2
 
writeTo(String, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.odata4j.jersey.internal.StringProvider2
 
writeValue(JsonWriter, EdmType, Object) - Method in class org.odata4j.format.json.JsonFormatWriter
 

X

X_HTTP_METHOD - Static variable in class org.odata4j.core.ODataConstants.Headers
 
XML_BASE - Static variable in class org.odata4j.format.xml.XmlFormatParser
 
XMLEvent2 - Interface in org.odata4j.stax2
 
XMLEventReader2 - Interface in org.odata4j.stax2
 
XMLEventWriter2 - Interface in org.odata4j.stax2
 
XMLFactoryProvider2 - Class in org.odata4j.stax2
 
XMLFactoryProvider2() - Constructor for class org.odata4j.stax2.XMLFactoryProvider2
 
XmlFormatParser - Class in org.odata4j.format.xml
 
XmlFormatParser() - Constructor for class org.odata4j.format.xml.XmlFormatParser
 
XmlFormatWriter - Class in org.odata4j.format.xml
 
XmlFormatWriter() - Constructor for class org.odata4j.format.xml.XmlFormatWriter
 
XMLInputFactory2 - Interface in org.odata4j.stax2
 
XMLOutputFactory2 - Interface in org.odata4j.stax2
 
XmlPropertyFormatWriter - Class in org.odata4j.format.xml
 
XmlPropertyFormatWriter() - Constructor for class org.odata4j.format.xml.XmlPropertyFormatWriter
 
XmlPullXMLFactoryProvider2 - Class in org.odata4j.stax2.xppimpl
 
XmlPullXMLFactoryProvider2() - Constructor for class org.odata4j.stax2.xppimpl.XmlPullXMLFactoryProvider2
 
XMLWriter2 - Interface in org.odata4j.stax2
 
XMLWriterFactory2 - Interface in org.odata4j.stax2
 

Y

year(CommonExpression) - Static method in class org.odata4j.expression.Expression
 
YearMethodCallExpression - Interface in org.odata4j.expression
 

_

_build() - Method in class org.odata4j.edm.EdmType.Builder
 

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 _

http://odata4j.org