Uses of Interface
org.apache.olingo.commons.api.edm.EdmEntityType
Packages that use EdmEntityType
Package
Description
Contains all the data objects of OData responses and OData requests
Contains representations for EDM objects created during the URI parsing
Olingo Server API - Deserializer
Olingo Server API - Serializer
Olingo URI
-
Uses of EdmEntityType in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionContextURL.Builder.derived(EdmEntityType derivedType) Set the derived edm entity type. -
Uses of EdmEntityType in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmEntityTypeModifier and TypeMethodDescriptionEdmEntityType.getBaseType()Edm.getEntityType(FullQualifiedName name) Get entity type by full qualified name.EdmBindingTarget.getEntityType()Get the entity type.Get entity type with annotations by full qualified name.EdmBindingTarget.getEntityTypeWithAnnotations()Get the entity type with annotations defined in external file.EdmNavigationProperty.getType()Methods in org.apache.olingo.commons.api.edm that return types with arguments of type EdmEntityType -
Uses of EdmEntityType in org.apache.olingo.commons.core.edm
Classes in org.apache.olingo.commons.core.edm that implement EdmEntityTypeFields in org.apache.olingo.commons.core.edm declared as EdmEntityTypeMethods in org.apache.olingo.commons.core.edm that return EdmEntityTypeModifier and TypeMethodDescriptionprotected abstract EdmEntityTypeAbstractEdm.createEntityType(FullQualifiedName entityTypeName) EdmProviderImpl.createEntityType(FullQualifiedName entityTypeName) EdmEntityTypeImpl.getBaseType()AbstractEdm.getEntityType(FullQualifiedName namespaceOrAliasFQN) AbstractEdmBindingTarget.getEntityType()EdmTypeInfo.getEntityType()AbstractEdm.getEntityTypeWithAnnotations(FullQualifiedName namespaceOrAliasFQN) protected EdmEntityTypeAbstractEdm.getEntityTypeWithAnnotations(FullQualifiedName namespaceOrAliasFQN, boolean isEntityDerivedFromES) AbstractEdmBindingTarget.getEntityTypeWithAnnotations()EdmNavigationPropertyImpl.getType()Methods in org.apache.olingo.commons.core.edm that return types with arguments of type EdmEntityTypeModifier and TypeMethodDescriptionprotected List<EdmEntityType>EdmSchemaImpl.createEntityTypes()EdmSchemaImpl.getEntityTypes()Methods in org.apache.olingo.commons.core.edm with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionvoidAbstractEdm.cacheEntityType(FullQualifiedName entityTypeName, EdmEntityType entityType) Constructors in org.apache.olingo.commons.core.edm with parameters of type EdmEntityTypeModifierConstructorDescriptionEdmKeyPropertyRefImpl(EdmEntityType edmEntityType, CsdlPropertyRef ref) -
Uses of EdmEntityType in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionODataDeserializer.delta(InputStream stream, EdmEntityType edmEntityType) Deserializes a entity delta entity collection stream into anDeltaobject.ODataDeserializer.entity(InputStream stream, EdmEntityType edmEntityType) Deserializes an entity stream into anEntityobject.ODataDeserializer.entityCollection(InputStream stream, EdmEntityType edmEntityType) Deserializes an entity collection stream into anEntityCollectionobject. -
Uses of EdmEntityType in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionODataSerializer.entity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, EntitySerializerOptions options) Writes entity data into an InputStream.EdmAssistedSerializer.entityCollection(ServiceMetadata metadata, EdmEntityType referencedEntityType, AbstractEntityCollection entityCollection, EdmAssistedSerializerOptions options) Writes entity-collection data into an InputStream.EdmDeltaSerializer.entityCollection(ServiceMetadata metadata, EdmEntityType referencedEntityType, Delta delta, EntityCollectionSerializerOptions options) Writes collection of delta-response into an InputStream.ODataSerializer.entityCollection(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollection entitySet, EntityCollectionSerializerOptions options) Writes entity-collection data into an InputStream.ODataSerializer.entityCollectionStreamed(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entities, EntityCollectionSerializerOptions options) Writes entity-collection data into an InputStream. -
Uses of EdmEntityType in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return EdmEntityTypeModifier and TypeMethodDescriptionUriResourceEntitySet.getEntityType()UriResourceSingleton.getEntityType()UriInfoEntityId.getEntityTypeCast()Behind $entity a optional type cast can be used in the URI.UriResourceSingleton.getEntityTypeFilter()Methods in org.apache.olingo.server.api.uri with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionUriHelper.buildKeyPredicate(EdmEntityType edmEntityType, Entity entity) Builds the key predicate for the given entity. -
Uses of EdmEntityType in org.apache.olingo.server.core
Methods in org.apache.olingo.server.core with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionODataWritableContent.with(AbstractEntityCollectionObject entitySet, EdmEntityType entityType, ODataSerializer serializer, ServiceMetadata metadata, EntityCollectionSerializerOptions options) Constructors in org.apache.olingo.server.core with parameters of type EdmEntityTypeModifierConstructorDescriptionODataWritableContentBuilder(AbstractEntityCollectionObject entities, EdmEntityType entityType, ODataSerializer serializer, ServiceMetadata metadata, EntityCollectionSerializerOptions options) -
Uses of EdmEntityType in org.apache.olingo.server.core.deserializer.json
Methods in org.apache.olingo.server.core.deserializer.json with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionODataJsonDeserializer.delta(InputStream stream, EdmEntityType edmEntityType) ODataJsonDeserializer.entity(InputStream stream, EdmEntityType edmEntityType) ODataJsonDeserializer.entityCollection(InputStream stream, EdmEntityType edmEntityType) -
Uses of EdmEntityType in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json that return EdmEntityTypeModifier and TypeMethodDescriptionprotected EdmEntityTypeODataJsonSerializer.resolveEntityType(ServiceMetadata metadata, EdmEntityType baseType, String derivedTypeName) Methods in org.apache.olingo.server.core.serializer.json with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionprotected voidEdmAssistedJsonSerializer.doSerialize(EdmEntityType entityType, AbstractEntityCollection entityCollection, String contextURLString, String metadataETag, com.fasterxml.jackson.core.JsonGenerator json) protected voidEdmAssistedJsonSerializer.doSerialize(EdmEntityType entityType, Entity entity, String contextURLString, String metadataETag, com.fasterxml.jackson.core.JsonGenerator json) EdmAssistedJsonSerializer.entity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, EdmAssistedSerializerOptions options) ODataJsonSerializer.entity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, EntitySerializerOptions options) EdmAssistedJsonSerializer.entityCollection(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollection entityCollection, EdmAssistedSerializerOptions options) JsonDeltaSerializer.entityCollection(ServiceMetadata metadata, EdmEntityType referencedEntityType, Delta delta, EntityCollectionSerializerOptions options) JsonDeltaSerializerWithNavigations.entityCollection(ServiceMetadata metadata, EdmEntityType referencedEntityType, Delta delta, EntityCollectionSerializerOptions options) ODataJsonSerializer.entityCollection(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollection entitySet, EntityCollectionSerializerOptions options) voidODataJsonSerializer.entityCollectionIntoStream(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entitySet, EntityCollectionSerializerOptions options, OutputStream outputStream) ODataJsonSerializer.entityCollectionStreamed(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entities, EntityCollectionSerializerOptions options) protected StringODataJsonSerializer.getEntityId(Entity entity, EdmEntityType entityType, String name) Get the ascii representation of the entity id or thrown anSerializerExceptionif id isnull.protected EdmEntityTypeODataJsonSerializer.resolveEntityType(ServiceMetadata metadata, EdmEntityType baseType, String derivedTypeName) protected SerializerResultEdmAssistedJsonSerializer.serialize(ServiceMetadata metadata, EdmEntityType entityType, AbstractODataObject obj, ContextURL contextURL) voidJsonDeltaSerializer.writeAddedUpdatedEntity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, ExpandOption expand, SelectOption select, ContextURL url, boolean onlyReference, String name, com.fasterxml.jackson.core.JsonGenerator json) voidJsonDeltaSerializerWithNavigations.writeAddedUpdatedEntity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, ExpandOption expand, SelectOption select, ContextURL url, boolean onlyReference, String name, com.fasterxml.jackson.core.JsonGenerator json, boolean isFullRepresentation) protected voidODataJsonSerializer.writeEntity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, ContextURL contextURL, ExpandOption expand, Integer toDepth, SelectOption select, boolean onlyReference, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializer.writeEntitySet(ServiceMetadata metadata, EdmEntityType entityType, Delta entitySet, EntityCollectionSerializerOptions options, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializerWithNavigations.writeEntitySet(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollection entitySet, ExpandOption expand, SelectOption select, boolean onlyReference, String name, com.fasterxml.jackson.core.JsonGenerator json, boolean isFullRepresentation) protected voidJsonDeltaSerializerWithNavigations.writeEntitySet(ServiceMetadata metadata, EdmEntityType entityType, Delta entitySet, EntityCollectionSerializerOptions options, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeEntitySet(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entitySet, ExpandOption expand, Integer toDepth, SelectOption select, boolean onlyReference, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) -
Uses of EdmEntityType in org.apache.olingo.server.core.serializer.xml
Methods in org.apache.olingo.server.core.serializer.xml with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionODataXmlSerializer.entity(ServiceMetadata metadata, EdmEntityType entityType, Entity entity, EntitySerializerOptions options) ODataXmlSerializer.entityCollection(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollection entitySet, EntityCollectionSerializerOptions options) ODataXmlSerializer.entityCollectionStreamed(ServiceMetadata metadata, EdmEntityType entityType, AbstractEntityCollectionObject entities, EntityCollectionSerializerOptions options) -
Uses of EdmEntityType in org.apache.olingo.server.core.uri
Methods in org.apache.olingo.server.core.uri that return EdmEntityTypeModifier and TypeMethodDescriptionUriResourceEntitySetImpl.getEntityType()UriResourceSingletonImpl.getEntityType()UriInfoImpl.getEntityTypeCast()UriResourceSingletonImpl.getEntityTypeFilter()Methods in org.apache.olingo.server.core.uri with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionUriHelperImpl.buildKeyPredicate(EdmEntityType edmEntityType, Entity entity) UriInfoImpl.setEntityTypeCast(EdmEntityType type) -
Uses of EdmEntityType in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser that return EdmEntityTypeModifier and TypeMethodDescriptionResourcePathParser.parseDollarEntityTypeCast(String pathSegment) Methods in org.apache.olingo.server.core.uri.parser with parameters of type EdmEntityTypeModifier and TypeMethodDescriptionprotected static List<UriParameter>ParserHelper.compoundKey(UriTokenizer tokenizer, EdmEntityType edmEntityType, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases, String protocolType) protected static List<UriParameter>ParserHelper.parseKeyPredicate(UriTokenizer tokenizer, EdmEntityType edmEntityType, EdmNavigationProperty partner, Edm edm, EdmType referringType, Map<String, AliasQueryOption> aliases)