| Package | Description |
|---|---|
| com.sapportals.wcm.service.relation |
Provides a service to persist relationships between relation operands.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IRelationPropertyQuery
A term used by the
IRelationQueryBuilder . |
| Modifier and Type | Method and Description |
|---|---|
IRelationOperandQuery |
IRelationQueryBuilder.source()
Return an expression for the source operand's id (select only those
relations with source id matching the given expression).
|
IRelationOperandQuery |
IRelationQueryBuilder.sourceOrTarget()
Return an expression for the source operand's or target operand's id
(select only those relations with source id or target id matching the given
expression).
|
IRelationOperandQuery |
IRelationQueryBuilder.target()
Return an expression for the target operand's id (select only those
relations with target id matching the given expression).
|
Copyright 2021 SAP SE Complete Copyright Notice