Uses of Interface
com.sap.cds.ql.cqn.CqnElementRef
Packages that use CqnElementRef
Package
Description
-
Uses of CqnElementRef in com.sap.cds.ql
Subinterfaces of CqnElementRef in com.sap.cds.qlMethods in com.sap.cds.ql with parameters of type CqnElementRefModifier and TypeMethodDescriptionstatic RefBuilder<ElementRef<?>>CQL.copy(CqnElementRef ref) Creates aRefBuilderfrom the given ref, which allows for in-place modification of the ref.RefBuilder<ElementRef<?>>CqnBuilder.copy(CqnElementRef ref) CQL.count(CqnElementRef element) Creates a count function call on the given element.static PredicateCQL.eTag(CqnElementRef elementRef, Object value) Creates aCqnEtagPredicatepredicate. -
Uses of CqnElementRef in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CqnElementRefModifier and TypeMethodDescriptiondefault CqnElementRefCqnElementRef.asRef()default CqnElementRefCqnSelectListItem.asRef()default CqnElementRefCqnSelectListValue.asRef()default CqnElementRefCqnValue.asRef()Casts this value toCqnElementRef.ResolvedRefItem.ref()Methods in com.sap.cds.ql.cqn that return types with arguments of type CqnElementRefModifier and TypeMethodDescriptiondefault Stream<CqnElementRef>CqnElementRef.ofRef()default Stream<CqnElementRef>CqnSelectListItem.ofRef()default Stream<CqnElementRef>CqnSelectListValue.ofRef()default Stream<CqnElementRef>CqnValue.ofRef()Methods in com.sap.cds.ql.cqn with parameters of type CqnElementRefModifier and TypeMethodDescriptiondefault CqnPredicateModifier.eTag(CqnElementRef ref, CqnListValue values) Override this method to replace aeTagpredicate that checks if an ETag matches any value from the givenvalueslist.default CqnValueModifier.ref(CqnElementRef ref) default voidCqnVisitor.visit(CqnElementRef elementRef) Called for each traversedelement reference -
Uses of CqnElementRef in com.sap.cds.ql.cqn.transformation
Methods in com.sap.cds.ql.cqn.transformation that return CqnElementRefModifier and TypeMethodDescriptionCqnHierarchyTransformation.nodeProperty()Returns a reference to the property that identifies the nodes of the hierarchy.Methods in com.sap.cds.ql.cqn.transformation that return types with arguments of type CqnElementRefModifier and TypeMethodDescriptionCqnGroupByTransformation.dimensions()Returns the dimensions by which the input set is grouped. -
Uses of CqnElementRef in com.sap.cds.reflect
Methods in com.sap.cds.reflect that return types with arguments of type CqnElementRefModifier and TypeMethodDescriptionCdsAssociationType.refs()Returns a sequentialStreamofelement refsthat are used to identify thetarget entityof this association.