Package org.apache.olingo.server.api.uri
Interface UriInfoAll
- All Known Subinterfaces:
UriInfo
public interface UriInfoAll
Used for URI info kind
UriInfoKind.all
to describe URIs like
http://.../serviceroot/$all-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCustomQueryOptions
List<CustomQueryOption> getCustomQueryOptions()- Returns:
- List of custom query options used in the URI (without alias definitions)
-
getFormatOption
FormatOption getFormatOption()- Returns:
- Object containing information of the $format option
-
getCountOption
CountOption getCountOption()- Returns:
- Object containing information of the $count option
-
getSearchOption
SearchOption getSearchOption()- Returns:
- Object containing information of the $search option
-
getSkipOption
SkipOption getSkipOption()- Returns:
- Object containing information of the $skip option
-
getSkipTokenOption
SkipTokenOption getSkipTokenOption()- Returns:
- Object containing information of the $skiptoken option
-
getTopOption
TopOption getTopOption()- Returns:
- Object containing information of the $top option
-
getDeltaTokenOption
DeltaTokenOption getDeltaTokenOption()- Returns:
- Object containing information of the $deltatoken option
-