public interface AnalysisResult extends Path
CqnStructuredTypeRef
or
CqnStatement
.Modifier and Type | Method and Description |
---|---|
CdsEntity |
rootEntity()
Returns the
CdsEntity that is the root of the ref . |
Map<String,Object> |
rootKeys()
Returns the element name to value mapping for the key elements of the
CdsEntity that is the root of the ref . |
CdsEntity |
targetEntity()
Returns the
CdsEntity targeted by the ref . |
Map<String,Object> |
targetKeys()
Returns the element name to value mapping for the key elements of the
CdsEntity that is targeted by the ref . |
Map<String,Object> |
targetKeyValues()
Returns the element name to value mapping for the key elements of the
CdsEntity that is targeted by the ref . |
Map<String,Object> |
targetValues()
Returns the element name to value mapping for all elements of the
CdsEntity that is targeted by the ref . |
forEach, spliterator
CdsEntity rootEntity()
CdsEntity
that is the root of the ref
.CdsEntity
Map<String,Object> rootKeys()
CdsEntity
that is the root of the ref
.
Extracts the key values, i.e. the values of the key elements of the entity
that is the root of the ref
. If the filter does not uniquely restrict
a key element to a particular value, the element's name is mapped to
null
.Map<String,Object> targetKeys()
CdsEntity
that is targeted by the ref
.
Extracts the key values, i.e. the values of the key elements to the entity
targeted by the ref
and optionally the statement's where
condition. If the combined filter does not uniquely restrict a key element to
a particular value, the element's name is mapped to null
.Map<String,Object> targetKeyValues()
CdsEntity
that is targeted by the ref
.
Extracts the key values, i.e. the values of the key elements to the entity
targeted by the ref
and optionally the statement's where
condition. If the combined filter does not uniquely restrict a key element to
a particular value, the key name is not present in the returned map.Map<String,Object> targetValues()
CdsEntity
that is targeted by the ref
.
Extracts the values, i.e. the values of the elements to the entity targeted
by the ref
and optionally the statement's where
condition. If
the combined filter does not uniquely restrict an element to a particular
value, the element's name is not present in the returned map.Copyright © 2023 SAP. All rights reserved.