Uses of Class
org.apache.olingo.server.core.uri.UriInfoImpl
Packages that use UriInfoImpl
-
Uses of UriInfoImpl in org.apache.olingo.server.core.uri
Methods in org.apache.olingo.server.core.uri that return UriInfoImplModifier and TypeMethodDescriptionUriInfoImpl.addAlias(AliasQueryOption alias) UriInfoImpl.addCustomQueryOption(CustomQueryOption option) UriInfoImpl.addEntitySetName(String entitySet) UriInfoImpl.addResourcePart(UriResource uriPathInfo) UriInfoImpl.setEntityTypeCast(EdmEntityType type) UriInfoImpl.setFragment(String fragment) UriInfoImpl.setKind(UriInfoKind kind) UriInfoImpl.setQueryOption(QueryOption option) UriInfoImpl.setSystemQueryOption(SystemQueryOption systemOption) Adds system query option. -
Uses of UriInfoImpl in org.apache.olingo.server.core.uri.parser
Methods in org.apache.olingo.server.core.uri.parser that return UriInfoImplModifier and TypeMethodDescriptionprotected static UriInfoImplExpandParser.parseExpandPath(UriTokenizer tokenizer, Edm edm, EdmStructuredType referencedType, ExpandItemImpl item)