Uses of Interface
org.apache.olingo.odata2.api.uri.KeyPredicate
Packages that use KeyPredicate
Package
Description
URI Parser Facade
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 KeyPredicateModifier and TypeMethodDescriptionabstract List<KeyPredicate>UriParser.getKeyFromEntityLink(EdmEntitySet entitySet, String entityLink, URI serviceRoot) Retrieves the key predicates from a canonical link to an entity.NavigationSegment.getKeyPredicates()Gets the key predicate for the target entity set.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.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 KeyPredicateModifier and TypeMethodDescriptionDeleteUriInfo.getKeyPredicates()Gets the key predicates used to select a single entity out of the start entity set, or an empty list if not used.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.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.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.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.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.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.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.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.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.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.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.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.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.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().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().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().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().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().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().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().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().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(). -
Uses of KeyPredicate in org.apache.olingo.odata2.core.uri
Classes in org.apache.olingo.odata2.core.uri that implement KeyPredicateMethods in org.apache.olingo.odata2.core.uri that return types with arguments of type KeyPredicateModifier and TypeMethodDescriptionUriParserImpl.getKeyFromEntityLink(EdmEntitySet entitySet, String entityLink, URI serviceRoot) NavigationSegmentImpl.getKeyPredicates()UriInfoImpl.getKeyPredicates()UriInfoImpl.getTargetKeyPredicates()Method parameters in org.apache.olingo.odata2.core.uri with type arguments of type KeyPredicateModifier and TypeMethodDescriptionvoidNavigationSegmentImpl.setKeyPredicates(List<KeyPredicate> keyPredicates) voidUriInfoImpl.setKeyPredicates(List<KeyPredicate> keyPredicates)