Uses of Interface
org.apache.olingo.server.api.uri.queryoption.ExpandOption
Packages that use ExpandOption
Package
Description
Olingo Server API - Deserializer
Olingo Server API - Serializer
Olingo URI
Olingo Server API - URI - QueryOptions
-
Uses of ExpandOption in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer that return ExpandOptionModifier and TypeMethodDescriptionDeserializerResult.getExpandTree()Returns the ExpandOptions for the deserialized entity. -
Uses of ExpandOption in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer that return ExpandOptionModifier and TypeMethodDescriptionComplexSerializerOptions.getExpand()Gets the $expand system query option.EntityCollectionSerializerOptions.getExpand()Gets the $expand system query option.EntitySerializerOptions.getExpand()Gets the $expand system query option.Methods in org.apache.olingo.server.api.serializer with parameters of type ExpandOptionModifier and TypeMethodDescriptionComplexSerializerOptions.Builder.expand(ExpandOption expand) Sets the $expand system query option.EntityCollectionSerializerOptions.Builder.expand(ExpandOption expand) Sets the $expand system query option.EntitySerializerOptions.Builder.expand(ExpandOption expand) Sets the $expand system query option. -
Uses of ExpandOption in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return ExpandOptionModifier and TypeMethodDescriptionUriInfoCrossjoin.getExpandOption()UriInfoEntityId.getExpandOption()UriInfoResource.getExpandOption()Methods in org.apache.olingo.server.api.uri with parameters of type ExpandOptionModifier and TypeMethodDescriptionUriHelper.buildContextURLSelectList(EdmStructuredType type, ExpandOption expand, SelectOption select) Builds the select-list part of aContextURL. -
Uses of ExpandOption in org.apache.olingo.server.api.uri.queryoption
Methods in org.apache.olingo.server.api.uri.queryoption that return ExpandOption -
Uses of ExpandOption in org.apache.olingo.server.api.uri.queryoption.apply
Methods in org.apache.olingo.server.api.uri.queryoption.apply that return ExpandOption -
Uses of ExpandOption in org.apache.olingo.server.core.deserializer
Methods in org.apache.olingo.server.core.deserializer that return ExpandOptionMethods in org.apache.olingo.server.core.deserializer with parameters of type ExpandOptionModifier and TypeMethodDescriptionDeserializerResultImpl.DeserializerResultBuilder.expandOption(ExpandOption expandOption) -
Uses of ExpandOption in org.apache.olingo.server.core.deserializer.helper
Methods in org.apache.olingo.server.core.deserializer.helper that return ExpandOptionModifier and TypeMethodDescriptionabstract ExpandOptionExpandTreeBuilder.build()ExpandTreeBuilderImpl.build() -
Uses of ExpandOption in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json with parameters of type ExpandOptionModifier and TypeMethodDescriptionvoidJsonDeltaSerializer.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.writeComplexValue(ServiceMetadata metadata, EdmComplexType type, List<Property> properties, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json, Set<List<String>> expandedPaths, Linked linked, ExpandOption expand, String complexPropName) 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 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 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) protected voidJsonDeltaSerializerWithNavigations.writeExpandedNavigationProperty(ServiceMetadata metadata, EdmNavigationProperty property, Link navigationLink, ExpandOption innerExpand, SelectOption innerSelect, CountOption innerCount, boolean writeOnlyCount, boolean writeOnlyRef, String name, com.fasterxml.jackson.core.JsonGenerator json, boolean isFullRepresentation) protected voidODataJsonSerializer.writeExpandedNavigationProperty(ServiceMetadata metadata, EdmNavigationProperty property, Link navigationLink, ExpandOption innerExpand, Integer toDepth, SelectOption innerSelect, CountOption innerCount, boolean writeOnlyCount, boolean writeOnlyRef, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeExpandedStreamProperties(ServiceMetadata metadata, EdmStructuredType type, Linked linked, ExpandOption expand, Integer toDepth, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) protected voidJsonDeltaSerializerWithNavigations.writeNavigationProperties(ServiceMetadata metadata, EdmStructuredType type, Linked linked, ExpandOption expand, String name, com.fasterxml.jackson.core.JsonGenerator json, boolean isFullRepresentation) protected voidODataJsonSerializer.writeNavigationProperties(ServiceMetadata metadata, EdmStructuredType type, Linked linked, ExpandOption expand, Integer toDepth, Set<String> ancestors, String name, com.fasterxml.jackson.core.JsonGenerator json) protected voidODataJsonSerializer.writeProperties(ServiceMetadata metadata, EdmStructuredType type, List<Property> properties, SelectOption select, com.fasterxml.jackson.core.JsonGenerator json, Linked linked, ExpandOption expand) protected voidODataJsonSerializer.writeProperty(ServiceMetadata metadata, EdmProperty edmProperty, Property property, Set<List<String>> selectedPaths, com.fasterxml.jackson.core.JsonGenerator json, Set<List<String>> expandedPaths, Linked linked, ExpandOption expand) -
Uses of ExpandOption in org.apache.olingo.server.core.serializer.utils
Methods in org.apache.olingo.server.core.serializer.utils with parameters of type ExpandOptionModifier and TypeMethodDescriptionstatic StringContextURLHelper.buildSelectList(EdmStructuredType type, ExpandOption expand, SelectOption select) Builds a list of selected Properties for the ContextURL, taking care to preserve the order as defined in the EDM; returns NULL if no selection has taken place.static ExpandItemExpandSelectHelper.getExpandAll(ExpandOption expand) ExpandSelectHelper.getExpandedItemsPath(ExpandOption expand) static booleanExpandSelectHelper.hasExpand(ExpandOption expand) static booleanExpandSelectHelper.isExpandAll(ExpandOption expand) -
Uses of ExpandOption in org.apache.olingo.server.core.uri
Methods in org.apache.olingo.server.core.uri that return ExpandOptionMethods in org.apache.olingo.server.core.uri with parameters of type ExpandOptionModifier and TypeMethodDescriptionUriHelperImpl.buildContextURLSelectList(EdmStructuredType type, ExpandOption expand, SelectOption select) -
Uses of ExpandOption in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser that return ExpandOptionModifier and TypeMethodDescriptionExpandParser.parse(UriTokenizer tokenizer, EdmStructuredType referencedType) -
Uses of ExpandOption in org.apache.olingo.server.core.uri.queryoption
Classes in org.apache.olingo.server.core.uri.queryoption that implement ExpandOptionMethods in org.apache.olingo.server.core.uri.queryoption that return ExpandOption -
Uses of ExpandOption in org.apache.olingo.server.core.uri.queryoption.apply
Methods in org.apache.olingo.server.core.uri.queryoption.apply that return ExpandOptionMethods in org.apache.olingo.server.core.uri.queryoption.apply with parameters of type ExpandOption