|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GetEntitySetUriInfo
Access to the parts of the request URI that are relevant for GET requests of entities.
Method Summary | |
---|---|
Map<String,String> |
getCustomQueryOptions()
Gets the custom query options as Map from option names to their corresponding String values, or an empty list if no custom query options are given in the URI. |
EdmEntityContainer |
getEntityContainer()
Gets the target entity container. |
List<ArrayList<NavigationPropertySegment>> |
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. |
FilterExpression |
getFilter()
Gets the value of the $filter system query option as root object of the expression tree built during URI parsing. |
String |
getFormat()
Gets the value of the $format system query option. |
EdmFunctionImport |
getFunctionImport()
Gets the function import. |
Map<String,EdmLiteral> |
getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI. |
InlineCount |
getInlineCount()
Gets the value of the $inlinecount system query option. |
List<KeyPredicate> |
getKeyPredicates()
Gets the key predicates used to select a single entity out of the start entity set, or an empty list if not used. |
List<NavigationSegment> |
getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used. |
OrderByExpression |
getOrderBy()
Gets the value of the $orderby system query option as root object of the expression tree built during URI parsing. |
List<SelectItem> |
getSelect()
Gets the value of the $select system query option as a list of select items, or an empty list if not used. |
Integer |
getSkip()
Gets the value of the $skip system query option. |
String |
getSkipToken()
Gets the value of the $skiptoken system query option. |
EdmEntitySet |
getStartEntitySet()
Gets the start entity set - identical to the target entity set if no navigation has been used. |
EdmEntitySet |
getTargetEntitySet()
Gets the target entity set after navigation. |
EdmType |
getTargetType()
Gets the target entity type of the request. |
Integer |
getTop()
Gets the value of the $top system query option. |
Method Detail |
---|
EdmEntityContainer getEntityContainer()
EdmEntityContainer
the target entity containerEdmEntitySet getStartEntitySet()
EdmEntitySet
EdmEntitySet getTargetEntitySet()
EdmEntitySet
target entity setEdmFunctionImport getFunctionImport()
EdmFunctionImport
the function importEdmType getTargetType()
EdmType
the target typeList<KeyPredicate> getKeyPredicates()
KeyPredicate
getStartEntitySet()
List<NavigationSegment> getNavigationSegments()
NavigationSegment
String getFormat()
$format
query parameter) or nullFilterExpression getFilter()
InlineCount getInlineCount()
InlineCount
the inline count or nullOrderByExpression getOrderBy()
String getSkipToken()
Integer getSkip()
Integer getTop()
List<ArrayList<NavigationPropertySegment>> getExpand()
NavigationPropertySegment
to be expandedList<SelectItem> getSelect()
SelectItem
to be selectedMap<String,EdmLiteral> getFunctionImportParameters()
EdmLiteral
> function import parametersMap<String,String> getCustomQueryOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |