Package | Description |
---|---|
org.restlet.ext.odata.internal | |
org.restlet.ext.odata.internal.edm |
Constructor and Description |
---|
EntryContentHandler(Class<?> entityClass,
EntityType entityType,
Metadata metadata,
Logger logger)
Constructor.
|
FeedContentHandler(Class<?> entityClass,
EntityType entityType,
Metadata metadata,
Logger logger)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
EntityType |
EntityType.getBaseType()
Returns the parent type this type inherits from.
|
EntityType |
Metadata.getEntityType(Class<?> entityClass)
Returns the entityType that corresponds to a given entity class.
|
EntityType |
FunctionImport.getReturnTypeAsEntityType()
Returns the return type as complex type, or null if it is not.
|
EntityType |
EntitySet.getType()
Returns the type of contained entities.
|
EntityType |
Mapping.getType()
Returns the type of the entity to update.
|
EntityType |
AssociationEnd.getType()
Returns the type of this entity.
|
Modifier and Type | Method and Description |
---|---|
List<EntityType> |
Schema.getEntityTypes()
Returns the list of defined entity types.
|
Modifier and Type | Method and Description |
---|---|
AssociationEnd |
Metadata.getAssociation(EntityType type,
String propertyName)
Returns the Association object that corresponds to the given property of
the given entity type.
|
String |
Metadata.getEntitySetSubpath(EntityType entityType)
Returns the subpath of the entitySet of the given entity type.
|
static Class<?> |
TypeUtils.getJavaClass(EntityType type)
Returns the Java class that corresponds to the given type according to
the naming rules.
|
String |
Metadata.getKeyValue(EntityType type,
Object entity)
Returns the String representation of the value of the key of the given
entity that should be used in all URIs.
|
void |
EntitySet.setType(EntityType type)
Sets the type of contained entities.
|
void |
AssociationEnd.setType(EntityType type)
Sets the type of this entity.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.setEntityTypes(List<EntityType> types)
Sets the list of defined entity types.
|
Constructor and Description |
---|
Mapping(EntityType type,
String nsPrefix,
String nsUri,
String propertyPath,
String valuePath,
String contentKind)
Constructor.
|
Copyright © 2005–2017. All rights reserved.