Uses of Interface
com.sap.cds.ql.Expand
Packages that use Expand
-
Uses of Expand in com.sap.cds.ql
Methods in com.sap.cds.ql that return ExpandModifier and TypeMethodDescriptionSets the alias of the expand.static Expand<?>Creates a copy of the given expand.Expand<?>StructuredType.expand()StructuredType.expand(Selectable... items) StructuredType.expand(Iterable<? extends Selectable> items) StructuredType.expand(Function<T, ? extends Selectable> item) StructuredType.expand(Function<T, ? extends Selectable>... items) StructuredType.expand(Function<T, ? extends Selectable> item1, Function<T, ? extends Selectable> item2) StructuredType.expand(Function<T, ? extends Selectable> item1, Function<T, ? extends Selectable> item2, Function<T, ? extends Selectable> item3) StructuredType.expand(Function<T, ? extends Selectable> item1, Function<T, ? extends Selectable> item2, Function<T, ? extends Selectable> item3, Function<T, ? extends Selectable> item4) StructuredType.expand(Function<T, ? extends Selectable> item1, Function<T, ? extends Selectable> item2, Function<T, ? extends Selectable> item3, Function<T, ? extends Selectable> item4, Function<T, ? extends Selectable> item5) StructuredType.expand(Function<T, ? extends Selectable> item1, Function<T, ? extends Selectable> item2, Function<T, ? extends Selectable> item3, Function<T, ? extends Selectable> item4, Function<T, ? extends Selectable> item5, Function<T, ? extends Selectable> item6) StructuredType.expand(Function<T, ? extends Selectable> item1, Function<T, ? extends Selectable> item2, Function<T, ? extends Selectable> item3, Function<T, ? extends Selectable> item4, Function<T, ? extends Selectable> item5, Function<T, ? extends Selectable> item6, Function<T, ? extends Selectable> item7) StructuredType.expand(List<Function<T, ? extends Selectable>> items) Expand.inlineCount()Specifies that the total number of entities matching the expand ref shall be returned along with the expand result.Expand.inlineCount(boolean inlineCount) Sets the inline count flag of this expand.Expand.items(Iterable<? extends Selectable> items) Expand.limit(long top) Sets the limit of the expand.Expand.limit(long top, long skip) Sets the limit and offset of the expand.Expand.orderBy(CqnSortSpecification... sortSpec) Expand.orderBy(Function<T, CqnSortSpecification> sort) Expand.orderBy(Function<T, CqnSortSpecification>... sortSpec) Expand.orderBy(Function<T, CqnSortSpecification> sort1, Function<T, CqnSortSpecification> sort2) Expand.orderBy(Function<T, CqnSortSpecification> sort1, Function<T, CqnSortSpecification> sort2, Function<T, CqnSortSpecification> sort3) Expand.orderBy(Function<T, CqnSortSpecification> sort1, Function<T, CqnSortSpecification> sort2, Function<T, CqnSortSpecification> sort3, Function<T, CqnSortSpecification> sort4) Expand.orderBy(Function<T, CqnSortSpecification> sort1, Function<T, CqnSortSpecification> sort2, Function<T, CqnSortSpecification> sort3, Function<T, CqnSortSpecification> sort4, Function<T, CqnSortSpecification> sort5) Expand.orderBy(List<CqnSortSpecification> sortSpec)