Uses of Interface
org.apache.olingo.server.api.uri.queryoption.CountOption
Packages that use CountOption
Package
Description
Olingo Server API - Serializer
Olingo URI
Olingo Server API - URI - QueryOptions
-
Uses of CountOption in org.apache.olingo.server.api.serializer
Methods in org.apache.olingo.server.api.serializer that return CountOptionModifier and TypeMethodDescriptionEntityCollectionSerializerOptions.getCount()Gets the $count system query option.ReferenceCollectionSerializerOptions.getCount()Gets the $count system query option.Methods in org.apache.olingo.server.api.serializer with parameters of type CountOptionModifier and TypeMethodDescriptionEntityCollectionSerializerOptions.Builder.count(CountOption count) Sets the $count system query option.ReferenceCollectionSerializerOptions.Builder.count(CountOption count) Sets the $count system query option. -
Uses of CountOption in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return CountOptionModifier and TypeMethodDescriptionUriInfoAll.getCountOption()UriInfoCrossjoin.getCountOption()UriInfoResource.getCountOption() -
Uses of CountOption in org.apache.olingo.server.api.uri.queryoption
Methods in org.apache.olingo.server.api.uri.queryoption that return CountOption -
Uses of CountOption in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json with parameters of type CountOptionModifier and TypeMethodDescriptionprotected 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) -
Uses of CountOption in org.apache.olingo.server.core.uri
Methods in org.apache.olingo.server.core.uri that return CountOption -
Uses of CountOption in org.apache.olingo.server.core.uri.queryoption
Classes in org.apache.olingo.server.core.uri.queryoption that implement CountOptionMethods in org.apache.olingo.server.core.uri.queryoption that return CountOption