|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NavigationPropertySegment | |
---|---|
org.apache.olingo.odata2.api.uri | URI Parser Facade |
org.apache.olingo.odata2.api.uri.info | URI Parser Result Views |
Uses of NavigationPropertySegment in org.apache.olingo.odata2.api.uri |
---|
Methods in org.apache.olingo.odata2.api.uri that return types with arguments of type NavigationPropertySegment | |
---|---|
List<ArrayList<NavigationPropertySegment>> |
UriInfo.getExpand()
Gets the value of the $expand system query option as a list of lists of navigation-property segments, or an empty list if not used. |
List<NavigationPropertySegment> |
SelectItem.getNavigationPropertySegments()
Gets the navigation-property segments for this select item. |
Method parameters in org.apache.olingo.odata2.api.uri with type arguments of type NavigationPropertySegment | |
---|---|
abstract ExpandSelectTreeNode |
UriParser.buildExpandSelectTree(List<SelectItem> select,
List<ArrayList<NavigationPropertySegment>> expand)
Creates an optimized expression tree out of $expand and $select expressions. |
static ExpandSelectTreeNode |
UriParser.createExpandSelectTree(List<SelectItem> select,
List<ArrayList<NavigationPropertySegment>> expand)
Creates an optimized expression tree out of $expand and $select expressions. |
Uses of NavigationPropertySegment in org.apache.olingo.odata2.api.uri.info |
---|
Methods in org.apache.olingo.odata2.api.uri.info that return types with arguments of type NavigationPropertySegment | |
---|---|
List<ArrayList<NavigationPropertySegment>> |
GetEntityUriInfo.getExpand()
Gets the value of the $expand system query option as a list of lists of navigation-property segments, or an empty list if not used. |
List<ArrayList<NavigationPropertySegment>> |
GetEntitySetUriInfo.getExpand()
Gets the value of the $expand system query option as a list of lists of navigation-property segments, or an empty list if not used. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |