Package | Description |
---|---|
org.apache.olingo.client.api.domain | |
org.apache.olingo.commons.api.data |
Contains all the data objects of an OData responses and OData requests
|
org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
org.apache.olingo.commons.api.edm.annotation | |
org.apache.olingo.ext.pojogen | |
org.apache.olingo.ext.proxy.utils | |
org.apache.olingo.server.api.uri | |
org.apache.olingo.server.api.uri.queryoption | |
org.apache.olingo.server.api.uri.queryoption.expression | |
org.apache.olingo.server.tecsvc.processor.queryoptions.expression | |
org.apache.olingo.server.tecsvc.processor.queryoptions.expression.operand | |
org.apache.olingo.server.tecsvc.processor.queryoptions.expression.primitive |
Modifier and Type | Method and Description |
---|---|
ClientPrimitiveValue.Builder |
ClientPrimitiveValue.Builder.setType(EdmType type) |
Modifier and Type | Method and Description |
---|---|
ContextURL.Builder |
ContextURL.Builder.type(EdmType type) |
Modifier and Type | Interface and Description |
---|---|
interface |
EdmAction
A CSDL action.
|
interface |
EdmComplexType
A CSDL ComplexType element.
|
interface |
EdmEntityType
A CSDL EntityType element.
|
interface |
EdmEnumType
An EdmEnumType represents a set of related values.
|
interface |
EdmFunction
An EdmFunction as described in the OData specification
|
interface |
EdmOperation
A EdmOperation can either be an
EdmAction or an EdmFunction . |
interface |
EdmPrimitiveType
EdmPrimitiveType is a primitive type as defined in the Entity Data Model (EDM).
|
interface |
EdmStructuredType
EdmStructuralType is the base for a complex type or an entity type.
|
interface |
EdmTypeDefinition
An
EdmTypeDefinition defines a specialization of one of the possible primitive types. |
Modifier and Type | Method and Description |
---|---|
EdmType |
EdmTyped.getType()
See
EdmType for more information about possible types. |
EdmType |
EdmTerm.getType() |
Modifier and Type | Method and Description |
---|---|
boolean |
EdmStructuredType.compatibleTo(EdmType targetType)
Checks if this type is convertible to parameter
targetType |
Modifier and Type | Method and Description |
---|---|
EdmType |
EdmIsOf.getType() |
EdmType |
EdmCast.getType() |
Modifier and Type | Method and Description |
---|---|
org.apache.olingo.commons.core.edm.EdmTypeInfo |
AbstractUtility.getEdmTypeInfo(EdmType type) |
String |
AbstractUtility.getJavaType(EdmType type) |
String |
AbstractUtility.getJavaType(EdmType type,
Boolean forceCollection) |
boolean |
AbstractUtility.isStreamType(EdmType type) |
Modifier and Type | Method and Description |
---|---|
static ClientAnnotation |
CoreUtils.getODataAnnotation(EdmEnabledODataClient client,
String term,
EdmType type,
Object obj) |
Modifier and Type | Method and Description |
---|---|
EdmType |
UriResourcePartTyped.getType() |
EdmType |
UriResourceNavigation.getTypeFilterOnCollection() |
EdmType |
UriResourceIt.getTypeFilterOnCollection() |
EdmType |
UriResourceFunction.getTypeFilterOnCollection() |
EdmType |
UriResourceEntitySet.getTypeFilterOnCollection() |
EdmType |
UriResourceNavigation.getTypeFilterOnEntry() |
EdmType |
UriResourceIt.getTypeFilterOnEntry() |
EdmType |
UriResourceFunction.getTypeFilterOnEntry() |
EdmType |
UriResourceEntitySet.getTypeFilterOnEntry() |
Modifier and Type | Method and Description |
---|---|
EdmType |
SelectItem.getStartTypeFilter() |
EdmType |
ExpandItem.getStartTypeFilter() |
Modifier and Type | Method and Description |
---|---|
EdmType |
Member.getStartTypeFilter() |
EdmType |
TypeLiteral.getType() |
EdmType |
Member.getType() |
EdmType |
Literal.getType() |
Modifier and Type | Method and Description |
---|---|
T |
ExpressionVisitor.visitTypeLiteral(EdmType type)
Called for each traversed
TypeLiteral expression |
Modifier and Type | Method and Description |
---|---|
VisitorOperand |
ExpressionVisitorImpl.visitTypeLiteral(EdmType type) |
Modifier and Type | Method and Description |
---|---|
EdmType |
TypedOperand.getType() |
Constructor and Description |
---|
TypedOperand(Object value,
EdmType type) |
TypedOperand(Object value,
EdmType type,
EdmProperty edmProperty) |
Modifier and Type | Class and Description |
---|---|
class |
EdmNull |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.