Uses of Interface
org.apache.olingo.odata2.api.uri.SelectItem
Packages that use SelectItem
Package
Description
URI Parser Facade
URI Parser Result Views
-
Uses of SelectItem in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return types with arguments of type SelectItemModifier and TypeMethodDescriptionUriInfo.getSelect()Gets the value of the $select system query option as a list of select items, or an empty list if not used.Method parameters in org.apache.olingo.odata2.api.uri with type arguments of type SelectItemModifier and TypeMethodDescriptionabstract ExpandSelectTreeNodeUriParser.buildExpandSelectTree(List<SelectItem> select, List<ArrayList<NavigationPropertySegment>> expand) Creates an optimized expression tree out of $expand and $select expressions.static ExpandSelectTreeNodeUriParser.createExpandSelectTree(List<SelectItem> select, List<ArrayList<NavigationPropertySegment>> expand) Creates an optimized expression tree out of $expand and $select expressions. -
Uses of SelectItem in org.apache.olingo.odata2.api.uri.info
Methods in org.apache.olingo.odata2.api.uri.info that return types with arguments of type SelectItemModifier and TypeMethodDescriptionGetEntitySetUriInfo.getSelect()Gets the value of the $select system query option as a list of select items, or an empty list if not used.GetEntityUriInfo.getSelect()Gets the value of the $select system query option as a list of select items, or an empty list if not used.GetFunctionImportUriInfo.getSelect()Gets the value of the $select system query option as a list of select items, or an empty list if not used. -
Uses of SelectItem in org.apache.olingo.odata2.core.uri
Classes in org.apache.olingo.odata2.core.uri that implement SelectItemMethods in org.apache.olingo.odata2.core.uri that return types with arguments of type SelectItemMethod parameters in org.apache.olingo.odata2.core.uri with type arguments of type SelectItemModifier and TypeMethodDescriptionUriParserImpl.buildExpandSelectTree(List<SelectItem> select, List<ArrayList<NavigationPropertySegment>> expand) voidUriInfoImpl.setSelect(List<SelectItem> select) Constructor parameters in org.apache.olingo.odata2.core.uri with type arguments of type SelectItemModifierConstructorDescriptionExpandSelectTreeCreator(List<SelectItem> select, List<ArrayList<NavigationPropertySegment>> expand)