Package | Description |
---|---|
org.apache.olingo.odata2.api.uri |
URI Parser Facade
The URI package has one central class
UriParser to parse a request URI
as well as several interfaces that provide access to parsed parts of the URI. |
org.apache.olingo.odata2.api.uri.info |
URI Parser Result Views
The interfaces of this package provide access to the relevant parts of the parsed
request URI for the methods that process a request inside the dispatcher.
|
Modifier and Type | Method and Description |
---|---|
List<NavigationSegment> |
UriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
Modifier and Type | Method and Description |
---|---|
List<NavigationSegment> |
PutMergePatchUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntitySetCountUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntityLinkCountUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntityUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
PostUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntitySetLinksUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetComplexPropertyUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
DeleteUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntitySetUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetMediaResourceUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntitySetLinksCountUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntityLinkUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetSimplePropertyUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntityCountUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.