| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.businesslayer |
This package provides classes to create business layers and manage business layer objects.
|
| Modifier and Type | Method and Description |
|---|---|
NavigationPath |
BusinessLayerFactory.createNavigationPath(java.lang.String name,
BusinessLayer businessLayer)
Creates a custom navigation path and adds it to the given business layer.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NavigationPath> |
BusinessLayer.getCustomNavigationPaths()
Returns the value of the 'Custom Navigation Paths' containment reference list.
|