| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.uri |
URI Parser Facade
|
| org.apache.olingo.odata2.api.uri.info |
URI Parser Result Views
|
| org.apache.olingo.odata2.core.uri |
| Modifier and Type | Method and 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> |
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.
|
List<KeyPredicate> |
NavigationSegment.getKeyPredicates()
Gets the key predicate for the target entity set.
|
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 from
UriInfo.getNavigationSegments() or, if no navigation has been used,
to the result of UriInfo.getKeyPredicates(). |
| Modifier and Type | Method and Description |
|---|---|
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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 from
PutMergePatchUriInfo.getNavigationSegments() or, if no navigation has been used,
to the result of PutMergePatchUriInfo.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 from
GetSimplePropertyUriInfo.getNavigationSegments() or, if no navigation has been used,
to the result of GetSimplePropertyUriInfo.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 from
GetMediaResourceUriInfo.getNavigationSegments() or, if no navigation has been used,
to the result of GetMediaResourceUriInfo.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 from
GetEntityUriInfo.getNavigationSegments() or, if no navigation has been used,
to the result of GetEntityUriInfo.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 from
GetEntityLinkUriInfo.getNavigationSegments() or, if no navigation has been used,
to the result of GetEntityLinkUriInfo.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 from
GetEntityLinkCountUriInfo.getNavigationSegments() or, if no navigation has been used,
to the result of GetEntityLinkCountUriInfo.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 from
GetEntityCountUriInfo.getNavigationSegments() or, if no navigation has been used,
to the result of GetEntityCountUriInfo.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 from
GetComplexPropertyUriInfo.getNavigationSegments() or, if no navigation has been used,
to the result of GetComplexPropertyUriInfo.getKeyPredicates(). |
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 from
DeleteUriInfo.getNavigationSegments() or, if no navigation has been used,
to the result of DeleteUriInfo.getKeyPredicates(). |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyPredicateImpl |
| Modifier and Type | Method and Description |
|---|---|
List<KeyPredicate> |
UriParserImpl.getKeyFromEntityLink(EdmEntitySet entitySet,
String entityLink,
URI serviceRoot) |
List<KeyPredicate> |
UriInfoImpl.getKeyPredicates() |
List<KeyPredicate> |
NavigationSegmentImpl.getKeyPredicates() |
List<KeyPredicate> |
UriInfoImpl.getTargetKeyPredicates() |
| Modifier and Type | Method and Description |
|---|---|
void |
UriInfoImpl.setKeyPredicates(List<KeyPredicate> keyPredicates) |
void |
NavigationSegmentImpl.setKeyPredicates(List<KeyPredicate> keyPredicates) |
Copyright © 2020. All rights reserved.