Uses of Interface
org.apache.olingo.odata2.api.uri.SelectItem
-
Packages that use SelectItem Package Description org.apache.olingo.odata2.api.uri URI Parser Facadeorg.apache.olingo.odata2.api.uri.info 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 SelectItem Modifier and Type Method Description List<SelectItem>UriInfo. 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 SelectItem Modifier and Type Method Description abstract 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 SelectItem Modifier and Type Method Description List<SelectItem>GetEntitySetUriInfo. getSelect()Gets the value of the $select system query option as a list of select items, or an empty list if not used.List<SelectItem>GetEntityUriInfo. getSelect()Gets the value of the $select system query option as a list of select items, or an empty list if not used.
-