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

G

ge(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
GeExpression - Interface in org.odata4j.expression
 
get(String) - Static method in class org.odata4j.consumer.ODataClientRequest
 
get(String) - Static method in class org.odata4j.edm.EdmType
 
getAssociations() - Method in class org.odata4j.edm.EdmDataServices
 
getAttributeByName(QName2) - Method in interface org.odata4j.stax2.StartElement2
 
getAttributeByName(String) - Method in interface org.odata4j.stax2.StartElement2
 
getBeanClass() - Method in class org.odata4j.producer.inmemory.BeanModel
 
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.
getCharsetName() - Method in class org.odata4j.repack.org.apache.commons.codec.binary.Hex
Gets the charset name.
getClientAccessPolicyXml() - Method in class org.odata4j.producer.resources.ClientAccessPolicyXmlResource
 
getCollections(ODataClientRequest) - Method in class org.odata4j.consumer.ODataClient
 
getComplexTypes() - Method in class org.odata4j.edm.EdmDataServices
 
getContentType() - Method in interface org.odata4j.format.FormatWriter
 
getContentType() - Method in class org.odata4j.format.json.JsonFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.AtomEntryFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.AtomFeedFormatWriter
 
getContentType() - Method in class org.odata4j.format.xml.AtomServiceDocumentFormatWriter
 
getCrossDomainXml() - Method in class org.odata4j.producer.resources.CrossDomainXmlResource
 
getEdmEntitySet(String) - Method in class org.odata4j.edm.EdmDataServices
 
getElementText() - Method in interface org.odata4j.stax2.XMLEventReader2
 
getEntities(ODataClientRequest) - Method in class org.odata4j.consumer.ODataClient
 
getEntities(ORelatedEntitiesLink) - Method in class org.odata4j.consumer.ODataConsumer
 
getEntities(String) - Method in class org.odata4j.consumer.ODataConsumer
 
getEntities(Class<T>, String) - Method in class org.odata4j.consumer.ODataConsumer
 
getEntities() - Method in interface org.odata4j.producer.EntitiesResponse
 
getEntities(String, QueryInfo) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getEntities(String, QueryInfo) - Method in class org.odata4j.producer.jpa.JPAProducer
 
getEntities(String, QueryInfo) - Method in interface org.odata4j.producer.ODataProducer
 
getEntities(HttpContext, ODataProducer, String, String, String, String, String, String, String, String, String) - Method in class org.odata4j.producer.resources.EntitiesRequestResource
 
getEntity(ODataClientRequest) - Method in class org.odata4j.consumer.ODataClient
 
getEntity(String, Object...) - Method in class org.odata4j.consumer.ODataConsumer
 
getEntity(ORelatedEntityLink) - Method in class org.odata4j.consumer.ODataConsumer
 
getEntity(Class<T>, String, Object...) - Method in class org.odata4j.consumer.ODataConsumer
 
getEntity() - Method in interface org.odata4j.producer.EntityResponse
 
getEntity(String, Object) - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getEntity(String, Object) - Method in class org.odata4j.producer.jpa.JPAProducer
 
getEntity(String, Object) - Method in interface org.odata4j.producer.ODataProducer
 
getEntity(HttpContext, ODataProducer, String, String, String, String) - Method in class org.odata4j.producer.resources.EntityRequestResource
 
getEntityRelId(List<String>, List<OProperty<?>>, String) - Static method in class org.odata4j.internal.InternalUtil
 
getEntitySet() - Method in interface org.odata4j.producer.EntitiesResponse
 
getEntitySet() - Method in interface org.odata4j.producer.EntityResponse
 
getEntitySets() - Method in class org.odata4j.consumer.ODataConsumer
 
getEntitySets() - Method in class org.odata4j.edm.EdmDataServices
 
getEntityTypes() - Method in class org.odata4j.edm.EdmDataServices
 
getEntry() - Method in class org.odata4j.consumer.ODataClientRequest
 
getEntryFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.AtomWriters
 
getEntryFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.JsonWriters
 
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
 
getFeedFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.AtomWriters
 
getFeedFormatWriter() - Method in class org.odata4j.format.FormatWriterFactory.JsonWriters
 
getFind() - Method in interface org.odata4j.expression.ReplaceMethodCallExpression
 
getFormatWriter(Class<T>, List<MediaType>, String, String) - Static method in class org.odata4j.format.FormatWriterFactory
 
getFQAliasName() - Method in class org.odata4j.edm.EdmAssociation
 
getFQAliasName() - Method in class org.odata4j.edm.EdmEntityType
 
getFQName() - Method in class org.odata4j.edm.EdmComplexType
 
getFQNamespaceName() - Method in class org.odata4j.edm.EdmAssociation
 
getFQNamespaceName() - Method in class org.odata4j.edm.EdmEntityType
 
getHeaders() - Method in class org.odata4j.consumer.ODataClientRequest
 
getHref() - Method in interface org.odata4j.core.OLink
 
getInlineCount() - Method in interface org.odata4j.producer.EntitiesResponse
 
getInstance() - Static method in class org.odata4j.stax2.XMLFactoryProvider2
 
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
 
getLinks() - Method in interface org.odata4j.core.OEntity
 
getLocalPart() - Method in class org.odata4j.stax2.QName2
 
getMetadata(ODataClientRequest) - Method in class org.odata4j.consumer.ODataClient
 
getMetadata() - Method in class org.odata4j.consumer.ODataConsumer
 
getMetadata() - Method in class org.odata4j.producer.inmemory.InMemoryProducer
 
getMetadata() - Method in class org.odata4j.producer.jpa.JPAProducer
 
getMetadata() - Method in interface org.odata4j.producer.ODataProducer
 
getMetadata(ODataProducer) - Method in class org.odata4j.producer.resources.MetadataResource
 
getMethod() - Method in class org.odata4j.consumer.ODataClientRequest
 
getName() - Method in interface org.odata4j.core.NamedValue
 
getName() - Method in interface org.odata4j.stax2.EndElement2
 
getName() - Method in interface org.odata4j.stax2.StartElement2
 
getNamespaceURI() - Method in class org.odata4j.stax2.QName2
 
getPrefix() - Method in class org.odata4j.stax2.QName2
 
getProperties() - Method in interface org.odata4j.core.OComplexType
 
getProperties() - Method in interface org.odata4j.core.OEntity
 
getProperty(String) - Method in interface org.odata4j.core.OEntity
 
getProperty(String, Class<T>) - Method in interface org.odata4j.core.OEntity
 
getPropertyInfo(SingularAttribute<?, ?>, EdmType) - Static method in class org.odata4j.producer.jpa.eclipselink.EclipseLink
 
getPropertyName() - Method in interface org.odata4j.expression.EntitySimpleProperty
 
getPropertyNames() - Method in class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
getPropertyNames() - Method in class org.odata4j.producer.inmemory.BeanModel
 
getPropertyNames() - Method in interface org.odata4j.producer.inmemory.PropertyModel
 
getPropertyType(String) - Method in class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
getPropertyType(String) - Method in class org.odata4j.producer.inmemory.BeanModel
 
getPropertyType(String) - Method in interface org.odata4j.producer.inmemory.PropertyModel
 
getPropertyValue(Object, String) - Method in class org.odata4j.producer.inmemory.BeanBasedPropertyModel
 
getPropertyValue(Object, String) - Method in class org.odata4j.producer.inmemory.BeanModel
 
getPropertyValue(Object, String) - Method in interface org.odata4j.producer.inmemory.PropertyModel
 
getQueryParams() - Method in class org.odata4j.consumer.ODataClientRequest
 
getRelation() - Method in interface org.odata4j.core.OLink
 
getReplace() - Method in interface org.odata4j.expression.ReplaceMethodCallExpression
 
getRHS() - Method in interface org.odata4j.expression.BinaryBoolCommonExpression
 
getRHS() - Method in interface org.odata4j.expression.BinaryCommonExpression
 
getRHS() - Method in interface org.odata4j.expression.ConcatMethodCallExpression
 
getServiceDocument(HttpContext, 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.ODataConsumer
 
getSkipToken() - Method in interface org.odata4j.producer.EntitiesResponse
 
getStart() - Method in interface org.odata4j.expression.SubstringMethodCallExpression
 
getSymbolString() - Method in enum org.odata4j.edm.EdmMultiplicity
 
getTarget() - Method in interface org.odata4j.expression.CeilingMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.DayMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.EndsWithMethodCallExpression
 
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.StartsWithMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.SubstringMethodCallExpression
 
getTarget() - Method in interface org.odata4j.expression.SubstringOfMethodCallExpression
 
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
 
getTextContent(Element) - Static method in class org.odata4j.internal.PlatformUtil
 
getTitle() - Method in interface org.odata4j.core.AtomInfo
 
getTitle() - Method in interface org.odata4j.core.OLink
 
getType() - Method in interface org.odata4j.core.OProperty
 
getType() - Method in interface org.odata4j.expression.CastExpression
 
getType() - Method in interface org.odata4j.expression.IsofExpression
 
getUrl() - Method in class org.odata4j.consumer.ODataClientRequest
 
getValue() - Method in interface org.odata4j.core.NamedValue
 
getValue() - Method in interface org.odata4j.expression.BinaryLiteral
 
getValue() - Method in interface org.odata4j.expression.BooleanLiteral
 
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.EndsWithMethodCallExpression
 
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.SingleLiteral
 
getValue() - Method in interface org.odata4j.expression.StartsWithMethodCallExpression
 
getValue() - Method in interface org.odata4j.expression.StringLiteral
 
getValue() - Method in interface org.odata4j.expression.SubstringOfMethodCallExpression
 
getValue() - Method in interface org.odata4j.expression.TimeLiteral
 
getValue() - Method in interface org.odata4j.stax2.Attribute2
 
gt(CommonExpression, CommonExpression) - Static method in class org.odata4j.expression.Expression
 
GtExpression - Interface in org.odata4j.expression
 
Guid - Class in org.odata4j.core
 
guid(String, String) - Static method in class org.odata4j.core.OProperties
 
guid(String, Guid) - Static method in class org.odata4j.core.OProperties
 
GUID - Static variable in class org.odata4j.edm.EdmType
 
guid(Guid) - Static method in class org.odata4j.expression.Expression
 
GuidLiteral - Interface in org.odata4j.expression
 

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