| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.datafoundation |
This package provides classes to create data foundations and manage objects for editing data foundations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLJoin
A representation of the model object 'SQL Join'.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Join> |
Context.getExcludedJoins()
Returns the value of the 'Excluded Joins' reference list.
|
java.util.List<Join> |
Context.getIncludedJoins()
Returns the value of the 'Included Joins' reference list.
|
java.util.List<Join> |
DataFoundation.getJoins()
Returns the value of the 'Joins' containment reference list.
|