Uses of Interface
org.apache.olingo.odata2.api.uri.KeyPredicate
-
Packages that use KeyPredicate Package Description org.apache.olingo.odata2.api.uri URI Parser Facadeorg.apache.olingo.odata2.api.uri.info URI Parser Result Views -
-
Uses of KeyPredicate in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return types with arguments of type KeyPredicate Modifier and Type Method Description abstract List<KeyPredicate>UriParser. getKeyFromEntityLink(EdmEntitySet entitySet, String entityLink, URI serviceRoot)Retrieves the key predicates from a canonical link to an entity.List<KeyPredicate>NavigationSegment. getKeyPredicates()Gets the key predicate for the target entity set.List<KeyPredicate>UriInfo. getKeyPredicates()Gets the key predicates used to select a single entity out of the start entity set, or an empty list if not used.static List<KeyPredicate>UriParser. getKeyPredicatesFromEntityLink(EdmEntitySet entitySet, String entityLink, URI serviceRoot)Retrieves the key predicates from a canonical link to an entity.List<KeyPredicate>UriInfo. getTargetKeyPredicates()Gets the key predicates used to select a single entity out of the target entity set, or an empty list if not used - identical to the key predicates from the last entry retrieved fromUriInfo.getNavigationSegments()or, if no navigation has been used, to the result ofUriInfo.getKeyPredicates(). -
Uses of KeyPredicate in org.apache.olingo.odata2.api.uri.info
Methods in org.apache.olingo.odata2.api.uri.info that return types with arguments of type KeyPredicate Modifier and Type Method Description List<KeyPredicate>DeleteUriInfo. 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<KeyPredicate>GetComplexPropertyUriInfo. 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<KeyPredicate>GetEntityCountUriInfo. 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<KeyPredicate>GetEntityLinkCountUriInfo. 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<KeyPredicate>GetEntityLinkUriInfo. 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<KeyPredicate>GetEntitySetCountUriInfo. 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<KeyPredicate>GetEntitySetLinksCountUriInfo. 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<KeyPredicate>GetEntitySetLinksUriInfo. 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<KeyPredicate>GetEntitySetUriInfo. 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<KeyPredicate>GetEntityUriInfo. 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<KeyPredicate>GetMediaResourceUriInfo. 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<KeyPredicate>GetSimplePropertyUriInfo. 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<KeyPredicate>PostUriInfo. 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<KeyPredicate>PutMergePatchUriInfo. 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<KeyPredicate>DeleteUriInfo. getTargetKeyPredicates()Gets the key predicates used to select a single entity out of the target entity set, or an empty list if not used - identical to the key predicates from the last entry retrieved fromDeleteUriInfo.getNavigationSegments()or, if no navigation has been used, to the result ofDeleteUriInfo.getKeyPredicates().List<KeyPredicate>GetComplexPropertyUriInfo. getTargetKeyPredicates()Gets the key predicates used to select a single entity out of the target entity set, or an empty list if not used - identical to the key predicates from the last entry retrieved fromGetComplexPropertyUriInfo.getNavigationSegments()or, if no navigation has been used, to the result ofGetComplexPropertyUriInfo.getKeyPredicates().List<KeyPredicate>GetEntityCountUriInfo. getTargetKeyPredicates()Gets the key predicates used to select a single entity out of the target entity set, or an empty list if not used - identical to the key predicates from the last entry retrieved fromGetEntityCountUriInfo.getNavigationSegments()or, if no navigation has been used, to the result ofGetEntityCountUriInfo.getKeyPredicates().List<KeyPredicate>GetEntityLinkCountUriInfo. getTargetKeyPredicates()Gets the key predicates used to select a single entity out of the target entity set, or an empty list if not used - identical to the key predicates from the last entry retrieved fromGetEntityLinkCountUriInfo.getNavigationSegments()or, if no navigation has been used, to the result ofGetEntityLinkCountUriInfo.getKeyPredicates().List<KeyPredicate>GetEntityLinkUriInfo. getTargetKeyPredicates()Gets the key predicates used to select a single entity out of the target entity set, or an empty list if not used - identical to the key predicates from the last entry retrieved fromGetEntityLinkUriInfo.getNavigationSegments()or, if no navigation has been used, to the result ofGetEntityLinkUriInfo.getKeyPredicates().List<KeyPredicate>GetEntityUriInfo. getTargetKeyPredicates()Gets the key predicates used to select a single entity out of the target entity set, or an empty list if not used - identical to the key predicates from the last entry retrieved fromGetEntityUriInfo.getNavigationSegments()or, if no navigation has been used, to the result ofGetEntityUriInfo.getKeyPredicates().List<KeyPredicate>GetMediaResourceUriInfo. getTargetKeyPredicates()Gets the key predicates used to select a single entity out of the target entity set, or an empty list if not used - identical to the key predicates from the last entry retrieved fromGetMediaResourceUriInfo.getNavigationSegments()or, if no navigation has been used, to the result ofGetMediaResourceUriInfo.getKeyPredicates().List<KeyPredicate>GetSimplePropertyUriInfo. getTargetKeyPredicates()Gets the key predicates used to select a single entity out of the target entity set, or an empty list if not used - identical to the key predicates from the last entry retrieved fromGetSimplePropertyUriInfo.getNavigationSegments()or, if no navigation has been used, to the result ofGetSimplePropertyUriInfo.getKeyPredicates().List<KeyPredicate>PutMergePatchUriInfo. getTargetKeyPredicates()Gets the key predicates used to select a single entity out of the target entity set, or an empty list if not used - identical to the key predicates from the last entry retrieved fromPutMergePatchUriInfo.getNavigationSegments()or, if no navigation has been used, to the result ofPutMergePatchUriInfo.getKeyPredicates().
-